@charset "UTF-8";
.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
}

.swiper-slide-active .main-visual {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-slide-active .hero__title {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.swiper-slide-active .hero__btn {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
}

.hero__title {
  position: absolute;
  top: 33%;
  left: 50%;
  color: #fff;
  text-align: center;
  width: 90vw;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  z-index: 1;
  opacity: 0;
}

.hero__title br {
  display: none;
}

.hero__title h2 {
  font-size: 48px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
  letter-spacing: 1.5rem;
}

.hero__title span {
  display: block;
}

.hero__btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  font-size: 16px;
  color: #fff;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  opacity: 0;
  z-index: 1;
}

.hero__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #f39200;
  text-decoration: none;
  width: 240px;
  height: 60px;
}

.top-slide-center {
  height: 25px !important;
  line-height: 24px;
}

.top_img_res {
  display: none;
}

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

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
body {
  font-family: "ヒラギノ角ゴシック", sans-serif !important;
  font-weight: 400 !important;
}

h2,
h3 {
  font-weight: 600 !important;
}

h3 {
  padding-left: 3% !important;
}

a {
  color: #f8f8f8 !important;
  text-decoration: none;
}

figure {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

[data-scrolled="true"] .l-header--sticky-overlay-colored-lg {
  background-color: black !important;
  background-color: var(--_background-color, transparent);
  opacity: 0.9;
  -webkit-transition: 1s all !important;
  transition: 1s all !important;
}

/* ローディング */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10000;
}

.loading.active {
  opacity: 1;
  visibility: visible;
}

.loading_text h2 {
  font-size: 3.5rem;
  letter-spacing: 22px;
}

.loading_text h2::before {
  content: "";
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  -webkit-animation: text_animate 3.5s;
          animation: text_animate 3.5s;
}

@-webkit-keyframes text_animate {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes text_animate {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* お知らせ一覧のタイトルの色 */
.c-entry-summary__title {
  color: black;
}

/* トップページお知らせのタイトル色 */
.top_page_contact_col .c-entry-summary__title {
  color: white;
}

/* 黒ナビAタグすきま */
.p-global-nav a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* 当校の顔消し */
.c-meta__item--author {
  display: none !important;
}

/* 固定ページトップ画像上の隙間なくす*/
.fixed_top_img {
  margin-top: -43px !important;
}

/* 固定ページのメタ消し */
.p-breadcrumbs-wrapper {
  display: none;
}

/* 各ページのh1消し */
.c-entry__title {
  display: none;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* カーテンアクション */
.animation-target {
  position: relative;
  overflow: hidden;
}

.animation-target > a,
.animation-target > img {
  opacity: 0;
}

@-webkit-keyframes showElements {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes showElements {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

.animation-target.show > a,
.animation-target.show > img {
  -webkit-animation: showElements 0.01s 0.9s forwards;
          animation: showElements 0.01s 0.9s forwards;
}

.animation-target::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3 !important;
  width: 100%;
  height: 100%;
  background-color: #2a2828 !important;
  opacity: 1 !important;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@-webkit-keyframes showMask {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45%,
  55% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes showMask {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45%,
  55% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animation-target.show::before {
  -webkit-animation: showMask 1.8s forwards;
          animation: showMask 1.8s forwards;
}

/* 下から出てくる動き */
.slide-bottom {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 1s 0s ease-out;
  transition: all 1s 0s ease-out;
}

/* 画像をズーム */
.business_section img {
  -webkit-transition: 1s all !important;
  transition: 1s all !important;
  overflow: hidden !important;
}

#business {
  overflow: hidden !important;
}

#business:hover img {
  -webkit-transform: scale(1.1, 1.1) !important;
          transform: scale(1.1, 1.1) !important;
  -webkit-transition: 1s all !important;
  transition: 1s all !important;
  opacity: 0.8 !important;
}

.vision_section .c-container {
  max-width: 100% !important;
}

/* ビジネス箇所 */
.top_service .wp-block-cover {
  background-color: #2a2828 !important;
  opacity: 0.9;
}

.top_service .wp-block-columns {
  margin-top: 0px;
}

.top_service .wp-block-column {
  margin-left: 0px !important;
}

.top_service .smb-section__inner {
  padding-top: 55px;
}

.top_service .animation-target a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 268px;
}

/* 鹿田氏セクション */
.shikada_text {
  background-color: white;
  opacity: 0.8 !important;
  width: 55% !important;
}

/* トップページお問い合わせ採用箇所 */
.top_page_contact_cover a {
  display: block;
  padding-top: 120px;
  height: 350px;
}

.top_page_contact_cover2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
}

/* ウィジェット設定 */
.c-widget {
  height: 100%;
  background: #1e1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp-block-page-list .wp-block-pages-list__item__link {
  color: #f7f7f7 !important;
}

.wp-block-page-list {
  list-style: none;
}

.footer_end {
  text-align: center;
}

.footer_end a {
  color: #f7f7f7 !important;
  text-decoration: none;
}

.l-footer-widget-area p {
  color: #f8f8f8;
}

.wp-block-pages-list__item__link {
  text-decoration: none;
}

.wp-block-pages-list__item__link:hover {
  color: #f39200 !important;
}

.l-footer-widget-area {
  padding: 0px !important;
  text-align: start;
}

.l-footer-widget-area__item {
  padding: 0px !important;
}

.l-footer-widget-area .wp-block-column {
  display: block;
  text-align: center;
}

.wp-block-page-list {
  padding: 0px;
}

footer {
  margin-top: -2px;
}

.c-fluid-container {
  background-color: #1e1c1c !important;
}

.c-copyright .c-fluid-container {
  background-color: #111 !important;
}

.wp-block-cover__inner-container::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.top_page_contact_cover:hover .wp-block-cover__inner-container::before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1 !important;
}

.wp-block-cover:hover .has-background-dim:not([class*="-background-color"]) {
  opacity: 0;
}

.wp-block-cover:hover .has-background-dim:not([class*="-background-color"]) {
  opacity: 0.7;
}

.pick_up_section
.wp-block-cover:hover
.has-background-dim:not([class*="-background-color"]) {
  opacity: 0 !important;
}

/* 新しいウィジェット設定 */
.social-nav-section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-nav-section svg {
  width: 30px !important;
  height: 30px !important;
}

.social-nav-section a {
  color: #f8f8f8 !important;
}

.social-nav-instagram {
  padding-right: 10px;
}

.footer_wi_second {
  padding-left: 10px;
  padding-right: 10px;
}

.footer_wi_third {
  margin-left: 0px !important;
}

/* オーナーページカバー黒なし */
.post-11
.wp-block-cover:hover
.has-background-dim:not([class*="-background-color"]) {
  opacity: 0 !important;
}

.post-711
.wp-block-cover:hover
.has-background-dim:not([class*="-background-color"]) {
  opacity: 0 !important;
}

.l-contents__inner {
  padding-bottom: 0px !important;
}

/* オーナーページの見出し動き */
.fixed_page_title {
  margin: 0;
  font-size: 76px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: flowing-anim 3.5s;
          animation: flowing-anim 3.5s;
}

.fixed_page_title2 {
  margin: 0;
  font-size: 50px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: flowing-anim 3.5s;
          animation: flowing-anim 3.5s;
}

@-webkit-keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* お問い合わせページ */
.contact_page a {
  color: #f39200 !important;
}

.re_contact_section a {
  color: #f39200 !important;
  text-decoration: none !important;
}

.company_page a {
  color: black !important;
}

/* 採用ページのテーブル */
.re_table_section tr td:first-child {
  width: 24%;
}

/* インスタ文字 */
.sb_instagram_header h3 {
  color: #111;
}

/* 投稿のプロフィール消し */
.wp-profile-box {
  display: none;
}

/* 鹿田氏ページ */
.shika_top1_section_text_border {
  border: 2px solid #c4b4a9;
  border-radius: 40px;
  margin-left: 30px;
  padding: 25px 30px;
}

.shika_top1_back_text {
  background-color: #ad9d92;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
  z-index: 5;
  padding: 15px 25px;
  top: -15px;
  left: 146px;
}

.shika_button {
  width: 80%;
}

.shika_button a {
  width: 100%;
  height: 68px;
  padding: 24px;
}

.shika_back {
  background-color: #ad9d92;
}

.post-485 .c-container {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shika_back2 {
  background-color: #ad9d92;
}

.shika_back2 .c-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_wi_second p br:nth-child(2) {
  display: none;
}

.post-675 .c-entry__content {
  background-image: url(/wp-content/uploads/2022/04/beli-pade-bg1.jpg);
}

.post-711 .c-entry__content {
  background-image: url(/wp-content/uploads/2022/04/beli-page-bg2.jpg);
}

.spider__slide {
  text-align: center !important;
}

.page_slider img {
  padding: 7%;
}

.smb-spider-slider__figure-wrapper {
  padding: 10px;
}

/* 納品後追加 */
.wp-container-12 {
  gap: 0em !important;
}

.wp-container-15 {
  gap: 0em !important;
}

.columns_wide {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 60% !important;
          flex: 0 1 60% !important;
  max-width: 60% !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.columns_small {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 40% !important;
          flex: 0 1 40% !important;
  max-width: 40% !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.okurayama_point {
  background-color: #F4F3EF;
  border-radius: 30px;
}

.columns_color {
  padding: 53px 15px;
}

.columns_color_sp {
  padding: 53px 15px;
  background-color: #F4F3EF;
}

.fram_section {
  background-image: url(/wp-content/uploads/2022/09/102992.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 138% 99%;
}

.fram_text {
  padding-left: 46px;
}

.okurayama_last_section {
  padding-top: 0px;
  margin-top: 0px !important;
}

.top_service .wp-container-12 {
  gap: 0em !important;
}

.top_service .wp-container-15 {
  gap: 0em !important;
}

@media (max-width: 1324px) {
  .c-hamburger-btn__bar {
    background-color: white !important;
  }
  .c-hamburger-btn__label {
    color: white !important;
  }
  .c-site-branding .custom-logo,
  .wpaw-site-branding__logo .custom-logo {
    height: 101px;
    width: 239px;
  }
}

@media (max-width: 1024px) {
  .shika1 .smb-media-text__figure {
    text-align: center;
  }
  .shika1 img {
    height: 500px;
    width: auto;
  }
  .footer_wi_second p br:nth-child(2) {
    display: block;
  }
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
  /* ヒーロースライダー */
  .hero__title h2 {
    font-size: 32px;
  }
  .hero .swiper-slide {
    height: 80vh;
  }
}

@media (max-width: 1007px) {
  .shika_top1_back_text {
    background-color: #ad9d92;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
    z-index: 5;
    padding: 15px 25px;
    top: -15px;
    width: 340px;
    left: 76px;
  }
  .top_service_buy a {
    display: block !important;
    padding-top: 72px;
  }
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  /* ヒーロースライダー */
  .hero__title {
    top: 29%;
    width: 100%;
  }
  .hero__title br {
    display: block;
  }
  .hero__title h2 {
    font-size: 24px;
  }
  .hero__btn {
    bottom: 35%;
  }
  .hero__btn a {
    /* ボタンのサイズを小さく */
    width: 180px;
    height: 45px;
  }
  .loading_text h2 {
    font-size: 1.5rem;
    letter-spacing: 15px;
    text-align: center;
  }
  .fixed_top_img img {
    height: 200px !important;
  }
  td:first-child {
    padding-left: 6px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 30% !important;
  }
  .top_service .wp-block-columns {
    margin-top: calc(var(--_space, 1.8rem) * 1 * var(--_margin-scale, 1));
  }
  .c-hamburger-btn__bar {
    background-color: white !important;
  }
  .c-hamburger-btn__label {
    color: white !important;
  }
  .footer_wi_second p {
    text-align: center;
  }
  .job_sections {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .re_table_section tr td:first-child {
    width: 27% !important;
  }
  .c-site-branding .custom-logo,
  .wpaw-site-branding__logo .custom-logo {
    height: 50px;
    width: 117px;
  }
  .owner_top_img img {
    height: 100% !important;
  }
  .shika1 img {
    height: 300px;
    width: auto;
  }
  .shika_top1_back_text {
    left: 3px;
  }
  .ownar_last_text span {
    font-size: 37px;
  }
  .ownar_zoom .has-sm-xxlarge-font-size {
    font-size: 30px !important;
  }
  .ownar_zoom span:nth-child(2) {
    font-size: 35px !important;
  }
  .top_service_buy a {
    display: block !important;
    padding-top: 72px;
  }
  .top_img_main {
    display: none;
  }
  .top_img_res {
    display: block;
  }
  .okurayama_top_section {
    display: block !important;
  }
  .okurayama_top_section .c-row {
    display: block !important;
  }
  .okurayama_top_section .c-row .columns_wide {
    max-width: 100% !important;
  }
  .okurayama_top_section .c-row .columns_small {
    max-width: 100% !important;
  }
  .fram_section {
    background-image: none;
  }
  .fram_text {
    padding-left: 0px;
  }
  .okurayama_sp_img {
    top: -45px;
  }
}
/*# sourceMappingURL=style.css.map */