@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.d-block {
  display: block !important;
}

.c-txt-lg {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 34px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.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;
  margin-bottom: 10px;
}
@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;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .c-txt-sm {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm {
    font-size: 21px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #fff;
}
@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-slide__wrap, .c-points__desc .num-wrap, .c-points__img, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .faq__item, .faq .c-txtarea01, .p-news .category-list, .p-cta-box, .link-btn-wrap.job, .tit, .c-title, .p-title, .p-cta3-box, .wp-categories, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .p-slide__wrap, .c-points__desc .num-wrap, .c-points__img, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .faq__item, .faq .c-txtarea01, .p-news .category-list, .p-cta-box, .link-btn-wrap.job, .tit, .c-title, .p-title, .p-cta3-box, .wp-categories, .breadcrumb {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .p-slide__wrap, .c-points__desc .num-wrap, .c-points__img, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .faq__item, .faq .c-txtarea01, .p-news .category-list, .p-cta-box, .link-btn-wrap.job, .tit, .c-title, .p-title, .p-cta3-box, .wp-categories, .breadcrumb {
    margin-bottom: 30px;
  }
}

.mb-md, .c-features, .c-thanks-text, .c-privacy-text, .c-contact .c-description, .sub-header, .maintit2, .b-title, .c-topview {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-features, .c-thanks-text, .c-privacy-text, .c-contact .c-description, .sub-header, .maintit2, .b-title, .c-topview {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-features, .c-thanks-text, .c-privacy-text, .c-contact .c-description, .sub-header, .maintit2, .b-title, .c-topview {
    margin-bottom: 90px;
  }
}

.mb-lr, .menu, .c-points, .faq, .faq-contents, .c-pdf, .c-flow, .c-osusume, .c-service, .c-rpo, .c-message, .p-news, .single-news {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .menu, .c-points, .faq, .faq-contents, .c-pdf, .c-flow, .c-osusume, .c-service, .c-rpo, .c-message, .p-news, .single-news {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .menu, .c-points, .faq, .faq-contents, .c-pdf, .c-flow, .c-osusume, .c-service, .c-rpo, .c-message, .p-news, .single-news {
    margin-bottom: 120px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container, .c-osusume__list__item .List, .c-osusume__list__item h4, .breadcrumb {
  padding: 0 7vw;
}
@media screen and (min-width: 600px) {
  .c-container, .c-osusume__list__item .List, .c-osusume__list__item h4, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .c-osusume__list__item .List, .c-osusume__list__item h4, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .c-osusume__list__item .List, .c-osusume__list__item h4, .breadcrumb {
    padding: 0 10vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: rgb(57, 57, 57);
  border: 1px solid rgb(57, 57, 57);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(57, 57, 57);
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
  height: 100vh;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  opacity: 0;
  /* 非アクティブな画像は非表示 */
  transition: transform 4.5s ease-out, opacity 0.8s ease;
}

.swiper-slide-active img {
  opacity: 1;
  /* アクティブな画像のみ表示 */
  transform: scale(1.1);
  /* アクティブ時にズーム */
}

.swiper-slide-prev img,
.swiper-slide-next img {
  /* 前後のスライドも完全に透明に */
  opacity: 0 !important;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

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

.breadcrumb {
  display: flex;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #02e556;
  border-bottom: 1px solid #02e556;
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

body {
  color: rgb(0, 0, 0);
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
  background-color: rgb(0, 0, 0);
}

body.hidden {
  overflow: hidden;
}

.superwrapper,
#main-wrapper {
  overflow: hidden;
}

.readmore {
  text-align: right;
}
.readmore span {
  position: relative;
  color: rgb(0, 0, 0);
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
}
.readmore span::after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url(../images/common/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .readmore span {
    font-size: 20px;
    padding-right: 25px;
  }
  .readmore span::after {
    height: 16px;
    width: 16px;
  }
}

.icon-tel {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/tel-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
}

.icon-net {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/icon-link-1-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.icon-map {
  position: relative;
}
.icon-map::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 17px;
  width: 17px;
}

.icon-insta {
  position: relative;
  padding-left: 10vw;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid #949494;
  padding-bottom: 5px;
}
.icon-insta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/icon-insta-gr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}

.p-cta3 {
  margin: 15px 0 30px 0;
}
.p-cta3::after {
  position: absolute;
  top: -45%;
  left: 10%;
  content: "";
  height: 160px;
  width: 160px;
  background-image: url(../images/common/p-cta2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}
.p-cta3-inr h2 {
  text-align: center;
  color: #fff;
}
.p-cta3-inr h2 .cta-balloon {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: 5px 12px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  right: 0;
  top: -40px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
.p-cta3-inr h2 .cta-balloon::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.p-cta3-box {
  text-align: center;
}
.p-cta3-box p {
  color: #fff;
}
.p-cta3-box p.color {
  color: yellow;
  font-size: 2rem;
  font-weight: bold;
}
.p-cta3-info {
  text-align: center;
}
.p-cta3-info ul li {
  margin-bottom: 20px;
}
.p-cta3-info ul li a {
  background: linear-gradient(90deg, #00aaee, #84c7eb);
  display: block;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (min-width: 960px) {
  .p-cta3-info ul li a {
    font-size: 1.4rem;
    height: 80px;
  }
}
.p-cta3-info ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgb(0, 0, 0);
}
.p-cta3-info ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.p-cta3-info ul li a span {
  position: relative;
}
.p-cta3-info ul li a span::before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/icon-link-1-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta3-info ul li a.tel {
  background-color: rgb(0, 0, 0);
  color: #fff;
}
.p-cta3-info ul li a.tel::before {
  background-color: #36cd39;
}
.p-cta3-info ul li a.tel::after {
  border-top: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
}
.p-cta3-info ul li a.tel span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/tel-white.png);
}
.p-cta3-info ul li a.tel small {
  display: block;
  width: 100%;
}
.p-cta3-info ul li a.line {
  background-color: rgb(11, 157, 11);
  color: #fff;
}
.p-cta3-info ul li a.line::before {
  background-color: #fff;
}
.p-cta3-info ul li a.line::after {
  border-top: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
}
.p-cta3-info ul li a.line span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/icon-line-cta.png);
}
.p-cta3-info ul li a.line small {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .p-cta3::before {
    transform: skewY(-2deg);
  }
  .p-cta3::after {
    top: -95%;
    height: 250px;
    width: 250px;
  }
  .p-cta3-box {
    font-size: 24px;
  }
  .p-cta3-box p.color {
    font-size: 3rem;
  }
  .p-cta3-inr h2 {
    font-size: 2rem;
  }
  .p-cta3-inr h2 .cta-balloon {
    right: 40%;
  }
  .p-cta3-info ul {
    display: flex;
    justify-content: space-around;
  }
  .p-cta3-info ul li {
    width: 450px;
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 600;
  color: #fff;
}
.c-topview__title h2 {
  font-weight: normal;
}
.c-topview__title h2 .en {
  font-size: 28px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.c-topview__title h2 .ja {
  font-size: 14px;
  letter-spacing: 2px;
}

.c-top-item {
  margin-top: 100px;
}

.content__wrap {
  background-color: rgba(36, 36, 36, 0.3058823529);
}

.sk {
  padding-top: 40px;
  margin-top: 42vh;
}

.p-title {
  position: relative;
  text-transform: uppercase;
}
.p-title .en {
  color: rgb(0, 0, 0);
  font-size: 38px;
  letter-spacing: 4px;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 42px;
  }
}
@media (min-width: 960px) {
  .p-title {
    margin-bottom: 40px;
  }
  .p-title .en {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .p-title {
    margin-bottom: 50px;
  }
  .p-title .en {
    font-size: 54px;
  }
}

.c-title {
  color: #08308e;
  font-weight: bold;
}
.c-title .en {
  font-size: 3.5rem;
  margin-bottom: -20px;
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 6rem;
  }
  .c-title .ja {
    font-size: 2rem;
  }
}

.b-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  padding: 5vw 5vw;
  z-index: 3000;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.b-title .en {
  position: relative;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.b-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 18px;
  padding-left: 8px;
  display: block;
}
@media (min-width: 960px) {
  .b-title {
    top: 32%;
  }
}

.c-tit {
  margin-bottom: 30px;
}
.c-tit h3 .ja {
  font-size: 25px;
  margin-bottom: 6px;
}
.c-tit h3 .en {
  font-size: 16px;
}
@media (min-width: 960px) {
  .c-tit {
    margin-bottom: 45px;
  }
  .c-tit h3 .ja {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .c-tit h3 .en {
    font-size: 18px;
  }
}

.lnk-btn {
  margin: 20px 0;
}
.lnk-btn a {
  position: relative;
  display: block;
  padding: 15px;
  border: #ccc 1px solid;
  background-color: #ccc;
  color: #fff;
}
.lnk-btn a::before {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 70px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.tit {
  text-align: center;
  font-size: 20px;
}
.tit .en {
  font-size: 12px;
  color: rgb(57, 57, 57);
}

.c-sub-title p {
  position: relative;
  padding-left: 30px;
}
.c-sub-title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: rgb(57, 57, 57);
}

.sub-tit {
  margin-bottom: 30px;
}
.sub-tit h3 {
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 600px) {
  .sub-tit {
    margin-bottom: 40px;
  }
  .sub-tit h3 {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .sub-tit {
    margin-bottom: 50px;
  }
  .sub-tit h3 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .sub-tit h3 {
    font-size: 42px;
  }
  .sub-tit .c-txt-sm {
    font-size: 24px;
  }
}

.link-btn-wrap {
  text-align: center;
}
.link-btn-wrap .link-btn {
  display: inline-block;
}
.link-btn-wrap .link-btn .btn,
.link-btn-wrap .link-btn a.btn,
.link-btn-wrap .link-btn button.btn {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  color: #212529;
}
@media (min-width: 960px) {
  .link-btn-wrap .link-btn .btn,
  .link-btn-wrap .link-btn a.btn,
  .link-btn-wrap .link-btn button.btn {
    font-size: 1.4rem;
  }
}
.link-btn-wrap .link-btn .btn.btn-flat,
.link-btn-wrap .link-btn a.btn.btn-flat,
.link-btn-wrap .link-btn button.btn.btn-flat {
  overflow: hidden;
  padding: 1.5rem 4rem;
  color: rgb(0, 0, 0);
  background: #f5f7f4;
}
.link-btn-wrap .link-btn .btn.btn-flat span,
.link-btn-wrap .link-btn a.btn.btn-flat span,
.link-btn-wrap .link-btn button.btn.btn-flat span {
  position: relative;
  z-index: 1;
}
.link-btn-wrap .link-btn .btn.btn-flat:hover,
.link-btn-wrap .link-btn a.btn.btn-flat:hover,
.link-btn-wrap .link-btn button.btn.btn-flat:hover {
  color: #fff;
}
.link-btn-wrap .link-btn .btn.btn-flat:hover::before,
.link-btn-wrap .link-btn a.btn.btn-flat:hover::before,
.link-btn-wrap .link-btn button.btn.btn-flat:hover::before {
  transform: rotate(45deg) translateX(0) translateY(-50%);
}
.link-btn-wrap .link-btn .btn.btn-flat:hover::after,
.link-btn-wrap .link-btn a.btn.btn-flat:hover::after,
.link-btn-wrap .link-btn button.btn.btn-flat:hover::after {
  transform: rotate(45deg) translateX(0) translateY(50%);
}
.link-btn-wrap .link-btn .btn.btn-flat::before,
.link-btn-wrap .link-btn a.btn.btn-flat::before,
.link-btn-wrap .link-btn button.btn.btn-flat::before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translateX(0) translateY(0);
  background: rgb(57, 57, 57);
}
@media (min-width: 960px) {
  .link-btn-wrap .link-btn .btn.btn-flat::before,
  .link-btn-wrap .link-btn a.btn.btn-flat::before,
  .link-btn-wrap .link-btn button.btn.btn-flat::before {
    left: calc(-140% + 50px);
  }
}
.link-btn-wrap .link-btn .btn.btn-flat::after,
.link-btn-wrap .link-btn a.btn.btn-flat::after,
.link-btn-wrap .link-btn button.btn.btn-flat::after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translateX(0) translateY(0);
  background: rgb(57, 57, 57);
}
@media (min-width: 960px) {
  .link-btn-wrap .link-btn .btn.btn-flat::after,
  .link-btn-wrap .link-btn a.btn.btn-flat::after,
  .link-btn-wrap .link-btn button.btn.btn-flat::after {
    right: calc(-140% + 50px);
  }
}
.link-btn-wrap .link-btn #contactBtn::before {
  left: calc(-130% + 50px);
}
.link-btn-wrap .link-btn #contactBtn::after {
  right: calc(-130% + 50px);
}
.link-btn-wrap.job a {
  padding: 1.5rem 2rem !important;
}
.link-btn-wrap.rec a {
  padding: 1.5rem 2rem !important;
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #fff;
  display: inline-block;
  padding: 12px 0;
  width: 200px;
  border: 1px solid #fff;
  z-index: 100;
  position: relative;
}
.more-btn__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/arrow-gray1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 200;
}
.more-btn__link span {
  position: relative;
  color: rgb(0, 0, 0);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover::before {
  background-image: url(../images/common/arrow.svg);
}
.more-btn__link.slide-bg:hover span {
  color: #fff;
  transform: none;
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 15px 0;
    height: auto;
    width: 250px;
  }
  .more-btn__link .c-txt-sm {
    font-size: 16px;
  }
}

.mark {
  background: linear-gradient(transparent 50%, rgba(255, 244, 92, 0.6274509804) 50%);
  font-weight: bold;
}

.Title {
  text-align: center;
  margin-bottom: 50px;
}
.Title span {
  border-bottom: 3px solid #02e556;
  border-top: 3px solid #02e556;
  font-size: 24px;
  padding: 10px 20px;
}
.Title span strong {
  color: #02e556;
}

.maintit2 {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.maintit2__title {
  margin: 0 5vw 15px;
}
.maintit2__title .ja {
  font-size: 14px;
  letter-spacing: 2px;
}
.maintit2__title .en {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 2;
  font-weight: 600;
}
.maintit2__title .en span {
  color: #02e556;
}
.maintit2 .Img {
  height: 200px;
  margin: 0 5vw;
}
.maintit2.c-news-page .maintit2__wrap {
  padding: 8vh 0 4vh;
}
@media (min-width: 600px) {
  .maintit2__title {
    margin: 0 5vw 30px;
  }
  .maintit2__title .ja {
    font-size: 16px;
  }
  .maintit2__title .en {
    font-size: 38px;
  }
  .maintit2 .Img {
    height: 300px;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .maintit2__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .maintit2__title {
    flex-basis: 35%;
    margin: 0 0 30px 10vw;
  }
  .maintit2__title .ja {
    font-size: 20px;
  }
  .maintit2__title .en {
    font-size: 48px;
  }
  .maintit2 .Img {
    flex-basis: 65%;
    height: 40vh;
  }
  .maintit2.c-news-page .maintit2__wrap {
    display: block;
    padding: 8vh 0 4vh;
  }
}
@media (min-width: 1200px) {
  .maintit2__title {
    margin: 0 0 50px 15vw;
  }
  .maintit2__title .ja {
    font-size: 22px;
  }
  .maintit2__title .en {
    font-size: 58px;
  }
  .maintit2 .Img {
    height: 50vh;
  }
}

.p-cta {
  position: relative;
}
.p-cta::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 125%;
  background: #353535;
  z-index: -1;
}
.p-cta-inr h2 {
  text-align: center;
  color: #fff;
}
.p-cta-inr h2 .cta-balloon {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: 5px 12px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  right: 0;
  top: -40px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
.p-cta-inr h2 .cta-balloon::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.p-cta-box {
  text-align: center;
}
.p-cta-box p {
  color: #fff;
}
.p-cta-box p.color {
  color: yellow;
  font-size: 2rem;
  font-weight: bold;
}
.p-cta-tel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.p-cta-tel h4 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-cta-tel small {
  color: #ccc;
  font-size: 0.9rem;
}
.p-cta-tel a {
  color: #fff;
  font-size: 2rem;
}
.p-cta-info {
  text-align: center;
}
.p-cta-info ul li {
  margin-bottom: 20px;
}
.p-cta-info ul li a {
  background: #fff;
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.p-cta-info ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgb(0, 0, 0);
}
.p-cta-info ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.p-cta-info ul li a span {
  position: relative;
}
.p-cta-info ul li a span::before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/icon_calculator.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta-info ul li a.tel {
  background-color: rgb(0, 0, 0);
  color: #fff;
}
.p-cta-info ul li a.tel::before {
  background-color: #ffea61;
}
.p-cta-info ul li a.tel::after {
  border-top: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
}
.p-cta-info ul li a.tel span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/tel-white.png);
}
.p-cta-info ul li a.tel small {
  display: block;
  width: 100%;
}
.p-cta-info ul li a.line {
  background-color: rgb(11, 157, 11);
  color: #fff;
}
.p-cta-info ul li a.line::before {
  background-color: #fff;
}
.p-cta-info ul li a.line::after {
  border-top: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
}
.p-cta-info ul li a.line span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/icon-line-cta.png);
}
.p-cta-info ul li a.line small {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .p-cta::after {
    top: -95%;
    height: 250px;
    width: 250px;
  }
  .p-cta-box {
    font-size: 24px;
  }
  .p-cta-box p.color {
    font-size: 3rem;
  }
  .p-cta-inr h2 {
    font-size: 2rem;
  }
  .p-cta-inr h2 .cta-balloon {
    right: 40%;
  }
  .p-cta .flex {
    display: flex;
    justify-content: space-around;
  }
  .p-cta-info {
    width: 45%;
  }
}

.title-band {
  background: linear-gradient(90deg, #02e556, #ccc);
  position: relative;
  height: 10rem;
  transform: skewY(-3deg);
  color: #fff;
  z-index: 99;
  margin-bottom: 50px;
}
.title-band-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.title-band-box div {
  background: #02e556;
  width: 140px;
  height: 2px;
  margin: 0 auto;
  transform: skewY(3deg);
  text-align: center;
  font-weight: 600;
}
.title-band-box h2 {
  transform: skewY(3deg);
  text-align: center;
  font-weight: 600;
}
.title-band-box p {
  transform: skewY(3deg);
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .title-band {
    height: 8rem;
  }
  .title-band .title {
    font-size: 1.6rem;
  }
  .title-band .subtitle {
    text-indent: 1rem;
    letter-spacing: 1rem;
    font-size: 1rem;
  }
}

.sub-header {
  width: 100%;
  position: relative;
}
.sub-header__title {
  color: #fff;
  position: relative;
  z-index: 1000;
}
.sub-header__title .en {
  font-size: 5.5rem;
  margin-bottom: -0.6rem;
  display: block;
}
.sub-header__title .ja {
  font-size: 2rem;
}
.sub-header .sub-img {
  height: 300px;
  position: relative;
}
.sub-header .sub-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.2;
}
.sub-header__left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45%;
  padding-left: 10vw;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .sub-header {
    height: 300px;
  }
  .sub-header__left {
    width: 100%;
    padding-right: 2rem;
  }
  .sub-header__title {
    color: #fff;
  }
  .sub-header__title .en {
    font-size: 3.5rem;
    margin-bottom: -0.3rem;
  }
  .sub-header__title .ja {
    font-size: 1.4rem;
  }
}

.page-link {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 4000;
  width: 30%;
}
.page-link .flex {
  display: flex;
  align-items: center;
}
.page-link .flex .Img {
  width: 20%;
}
.page-link .flex p {
  width: 80%;
  background-color: red;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

.video-wrapper {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.video-wrapper .hero {
  position: relative;
}
.video-wrapper .hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
  z-index: 10;
}
.video-wrapper .hero img {
  filter: grayscale(100%);
}
@media (max-width: 599px) {
  .video-wrapper .hero .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .video-wrapper .hero .view-sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .video-wrapper {
    top: 100px;
  }
}

.concept {
  padding-top: 70vh;
  padding-bottom: 10vh;
  position: relative;
}
.concept .scroll-mark {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 30vh;
  position: relative;
  /* スクロールを促すアニメーション */
}
.concept .scroll-mark::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow-down.svg) no-repeat center/contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollPrompt 2s ease-in-out infinite;
  /* アニメーションを追加 */
}
@keyframes scrollPrompt {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(5px);
  }
}
.concept .scroll-mark::after {
  content: "";
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.concept .c-container, .concept .c-osusume__list__item .List, .c-osusume__list__item .concept .List, .concept .c-osusume__list__item h4, .c-osusume__list__item .concept h4, .concept .breadcrumb {
  padding: 0 4vw;
}
.concept__tit {
  color: #fff;
  position: relative;
  z-index: 10;
}
.concept__tit h3 {
  font-size: 32px;
  letter-spacing: 4px;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 800;
  text-align: right;
}
.concept__tit .c-txt-sm {
  margin-bottom: 30px;
}
.concept__tit .c-txt-sm .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .concept__tit h3 {
    font-size: 38px;
    letter-spacing: 6px;
  }
  .concept__tit .c-txt-sm {
    text-align: right;
    font-size: 16px;
    line-height: 2;
  }
  .concept__tit .c-txt-sm .onlyPC {
    display: block;
  }
}
@media (min-width: 960px) {
  .concept {
    padding-bottom: 15vh;
  }
  .concept .scroll-mark {
    font-size: 24px;
  }
  .concept .scroll-mark::before {
    width: 30px;
    height: 30px;
    bottom: -20px;
  }
  .concept .scroll-mark::after {
    width: 150px;
    height: 150px;
  }
  .concept__tit h3 {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .concept__tit h3 .onlySP {
    display: none;
  }
  .concept__tit .c-txt-sm {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media (min-width: 1200px) {
  .concept .c-container, .concept .c-osusume__list__item .List, .c-osusume__list__item .concept .List, .concept .c-osusume__list__item h4, .c-osusume__list__item .concept h4, .concept .breadcrumb {
    padding: 0 8vw;
  }
  .concept__tit h3 {
    font-size: 52px;
  }
  .concept__tit .c-txt-sm {
    font-size: 24px;
    line-height: 2.2;
  }
}

.services__aside {
  position: relative;
}
.services__aside .services__item {
  position: relative;
  background-image: url(../images/home/img1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px 20px 20px;
  height: 350px;
  display: block;
  background-position: center;
  text-align: center;
  /* アニメーション用の新しいルールを追加 */
}
.services__aside .services__item.sv2 {
  background-image: url(../images/home/img9.webp);
}
.services__aside .services__item.sv3 {
  background-image: url(../images/home/img8.webp);
}
.services__aside .services__item.sv4 {
  background-image: url(../images/home/img17.webp);
}
.services__aside .services__item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5019607843);
  transition: transform 0.6s ease-out, background-color 0.3s ease;
  /* トランジションを追加 */
}
.services__aside .services__item.inview::before {
  transform: scale(0.9);
}
.services__aside .services__item h3 {
  font-size: 14px;
  font-weight: nomal;
  margin-bottom: 15px;
  letter-spacing: 2px;
  position: relative;
  z-index: 10;
}
.services__aside .services__item h4 {
  color: #02e556;
  font-size: 24px;
  letter-spacing: 4px;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
  opacity: 0.4;
}
.services__aside .services__item .second {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 200;
  position: relative;
  z-index: 10;
}
@media (min-width: 600px) {
  .services__aside .services__item {
    height: 430px;
    padding: 70px 20px 20px 20px;
  }
  .services__aside .services__item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .services__aside .services__item h4 {
    font-size: 32px;
  }
  .services__aside .services__item .second {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .services__aside {
    display: flex;
    flex-wrap: wrap;
  }
  .services__aside .services__item {
    flex-basis: 50%;
    height: 450px;
    /* アニメーション用の新しいルールを追加 */
  }
  .services__aside .services__item.inview::before {
    transform: scaleX(0.95) scaleY(0.9);
  }
  .services__aside .services__item h4 {
    font-size: 38px;
  }
  .services__aside .services__item .second {
    margin-bottom: 40px;
  }
  .services__aside .services__item:hover::before {
    background: rgb(255, 255, 255);
  }
}

.single-news .container {
  position: relative;
  border: 2px solid #02e556;
  padding: 10px 10px 20px 10px;
  background-color: #fff;
}
.single-news .container .label {
  color: #02e556;
}
.single-news .container .date {
  color: #02e556;
  margin-bottom: 10px;
}
.single-news .container .title {
  margin-bottom: 20px;
  font-weight: bold;
}
.single-news .container .link a {
  border-radius: 5px;
  border: 1px solid #02e556;
  padding: 8px 10px 8px 35px;
  color: #02e556;
  font-weight: bold;
  position: relative;
}
.single-news .container .link a::before {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/icon-link-1-black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .single-news {
    margin-top: -100px;
  }
  .single-news .container {
    margin-left: 5vw;
    padding: 20px 20px;
    z-index: 5000;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-news .container .title,
  .single-news .container .date {
    margin: 0 10px 0 0;
  }
  .single-news .container .label {
    padding-right: 10px;
    border-right: 1px solid #02e556;
  }
}

.p-contents {
  background: url(../images/home/bg-1-sp.webp) no-repeat center/cover;
  padding: 80px 0;
}
@media (min-width: 960px) {
  .p-contents {
    padding: 120px 0 100px;
  }
}

.p-news .p-title .en {
  color: #fff;
}
.p-news__list {
  margin-bottom: 50px;
}
.p-news__item {
  padding: 15px 10px;
  border-bottom: 1px solid #f4f4f4;
}
.p-news__item a {
  color: #fff;
}
.p-news-wrap {
  width: 60%;
}
.p-news__img {
  height: 200px;
  margin-bottom: 15px;
}
.p-news__date {
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
}
.p-news__content {
  margin-top: 10px;
  font-size: 16px;
}
.p-news .more-btn {
  margin-bottom: 10px;
}
.p-news .category-list h4 {
  text-align: center;
  color: #fff;
  background-color: #00B7EB;
  padding: 10px 10px;
}
.p-news .category-list ul {
  padding: 10px 10px;
  background-color: #fff;
}
.p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.p-news .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #00B7EB;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.p-news .category-list ul li a {
  color: rgb(0, 0, 0);
}
@media (min-width: 600px) {
  .p-news .c-container, .p-news .c-osusume__list__item .List, .c-osusume__list__item .p-news .List, .p-news .c-osusume__list__item h4, .c-osusume__list__item .p-news h4, .p-news .breadcrumb {
    padding: 0 8vw;
  }
  .p-news__list {
    margin-bottom: 50px;
  }
  .p-news__link {
    display: flex;
    justify-content: space-between;
  }
  .p-news__img {
    flex-basis: 40%;
  }
  .p-news-wrap {
    flex-basis: 55%;
  }
  .p-news__date {
    font-size: 16px;
  }
  .p-news__content {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-news .c-container, .p-news .c-osusume__list__item .List, .c-osusume__list__item .p-news .List, .p-news .c-osusume__list__item h4, .c-osusume__list__item .p-news h4, .p-news .breadcrumb {
    padding: 0 5vw;
  }
  .p-news__list {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .p-news__item {
    padding: 15px 10px;
    border-bottom: none;
    flex-basis: 32%;
  }
  .p-news__link {
    display: block;
  }
  .p-news__date {
    font-size: 16px;
  }
  .p-news__content {
    font-size: 18px;
  }
  .p-news .category-list {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .c-osusume__list__item .List, .c-osusume__list__item .p-news .List, .p-news .c-osusume__list__item h4, .c-osusume__list__item .p-news h4, .p-news .breadcrumb {
    padding: 0 10vw;
  }
  .p-news__item {
    flex-basis: 30%;
  }
}

.p-company {
  padding-top: 50px;
  color: #fff;
}
.p-company .p-title .en {
  color: #fff;
}
.p-company__desc {
  margin-bottom: 50px;
}
.p-company__desc .onlyPC {
  display: none;
}
.p-company__desc .c-txt-sm {
  margin-bottom: 30px;
  position: relative;
  z-index: 20;
}
.p-company__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__wrap {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .p-company {
    padding-top: 30px;
  }
  .p-company .c-container, .p-company .c-osusume__list__item .List, .c-osusume__list__item .p-company .List, .p-company .c-osusume__list__item h4, .c-osusume__list__item .p-company h4, .p-company .breadcrumb {
    padding: 0 8vw;
  }
  .p-company__desc {
    margin-bottom: 60px;
  }
  .p-company__wrap {
    margin-bottom: 60px;
  }
  .p-company__img {
    margin: 0 12vw;
  }
}
@media (min-width: 960px) {
  .p-company {
    padding-top: 0;
  }
  .p-company .c-container, .p-company .c-osusume__list__item .List, .c-osusume__list__item .p-company .List, .p-company .c-osusume__list__item h4, .c-osusume__list__item .p-company h4, .p-company .breadcrumb {
    padding: 0 8vw;
  }
  .p-company__wrap {
    margin-bottom: 100px;
  }
  .p-company__desc {
    position: relative;
  }
  .p-company__desc .onlyPC {
    display: block;
  }
  .p-company__desc .c-txt-sm {
    margin-bottom: 40px;
  }
  .p-company__desc::before {
    content: "";
    width: 40%;
    height: 80%;
    background: url(../images/home/tri.webp) no-repeat center/contain;
    position: absolute;
    bottom: -40px;
    right: 0;
  }
  .p-company__img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-company .c-container, .p-company .c-osusume__list__item .List, .c-osusume__list__item .p-company .List, .p-company .c-osusume__list__item h4, .c-osusume__list__item .p-company h4, .p-company .breadcrumb {
    padding: 0 12vw;
  }
}

.p-footer {
  padding: 60px 0 30px;
  background-color: #333;
}
.p-footer__logo {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.p-footer__logo img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
  margin-bottom: 50px;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li a {
  color: #fff;
}
.p-footer__nav li a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.p-footer__nav li span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.p-footer__nav li span .onlyPC {
  display: none;
}
.p-footer__nav li span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-footer__nav li .c-txt-sm {
  font-size: 13px;
  color: #fff;
}
.p-footer .copyright {
  text-align: center;
  color: #949494;
  font-size: 14px;
}

.c-company {
  background: url(../images/home/bg-2-sp.webp) no-repeat center/cover;
  padding: 0 0 80px;
  color: #fff;
}
@media (min-width: 960px) {
  .c-company {
    background: url(../images/home/bg-2.webp) no-repeat center/cover;
    padding: 0 0 120px;
  }
}

.c-message {
  padding-bottom: 30px;
}
.c-message__list__item {
  margin-bottom: 50px;
}
.c-message__list__item .Desc.c-txt-sm {
  line-height: 2.2;
}
.c-message__list__item .Desc .c-txt-sm {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-message {
    padding-bottom: 0;
  }
  .c-message__list__item {
    margin-bottom: 80px;
  }
  .c-message__list__item .Desc {
    text-align: center;
  }
  .c-message__list__item .Desc .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-message {
    padding-bottom: 15px;
  }
  .c-message__list__item {
    margin-bottom: 100px;
  }
  .c-message__list__item .Desc.c-txt-sm {
    font-size: 20px;
    line-height: 2.5;
  }
  .c-message__list__item .Desc .c-txt-sm {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-message__list__item .Desc.c-txt-sm {
    font-size: 24px;
    line-height: 2.8;
  }
  .c-message__list__item .Desc .c-txt-sm {
    font-size: 24px;
  }
}

.c-about__desc table .c-txt-sm {
  font-weight: normal;
}
.c-about__desc th {
  display: block;
  text-align: center;
  padding: 8px;
}
.c-about__desc th span {
  display: inline-block;
  padding: 0 10px 5px;
  border-bottom: 1px solid #fff;
}
.c-about__desc td {
  display: block;
  text-align: center;
  padding: 15px 8px;
}
.c-about__desc td a {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}

.c-business .maintit2__title .en {
  font-size: 24px;
  letter-spacing: 2px;
}
.c-business .maintit2__title .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .c-business .maintit2__title .en {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
@media (min-width: 960px) {
  .c-business .maintit2__title .en {
    font-size: 38px;
  }
  .c-business .maintit2__title .onlyPC {
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-business .maintit2__title .en {
    font-size: 48px;
  }
}

.c-rpo {
  background-color: #f4f4f4;
  padding-bottom: 150px;
}
.c-rpo__img {
  height: 180px;
}
.c-rpo__desc {
  background-color: #333;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 30px 0 100px;
}
.c-rpo__desc h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.c-rpo__desc .c-txt-sm {
  font-weight: normal;
}
.c-rpo__list {
  background-color: #fff;
  padding: 50px 15px 30px;
  margin: -70px 4vw;
  position: relative;
  z-index: 50;
}
.c-rpo__list__item {
  position: relative;
  margin-bottom: 60px;
}
.c-rpo__list__item:nth-child(2) .click-item {
  background: url(../images/home/img3.webp) no-repeat center/cover;
}
.c-rpo__list__item:nth-child(3) .click-item {
  background: url(../images/home/img4.webp) no-repeat center/cover;
}
.c-rpo__list__item:nth-child(4) .click-item {
  background: url(../images/home/img6.webp) no-repeat center/cover;
}
.c-rpo__list__item:nth-child(5) .click-item {
  background: url(../images/home/img13.webp) no-repeat center/cover;
}
.c-rpo__list__item:last-child {
  margin-bottom: 0;
}
.c-rpo__list__item .num {
  position: absolute;
  top: -35px;
  font-size: 22px;
  letter-spacing: 4px;
  right: 0;
}
.c-rpo__list__item .click-item {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  background: url(../images/home/img19.webp) no-repeat center/cover;
  position: relative;
  height: 200px;
  overflow: hidden;
}
.c-rpo__list__item .click-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.c-rpo__list__item .click-item .click-text {
  font-weight: 300;
  font-size: 13px;
  line-height: 2;
  position: relative;
  color: #fff;
  transition: opacity 0.2s ease;
  height: 170px;
  overflow-y: auto;
}
.c-rpo__list__item .click-item::-webkit-scrollbar {
  width: 5px;
}
.c-rpo__list__item .click-item::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.c-rpo__list__item .click-item::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
.c-rpo__list__item .click-item.before-hidden::before {
  z-index: -2;
  opacity: 0.7;
}
.c-rpo__list__item h5 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2;
}
@media (min-width: 600px) {
  .c-rpo {
    padding-bottom: 180px;
  }
  .c-rpo__img {
    height: 300px;
  }
  .c-rpo__desc {
    padding: 50px 0 150px;
  }
  .c-rpo__desc .c-container, .c-rpo__desc .c-osusume__list__item .List, .c-osusume__list__item .c-rpo__desc .List, .c-rpo__desc .c-osusume__list__item h4, .c-osusume__list__item .c-rpo__desc h4, .c-rpo__desc .breadcrumb {
    padding: 0 10vw;
  }
  .c-rpo__desc h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .c-rpo__list {
    padding: 80px 5vw 40px;
    margin: -100px 6vw;
  }
  .c-rpo__list__item {
    margin-bottom: 60px;
  }
  .c-rpo__list__item .num {
    top: -50px;
    font-size: 28px;
  }
  .c-rpo__list__item .click-item {
    padding: 20px 30px;
    height: 220px;
  }
  .c-rpo__list__item .click-item .click-text {
    font-size: 16px;
  }
  .c-rpo__list__item h5 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-rpo {
    padding-bottom: 200px;
  }
  .c-rpo__wrap {
    display: flex;
  }
  .c-rpo__img {
    height: auto;
    flex-basis: 35%;
  }
  .c-rpo__desc {
    flex-basis: 65%;
    border-top: none;
    padding: 100px 0 200px;
  }
  .c-rpo__desc h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .c-rpo__list {
    padding: 80px 4vw 50px;
    margin: -120px 3vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-rpo__list__item {
    flex-basis: 48%;
    margin-bottom: 100px;
  }
  .c-rpo__list__item .num {
    top: -55px;
    font-size: 32px;
  }
  .c-rpo__list__item h5 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-rpo {
    padding-bottom: 250px;
  }
  .c-rpo__list {
    padding: 80px 5vw 50px;
    margin: -120px 7vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-rpo__list__item {
    flex-basis: 46%;
    margin-bottom: 100px;
  }
  .c-rpo__list__item .num {
    top: -60px;
    font-size: 38px;
  }
  .c-rpo__list__item .click-item {
    padding: 20px 30px;
    height: 300px;
  }
  .c-rpo__list__item .click-item .click-text {
    font-size: 18px;
    height: 240px;
  }
  .c-rpo__list__item h5 {
    font-size: 22px;
  }
}
.c-rpo.c-agency .c-rpo__list__item:nth-child(2) .click-item {
  background: url(../images/home/img16.webp) no-repeat center/cover;
}
.c-rpo.c-agency .c-rpo__list__item:nth-child(3) .click-item {
  background: url(../images/home/img12.webp) no-repeat center/cover;
}
.c-rpo.c-agency .c-rpo__list__item .click-item {
  background: url(../images/home/img23.webp) no-repeat center/cover;
}

.c-service {
  padding: 50px 0;
  background-color: #eeeeee;
}
.c-service__list__item {
  margin: 0 3vw 40px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px;
}
.c-service__list__item:nth-child(2) .Icon {
  background: url(../images/common/ser2.svg) no-repeat center/contain;
}
.c-service__list__item:nth-child(3) .Icon {
  background: url(../images/common/ser3.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .c-service__list__item:nth-child(3) .Icon {
    background: url(../images/common/ser3-2.svg) no-repeat center/contain;
  }
}
.c-service__list__item:nth-child(4) .Icon {
  background: url(../images/common/ser4.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .c-service__list__item:nth-child(4) .Icon {
    background: url(../images/common/ser4-2.svg) no-repeat center/contain;
  }
}
.c-service__list__item:nth-child(5) .Icon {
  background: url(../images/common/ser5.svg) no-repeat center/contain;
}
.c-service__list__item h4 {
  font-size: 18px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.c-service__list__item h4::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #02e556;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-service__list__item .Icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  background: url(../images/common/ser1.svg) no-repeat center/contain;
}
.c-service__list__item .c-txt-sm {
  font-weight: normal;
}
@media (min-width: 600px) {
  .c-service__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-service__list__item {
    flex-basis: 48%;
    margin: 0 0 30px;
    padding: 20px;
  }
  .c-service__list__item .Icon {
    margin: 0 auto 25px;
  }
}
@media (min-width: 960px) {
  .c-service {
    padding: 80px 0;
  }
  .c-service__list__item {
    padding: 30px;
  }
  .c-service__list__item h4 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .c-service__list__item .Icon {
    margin: 0 auto 30px;
  }
}
@media (min-width: 1200px) {
  .c-service__list__item {
    flex-basis: 46%;
    margin-bottom: 50px;
  }
  .c-service__list__item h4 {
    font-size: 28px;
  }
}

.c-osusume__list__item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.c-osusume__list__item:nth-child(2n+1) .Img {
  margin-left: 15vw;
}
.c-osusume__list__item:nth-child(2n) .Img {
  margin-right: 15vw;
}
.c-osusume__list__item h4 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.c-osusume__list__item h4 span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.c-osusume__list__item h4 span::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #02e556;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-osusume__list__item .List {
  margin-bottom: 70px;
}
.c-osusume__list__item .List-Item {
  padding: 5px;
}
.c-osusume__list__item .List-Item:nth-child(2n) {
  background-color: #f4f4f4;
}
.c-osusume__list__item .List-Item .c-txt-sm {
  font-weight: 400;
}
@media (min-width: 600px) {
  .c-osusume__list__item:nth-child(2n) h4 {
    text-align: right;
  }
  .c-osusume__list__item:nth-child(2n) .Wrap {
    flex-direction: row-reverse;
  }
  .c-osusume__list__item h4 {
    font-size: 24px;
  }
  .c-osusume__list__item h4 span {
    padding-left: 25px;
  }
  .c-osusume__list__item h4 span::before {
    width: 15px;
    height: 15px;
  }
  .c-osusume__list__item .Wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-osusume__list__item .Wrap .List {
    flex-basis: 48%;
    padding: 0 3vw;
  }
  .c-osusume__list__item .Wrap .Img {
    flex-basis: 48%;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .c-osusume__list__item {
    padding-bottom: 80px;
  }
  .c-osusume__list__item h4 {
    font-size: 28px;
  }
  .c-osusume__list__item h4 span {
    padding-left: 30px;
  }
  .c-osusume__list__item h4 span::before {
    width: 18px;
    height: 18px;
  }
  .c-osusume__list__item .Wrap .List {
    padding: 0 5vw;
  }
  .c-osusume__list__item .Wrap .List-Item {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .c-osusume__list__item h4 {
    font-size: 32px;
  }
  .c-osusume__list__item h4 span {
    padding-left: 35px;
  }
  .c-osusume__list__item h4 span::before {
    width: 20px;
    height: 20px;
  }
  .c-osusume__list__item .Wrap .List {
    flex-basis: 53%;
    padding: 0 7vw;
  }
  .c-osusume__list__item .Wrap .Img {
    flex-basis: 42%;
  }
}

.c-flow__list__item {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.c-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ccc;
  /* 色は任意に変更可能 */
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-flow__list__item:nth-child(2) .Icon {
  background: url(../images/common/flow2.svg) no-repeat center/50% 50%;
}
.c-flow__list__item:nth-child(3) .Icon {
  background: url(../images/common/flow3.svg) no-repeat center/70% 70%;
}
.c-flow__list__item:nth-child(4) .Icon {
  background: url(../images/common/flow4.svg) no-repeat center/55% 55%;
}
.c-flow__list__item:last-child::before {
  display: none;
}
.c-flow__list__item .Icon {
  width: 180px;
  height: 180px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: url(../images/common/flow1.svg) no-repeat center/70% 70%;
  margin: 0 auto 30px;
  position: relative;
}
.c-flow__list__item .Icon .num {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.c-flow__list__item .Desc {
  text-align: center;
}
.c-flow__list__item .Desc h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.c-flow__list__item .Desc .c-txt-sm {
  font-weight: normal;
}
@media (min-width: 600px) {
  .c-flow__list__item {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .c-flow__list__item .Icon {
    width: 200px;
    height: 200px;
  }
  .c-flow__list__item .Icon .num {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px;
  }
  .c-flow__list__item .Desc h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .c-flow {
    padding-top: 50px;
  }
  .c-flow__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .c-flow__list__item::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ccc;
    bottom: -30px;
  }
  .c-flow__list__item .Icon {
    margin: 0;
  }
  .c-flow__list__item .Desc {
    text-align: left;
    flex-basis: 70%;
  }
  .c-flow__list__item .Desc h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .c-flow__list__item .Desc .c-txt-sm {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-flow .c-container, .c-flow .breadcrumb, .c-flow .c-osusume__list__item h4, .c-osusume__list__item .c-flow h4, .c-flow .c-osusume__list__item .List, .c-osusume__list__item .c-flow .List {
    padding: 0 15vw;
  }
  .c-flow__list__item .Icon {
    width: 240px;
    height: 240px;
  }
  .c-flow__list__item .Icon .num {
    top: 20px;
    left: 15px;
    font-size: 28px;
  }
  .c-flow__list__item .Desc {
    flex-basis: 65%;
  }
  .c-flow__list__item .Desc h4 {
    font-size: 28px;
  }
  .c-flow__list__item .Desc .c-txt-sm {
    font-size: 24px;
  }
}

.c-pdf #pdf-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.faq__item {
  background-color: #fff;
}
.faq .c-txt-sm {
  font-weight: 500;
  font-size: 14px;
}
.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border: 1px solid #ccc;
}
.faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #ccc;
  height: 100%;
  padding: 10px;
}
.faq dt span {
  margin-left: 10vw;
  margin-right: 5vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #02e556;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #02e556;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq dd {
  position: relative;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #02e556;
}
.faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
.faq .more-btn {
  display: block;
}

.c-news__item {
  padding: 20px;
  background-color: rgb(0, 0, 0);
}
.c-news__item:nth-child(2n) {
  background-color: #333;
}
.c-news-wrap {
  padding: 15px 0;
}
.c-news__img {
  height: 180px;
}
.c-news__date {
  color: #ccc;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
.c-news__list {
  padding-bottom: 5vw;
}
.c-news__content {
  font-size: 14px;
  letter-spacing: 2px;
}
.c-news__link {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.c-news__link span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 7px 10px;
}
.c-news .c-news__block {
  padding: 8vw 0;
}
@media (min-width: 600px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .c-osusume__list__item h4, .c-osusume__list__item .c-news h4, .c-news .c-osusume__list__item .List, .c-osusume__list__item .c-news .List {
    padding: 0 5vw;
  }
  .c-news__item {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
  }
  .c-news__img {
    flex-basis: 40%;
  }
  .c-news-wrap {
    flex-basis: 55%;
  }
  .c-news__link {
    text-align: left;
    margin-top: 20px;
  }
  .c-news__link span {
    padding: 10px 15px;
  }
}
@media (min-width: 960px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .c-osusume__list__item h4, .c-osusume__list__item .c-news h4, .c-news .c-osusume__list__item .List, .c-osusume__list__item .c-news .List {
    padding: 0 10vw;
  }
  .c-news__list {
    padding-bottom: 50px;
  }
  .c-news__item {
    padding: 40px;
  }
  .c-news__img {
    height: 200px;
  }
  .c-news__date {
    font-size: 16px;
  }
  .c-news__content {
    font-size: 18px;
  }
  .c-news__link {
    margin-top: 30px;
  }
  .c-news__link span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .c-osusume__list__item h4, .c-osusume__list__item .c-news h4, .c-news .c-osusume__list__item .List, .c-osusume__list__item .c-news .List {
    padding: 0 18vw;
  }
}

.page-numbers {
  margin: 6vw 0 0;
}
@media (min-width: 600px) {
  .page-numbers {
    margin: 4vw 0 0;
  }
}
@media (min-width: 1200px) {
  .page-numbers {
    margin: 2vw 0 0;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(0, 0, 0) !important;
  color: #fff;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border: 1px solid #c4ccd1;
  background: transparent;
  margin: 0 1.3vw;
  color: #fff;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(0, 0, 0);
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .c-osusume__list__item h4, .c-osusume__list__item .c-news-sl h4, .c-news-sl .c-osusume__list__item .List, .c-osusume__list__item .c-news-sl .List {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__contents .thumbnail {
  display: inline-block;
  margin-bottom: 50px;
}
.c-news-sl__link {
  text-align: center;
  margin: 10vw 0 0;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #fff;
}
@media (min-width: 600px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
  .c-news-sl__link {
    margin: 5vw 0 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .c-osusume__list__item h4, .c-osusume__list__item .c-news-sl h4, .c-news-sl .c-osusume__list__item .List, .c-osusume__list__item .c-news-sl .List {
    padding: 0 10vw;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .c-osusume__list__item h4, .c-osusume__list__item .c-news-sl h4, .c-news-sl .c-osusume__list__item .List, .c-osusume__list__item .c-news-sl .List {
    padding: 0 20vw;
  }
}

.c-contact {
  background: url(../images/home/bg-2-sp.webp) no-repeat center/cover;
  padding: 0 0 80px;
  color: #fff;
}
@media (min-width: 960px) {
  .c-contact {
    background: url(../images/home/bg-2.webp) no-repeat center/cover;
  }
}
.c-contact .center {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}
.c-contact h3 {
  display: inline-block;
  width: 340px;
}
.c-contact h3 .desc {
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-contact h3 {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact h3 {
    width: 800px;
  }
  .c-contact h3 .desc {
    font-size: 18px;
  }
}
.c-contact .c-description {
  padding: 40px 0;
  background-color: #ffffff;
  color: #fff;
}
.c-contact .c-description ul {
  padding: 20px 0;
}
.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}
.c-contact .contact-form {
  margin-bottom: 40px;
  text-align: center;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}
.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}
.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 rgb(0, 0, 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 rgb(0, 0, 0);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 320px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form dt strong {
  color: rgb(199, 1, 1);
}
.c-contact .contact-form .ct-name .number {
  position: relative;
}
.c-contact .contact-form .ct-name .number .num {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must .need {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(223, 80, 48);
  background: linear-gradient(to right, rgb(242, 124, 97) 0%, rgb(219, 45, 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  margin-right: 10px;
  display: inline-block;
}
.c-contact .contact-form .must::after {
  content: "＊";
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .free .anNeed {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(107, 144, 219);
  background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
.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: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.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 {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.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: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(0, 0, 0);
  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 dt {
    font-size: 24px;
  }
  .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 .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 2000px) {
  .c-contact .wrap {
    padding: 0 500px;
  }
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}
.c-contact .ct-check {
  background-color: #fff;
}
.c-contact .ct-check .must {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex .wpcf7-checkbox {
    display: flex;
  }
}
.c-contact .ct-check.flex .wpcf7-list-item-label {
  white-space: nowrap;
}
.c-contact .ct-check.flex .need {
  margin-left: -10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex.second .wpcf7-checkbox {
    flex-wrap: wrap;
  }
  .c-contact .ct-check.flex.second .wpcf7-checkbox .wpcf7-list-item {
    width: 48%;
  }
}
.c-contact .ct-check input {
  height: 18px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-check .wpcf7-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0 20px 0 0;
}
.c-contact .ct-check .wpcf7-list-item-label {
  font-size: 14px;
  width: 80%;
}
@media (min-width: 1200px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 26px;
  }
}
.c-contact .ct-text-sm textarea {
  height: 80px;
}
@media (min-width: 960px) {
  .c-contact .ct-text-sm textarea {
    height: 120px;
  }
}
.c-contact .ct-redio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .ct-redio input {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-redio .wpcf7-radio {
  display: flex;
}
.c-contact .tyui {
  text-align: center;
  margin: 0 auto 20px auto;
  width: 340px;
}
.c-contact .tyui p {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-contact .tyui {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact .tyui {
    width: 800px;
  }
}
@media (min-width: 960px) {
  .c-contact#contact5 .ct-check.flex .wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
  }
}
.c-contact#contact5 .ct-check .wpcf7-list-item {
  padding-right: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  background: url(../images/home/bg-2-sp.webp) no-repeat center/cover;
  padding: 80px 0;
}
.c-privacy-text {
  color: #fff;
}
.c-privacy h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.c-privacy h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy {
    background: url(../images/home/bg-2.webp) no-repeat center/cover;
    padding: 100px 0;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-osusume__list__item h4, .c-osusume__list__item .c-privacy h4, .c-privacy .c-osusume__list__item .List, .c-osusume__list__item .c-privacy .List {
    padding: 0 10vw;
  }
  .c-privacy h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .c-privacy h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-osusume__list__item h4, .c-osusume__list__item .c-privacy h4, .c-privacy .c-osusume__list__item .List, .c-osusume__list__item .c-privacy .List {
    padding: 0 15vw;
  }
}

.c-thanks {
  background: url(../images/home/bg-2-sp.webp) no-repeat center/cover;
  padding: 80px 0;
}
.c-thanks h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.c-thanks h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks-text {
  color: #fff;
}
@media (min-width: 600px) {
  .c-thanks .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    background: url(../images/home/bg-2.webp) no-repeat center/cover;
    padding: 100px 0;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-osusume__list__item h4, .c-osusume__list__item .c-thanks h4, .c-thanks .c-osusume__list__item .List, .c-osusume__list__item .c-thanks .List {
    padding: 0 10vw;
  }
  .c-thanks h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .c-thanks h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-osusume__list__item h4, .c-osusume__list__item .c-thanks h4, .c-thanks .c-osusume__list__item .List, .c-osusume__list__item .c-thanks .List {
    padding: 0 15vw;
  }
}

.c-features h3 {
  margin-bottom: 10px;
}

.c-points__item {
  margin-bottom: 70px;
}
.c-points .flex {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.c-points .flex .item {
  width: 12%;
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
  font-family: "Prompt";
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}
.c-points .flex .item .point {
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  transform: rotate(90deg);
  transform-origin: left top;
  display: block;
  margin: 0.7rem 0 0;
}
.c-points .flex .item .r-nam {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1;
  display: block;
  margin-left: 0.6rem;
  margin-top: -17px;
}
.c-points .flex .sub {
  margin-top: 6px;
  width: 83%;
  font-size: 19px;
  display: flex;
  align-items: center;
}
.c-points__desc {
  position: relative;
}
.c-points__desc::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #949494;
  position: absolute;
  top: 5vw;
  left: 15vw;
  opacity: 0.1;
}
.c-points__desc .item-tit {
  font-size: 18px;
}
.c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: rgb(57, 57, 57);
  border-bottom: 2px solid rgb(57, 57, 57);
}
.c-points__desc .num-wrap {
  text-align: center;
}
.c-points__desc .c-txt-sm {
  font-weight: normal;
}
@media (min-width: 600px) {
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__item {
    margin-bottom: 100px;
  }
  .c-points__img {
    width: 48%;
    height: auto;
  }
  .c-points__desc {
    width: 48%;
  }
  .c-points__desc::before {
    top: 3vw;
    left: 3vw;
  }
}
@media (min-width: 960px) {
  .c-points__item {
    margin-bottom: 120px;
  }
  .c-points .flex .sub {
    width: 90%;
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .c-points .c-container, .c-points .breadcrumb, .c-points .c-osusume__list__item h4, .c-osusume__list__item .c-points h4, .c-points .c-osusume__list__item .List, .c-osusume__list__item .c-points .List {
    padding: 0 15vw;
  }
  .c-points__desc::before {
    top: 2vw;
    left: 2vw;
  }
}

.contact-wrap {
  position: relative;
}
.contact-wrap::before {
  content: "";
  background: url(../images/home/company01.webp) no-repeat center/cover;
  width: 100%;
  height: 50vh;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .contact-wrap::before {
    content: "";
    background: url(../images/home/company01.webp) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: 35% 100%;
  }
}
.faq-wrap {
  position: relative;
}
.faq-wrap::before {
  content: "";
  background: url(../images/home/recruit01.webp) no-repeat center/cover;
  width: 100%;
  height: 50vh;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .faq-wrap::before {
    content: "";
    background: url(../images/home/recruit01.webp) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: 35% 100%;
  }
}

.recruit-wrap {
  position: relative;
}
.recruit-wrap::before {
  content: "";
  background-image: url(../images/home/recruit01.webp);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: 35% 100%;
}

.business-wrap {
  position: relative;
}
.business-wrap::before {
  content: "";
  background: url(../images/home/ser2.webp) no-repeat center/cover;
  width: 100%;
  height: 50vh;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .business-wrap::before {
    content: "";
    background: url(../images/home/ser2.webp) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: 35% 100%;
  }
}

.contents-wrap {
  background-color: #fff;
  padding: 50px 0 30px 0;
}

.p-slide__wrap {
  width: 100%;
  overflow: hidden;
}
.p-slide .tit {
  font-size: 18px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .p-slide .tit .ja {
    font-size: 22px;
  }
}
.p-slide .gallery {
  display: flex;
  width: 100%;
}
.p-slide .gallery .slide-item {
  width: 30%;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    width: 18%;
    margin: 0 30px;
  }
}
@media (min-width: 960px) {
  .p-slide .gallery .slide-item {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    margin: 0 40px;
  }
}

@media (max-width: 768px) {
  .gtranslate_wrappe .gtranslate_wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
  }
}

.menu {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.menu h2 {
  font-family: "Cinzel", serif;
  color: #b7b096;
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.menu h2 span {
  display: block;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.5em;
  letter-spacing: 0.15em;
}
.menu ul.link {
  font-size: 1em;
  display: flex;
  justify-content: center;
}
.menu ul.link a {
  color: rgb(0, 0, 0);
}
.menu ul.detail > li {
  margin: 0 auto 50px;
  background: #e4e4e4;
  text-align: left;
  padding-bottom: 25px;
  border-radius: 20px;
  box-shadow: 3px 3px 0 #707070;
}
.menu ul.detail > li h3 {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
}
.menu .top {
  padding: 15px;
}
.menu .top .text {
  margin-bottom: 15px;
}
.menu .top .text h3 {
  text-align: center;
}
.menu .top .Img {
  height: 200px;
  margin-bottom: 20px;
}
.menu .top .Img img {
  border-radius: 10px;
  -o-object-position: center top;
     object-position: center top;
}
.menu .middle {
  margin: 50px auto 84px;
  border-top: 4px solid #b7b096;
  border-bottom: 4px solid #b7b096;
  padding: 20px 0;
}
.menu .middle .m_inner {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 16px 50px 12px;
}
.menu .middle .m_inner img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.menu .box {
  padding: 15px;
  margin: 10px;
  background-color: #fff;
  border-radius: 20px;
}
.menu .box h4 {
  color: #02e556;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.menu .box .box-wrap p {
  margin-bottom: 10px;
  padding-left: 25px;
}
.menu .box .box-wrap p span {
  position: relative;
}
.menu .box .box-wrap p span::before {
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ch.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu .bottom {
  margin: 0 auto;
  padding: 48px;
  background: #f4f3ef;
  color: rgb(0, 0, 0);
}
.menu .bottom .number {
  width: 120px;
  height: 120px;
  margin: 0 auto -70px;
  border-radius: 100px;
  background: #ffffff;
  border: 10px solid #f4f3ef;
  font-size: 2.6em;
  color: #b7b096;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}
.menu .bottom .number span {
  display: block;
  font-size: 0.4em;
  margin-bottom: -17px;
  padding-top: 17px;
}
.menu .bottom ul li {
  width: 288px;
}
.menu .bottom ul li .inner {
  background: #ffffff;
  padding-top: 54px;
  height: 512px;
}
.menu .bottom ul li .inner hr {
  border-top: 4px solid #f4f3ef;
}
.menu .bottom ul li .inner .box {
  padding: 30px 30px;
}
.menu .arrow {
  width: 500px;
  height: 28px;
  background: url(../images/home/arwow02.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .menu .arrow {
    height: 21px;
    width: auto;
    background: url(../images/home/arwow02.png) no-repeat;
    background-size: 100%;
  }
  .menu .middle {
    width: auto;
    margin: 18px 20px 42px;
    padding: 8px 0;
  }
  .menu .middle .m_inner {
    padding: 10px 0 12px;
  }
  .menu .middle .m_inner .text p {
    font-size: 14px;
  }
  .menu .middle .m_inner img {
    width: 38px;
    padding-right: 18px;
  }
  .menu .bottom {
    width: auto;
    margin: 0 20px;
    padding: 28px;
  }
  .menu .bottom .number {
    width: 100px;
    height: 100px;
  }
  .menu .bottom ul li {
    width: auto;
  }
  .menu .bottom ul li .inner {
    background: #ffffff;
    padding-top: 54px;
    height: auto;
  }
  .menu .bottom ul li .inner .box {
    padding: 15px 15px;
  }
}
@media (min-width: 960px) {
  .menu ul li {
    padding: 0 30px;
  }
  .menu .top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu .top .Img {
    width: 45%;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .menu .top .text {
    width: 48%;
  }
  .menu .bottom ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .menu .bottom ul li {
    width: 48%;
  }
  .menu .c-container, .menu .breadcrumb, .menu .c-osusume__list__item h4, .c-osusume__list__item .menu h4, .menu .c-osusume__list__item .List, .c-osusume__list__item .menu .List {
    padding: 0 20vw !important;
  }
}

.p-contact__wrap {
  padding: 10vw 3vw;
  background-color: rgb(0, 0, 0);
}
.p-contact__btn {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.p-contact__btn a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
.p-contact__desc {
  color: #fff;
}
.p-contact__desc .c-txt-sm {
  line-height: 2;
}
@media (min-width: 600px) {
  .p-contact__wrap {
    padding: 8vw 15vw;
  }
  .p-contact__btn {
    font-size: 28px;
  }
  .p-contact__btn a {
    padding: 15px 40px;
  }
}
@media (min-width: 960px) {
  .p-contact__wrap {
    padding: 8vw 5vw;
  }
  .p-contact__btn {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .p-contact__btn a {
    padding: 20px 50px;
  }
  .p-contact__desc {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .p-contact__btn {
    font-size: 38px;
  }
  .p-contact__btn a {
    padding: 20px 60px;
  }
}

.line-work {
  padding: 10px;
  background-color: rgba(174, 174, 174, 0.583);
  border: 1px solid rgb(57, 57, 57);
  border-radius: 50px;
  font-size: 17px;
}
.line-work .qr {
  margin-bottom: 10px;
}
.line-work a span {
  color: #fff;
}
@media (min-width: 600px) {
  .line-work {
    width: 362px;
    display: inline-block;
    padding: 27px 10px;
  }
  .line-work a span br {
    display: none;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 5px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 55px;
  width: 135px;
  opacity: 1;
}
.p-header .logo-link {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.p-header .logo-link a {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid black;
}
@media (min-width: 900px) {
  .p-header .logo-link {
    font-size: 22px;
  }
}
.p-header .mobile-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 3000;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
.p-header .mobile-button .translate {
  padding-right: 10px;
}
.p-header .gtranslate_wrapper .gt_float_switcher {
  background-color: rgb(0, 0, 0);
  font-size: 14px;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt-selected {
  background-color: rgb(0, 0, 0);
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  color: #fff;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
  display: none;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt_options a {
  color: #fff;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt_options a img {
  display: none;
}
@media (min-width: 960px) {
  .p-header .gtranslate_wrapper {
    margin-top: 10px;
  }
  .p-header .gtranslate_wrapper .gt_float_switcher {
    font-size: 18px;
  }
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgb(0, 0, 0);
  }
  .p-header .pc-container .logo-wrap {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .logo-link {
    margin: 0 20px;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    justify-content: right;
    align-items: flex-start;
    position: fixed;
    top: 20px;
    right: 30px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 2vw;
    transition: all 0.3s;
    text-align: center;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item:last-child {
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    line-height: 1;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-header .pc-container .pc-nav-item:hover a::before {
    width: 100%;
    transition: all 0.5s;
  }
  .p-header .pc-container .contact-head {
    text-align: center;
    margin-right: 10px;
  }
  .p-header .pc-container .contact-head a {
    color: #fff;
    background-color: rgb(221, 4, 4);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 2px 2px 2px rgb(199, 199, 199);
    font-weight: bold;
    font-size: 22px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 5px 10px 0px 30px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 80px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .p-header .onlyPC {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 1s;
  z-index: -1;
  background-color: rgb(0, 0, 0);
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 90px;
  padding-bottom: 50px;
}
.mobile-menu a {
  color: #fff;
  display: block;
  padding: 20px 0 20px 15px;
  margin: 0 5vw 15px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.mobile-menu a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow-bl.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
}
.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.3s;
}
.mobile-container .mobile-ico.inview {
  transition: all 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.3s;
}
.mobile-container .mobile-logo.inview {
  transition: all 0.3s;
  background-image: url(../images/riv_logo-white.png);
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding-top: 16px;
}
.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: 7px;
  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;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transform: translateY(0%);
  transition: all 0.8s;
}
.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(8px) 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(-8px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(12px) 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-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.bound,
.clip-js1.reveal.bound,
.clip-js2.reveal.bound,
.clip-js3.reveal.bound {
  animation-name: bound;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.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 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);
}

.wow.inview .item,
.wow2.inview .item {
  animation-name: wow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.wow.inview .item:nth-child(1),
.wow2.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.wow.inview .item:nth-child(2),
.wow2.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.wow.inview .item:nth-child(3),
.wow2.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.wow.inview .item:nth-child(4),
.wow2.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.wow.inview .item:nth-child(5),
.wow2.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.wow.inview .item:nth-child(6),
.wow2.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.wow.inview .item:nth-child(7),
.wow2.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.wow.inview .item:nth-child(8),
.wow2.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.wow.inview .item:nth-child(9),
.wow2.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.wow.inview .item:nth-child(10),
.wow2.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.wow.inview .item:nth-child(11),
.wow2.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.wow.inview .item:nth-child(12),
.wow2.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.wow.inview .item:nth-child(13),
.wow2.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.wow.inview .item:nth-child(14),
.wow2.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.wow.inview .item:nth-child(15),
.wow2.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.wow.inview .item:nth-child(16),
.wow2.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.wow.inview .item:nth-child(17),
.wow2.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.wow.inview .item:nth-child(18),
.wow2.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.wow.inview .item:nth-child(19),
.wow2.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.wow.inview .item:nth-child(20),
.wow2.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.wow.inview .item:nth-child(21),
.wow2.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.wow.inview .item:nth-child(22),
.wow2.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.wow.inview .item:nth-child(23),
.wow2.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.wow.inview .item:nth-child(24),
.wow2.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.wow.inview .item:nth-child(25),
.wow2.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.wow.inview .item:nth-child(26),
.wow2.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.wow.inview .item:nth-child(27),
.wow2.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.wow.inview .item:nth-child(28),
.wow2.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.wow.inview .item:nth-child(29),
.wow2.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.wow.inview .item:nth-child(30),
.wow2.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.wow.inview .item:nth-child(31),
.wow2.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.wow.inview .item:nth-child(32),
.wow2.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.wow.inview .item:nth-child(33),
.wow2.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.wow.inview .item:nth-child(34),
.wow2.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.wow.inview .item:nth-child(35),
.wow2.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.wow.inview .item:nth-child(36),
.wow2.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.wow.inview .item:nth-child(37),
.wow2.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.wow.inview .item:nth-child(38),
.wow2.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.wow.inview .item:nth-child(39),
.wow2.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

@keyframes bound {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(40px);
  }
  30% {
    transform: translateY(-40px);
  }
  40% {
    transform: translateY(0);
  }
}
@keyframes wow {
  0% {
    transform: scale(0) rotate(10deg);
  }
  5% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  10% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  15% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  20% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  30% {
    transform: scale(0.9) rotate(-3deg);
  }
  35% {
    transform: scale(1) rotate(0);
  }
  40% {
    transform: translate(-10px, 5px);
  }
  45% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-10px, 5px);
  }
  55% {
    transform: translate(0);
  }
}
.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #02e556;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  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: #02e556;
  border: 1px solid #02e556;
}

.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(15px);
}

.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(15px);
}

.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 1s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.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: #ccc;
  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 {
  overflow: hidden;
}
.img-zoom img, .bg-img-zoom img {
  transition: transform 0.5s ease;
}
.img-zoom img:hover, .bg-img-zoom img:hover {
  transform: scale(1.1);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  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) {
  .c-topview__img {
    height: 30vh;
  }
  .c-topview__title h2 .en {
    font-size: 38px;
  }
  .c-topview__title h2 .ja {
    font-size: 16px;
  }
  .top-view .swiper-container {
    margin-right: 0;
  }
  .p-about__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .p-about__img ul li:last-of-type {
    margin-top: 120px;
  }
  .p-about__txt {
    width: 40%;
  }
  .p-about__img {
    width: 55%;
  }
  .p-access__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-access__img {
    width: 48%;
  }
  .p-access__txt {
    width: 48%;
  }
  .p-instagram a {
    height: auto;
  }
  .p-instagram .more-btn {
    display: block;
  }
  .p-voices ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-voices__item {
    width: 48%;
  }
  .p-voices .more-btn {
    display: block;
  }
  .p-contact__desc {
    font-size: 20px;
  }
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .c-osusume__list__item h4, .c-osusume__list__item .p-footer h4, .p-footer .c-osusume__list__item .List, .c-osusume__list__item .p-footer .List {
    padding: 0 8vw;
  }
  .p-footer__logo {
    text-align: center;
    margin-bottom: 50px;
  }
  .p-footer__logo img {
    width: 20%;
  }
  .p-footer__nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-footer__nav ul li {
    flex-basis: 25%;
  }
  .p-footer__nav ul li span .onlyPC {
    display: block;
  }
  .c-about__desc tr {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .c-about__desc th {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: transparent;
    position: relative;
  }
  .c-about__desc th span {
    border-bottom: none;
  }
  .c-about__desc td {
    width: 55%;
    padding: 15px;
    text-align: left;
  }
  .c-trainers .c-staff__flex {
    display: flex;
    justify-content: space-between;
  }
  .c-trainers .c-staff__img {
    width: 45%;
  }
  .c-trainers .c-staff__desc {
    width: 50%;
  }
  .c-price__img {
    height: 200px;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .c-osusume__list__item h4, .c-osusume__list__item .faq-contents h4, .faq-contents .c-osusume__list__item .List, .c-osusume__list__item .faq-contents .List {
    padding: 0 8vw;
  }
  .faq-contents .faq__title {
    text-align: center;
  }
  .faq-contents .faq .c-txt-sm {
    font-size: 16px;
  }
  .faq-contents .faq dt::before {
    font-size: 24px;
  }
  .faq-contents .faq dt span {
    margin-left: 6vw;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd::before {
    font-size: 24px;
    top: 15px;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 6vw;
    padding: 20px 10px;
  }
  .faq-contents .nw-topview {
    margin: 0 -3vw;
  }
  .faq-contents .nw-topview__inner {
    margin: 0 -4vw;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb, .c-recruit .c-osusume__list__item h4, .c-osusume__list__item .c-recruit h4, .c-recruit .c-osusume__list__item .List, .c-osusume__list__item .c-recruit .List {
    padding: 0 10vw;
  }
  .p-service {
    margin-top: 100px;
  }
  .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: rgba(177, 177, 177, 0.7921568627);
    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: rgba(130, 129, 129, 0.7607843137);
    z-index: 100;
  }
  .p-service3 .desc-box p {
    line-height: 1.5;
  }
  .p-services2 ul {
    padding: 0 5vw;
  }
  .p-services2 ul li {
    width: 33%;
  }
  .p-services2__txt {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .tit .ja {
    font-size: 36px;
  }
  .tit .en {
    font-size: 25px;
  }
  .c-topview__img {
    height: 35vh;
  }
  .c-topview__title h2 .en {
    font-size: 48px;
  }
  .c-topview__title h2 .ja {
    font-size: 22px;
  }
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .c-osusume__list__item h4, .c-osusume__list__item .p-footer h4, .p-footer .c-osusume__list__item .List, .c-osusume__list__item .p-footer .List {
    padding: 0 10vw;
  }
  .p-footer__logo img {
    width: 180px;
  }
  .p-footer__nav ul li .c-txt-sm {
    font-size: 16px;
  }
  .c-price__img {
    height: 250px;
  }
  .news-wrapper .c-title {
    margin-bottom: 50px;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .c-osusume__list__item h4, .c-osusume__list__item .faq-contents h4, .faq-contents .c-osusume__list__item .List, .c-osusume__list__item .faq-contents .List {
    padding: 0 12vw;
  }
  .faq-contents .faq .c-txt-sm {
    font-size: 20px;
  }
  .faq-contents .faq__title {
    margin-bottom: 5vw;
  }
  .faq-contents .faq dt {
    padding: 0 0 0.5vw 0;
  }
  .faq-contents .faq dt::before {
    font-size: 28px;
  }
  .faq-contents .faq dt span {
    margin-left: 5vw;
  }
  .faq-contents .faq dt span::after {
    height: 24px;
  }
  .faq-contents .faq dd::before {
    font-size: 28px;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 5vw;
    padding: 20px 20px 20px 10px;
  }
  .c-about .c-container, .c-about .breadcrumb, .c-about .c-osusume__list__item h4, .c-osusume__list__item .c-about h4, .c-about .c-osusume__list__item .List, .c-osusume__list__item .c-about .List {
    padding: 0 10vw;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 45vh;
  }
  .c-topview__title h2 .en {
    font-size: 52px;
  }
  .c-topview__title h2 .ja {
    font-size: 24px;
  }
  .p-about__img ul li {
    height: 300px;
  }
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .c-osusume__list__item h4, .c-osusume__list__item .p-footer h4, .p-footer .c-osusume__list__item .List, .c-osusume__list__item .p-footer .List {
    padding: 0 15vw;
  }
  .c-message .c-container, .c-message .breadcrumb, .c-message .c-osusume__list__item h4, .c-osusume__list__item .c-message h4, .c-message .c-osusume__list__item .List, .c-osusume__list__item .c-message .List {
    padding: 0 18vw;
  }
  .c-about .c-container, .c-about .breadcrumb, .c-about .c-osusume__list__item h4, .c-osusume__list__item .c-about h4, .c-about .c-osusume__list__item .List, .c-osusume__list__item .c-about .List {
    padding: 0 18vw;
  }
  .c-faq .c-container, .c-faq .breadcrumb, .c-faq .c-osusume__list__item h4, .c-osusume__list__item .c-faq h4, .c-faq .c-osusume__list__item .List, .c-osusume__list__item .c-faq .List {
    padding: 0 18vw;
  }
  .c-contact .c-container, .c-contact .breadcrumb, .c-contact .c-osusume__list__item h4, .c-osusume__list__item .c-contact h4, .c-contact .c-osusume__list__item .List, .c-osusume__list__item .c-contact .List {
    padding: 0 18vw;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb, .c-recruit .c-osusume__list__item h4, .c-osusume__list__item .c-recruit h4, .c-recruit .c-osusume__list__item .List, .c-osusume__list__item .c-recruit .List {
    padding: 0 20vw;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .c-osusume__list__item h4, .c-osusume__list__item .faq-contents h4, .faq-contents .c-osusume__list__item .List, .c-osusume__list__item .faq-contents .List {
    padding: 0 18vw;
  }
}/*# sourceMappingURL=style.css.map */