/*
Theme Name:     Themify Ultra Child
Template:       themify-ultra
Version:        1.0
Description:    Themify Ultra の子テーマです。
Author:        日本エレベーター製造
*/
@charset "UTF-8";
/* write custom css below */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*--------------------------------------------------------------------------------------------------
リセットcss
--------------------------------------------------------------------------------------------------*/
:is(.col4-3, .col4-2, .col4-1, .col3-2, .col3-1, .col2-1) .loops-wrapper .post {
  margin-bottom: 0;
  text-align: inherit;
}

#pagewrap {
  margin-top: 0 !important;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* ---------header--------- */
/*a.search-button.tf_vmiddle.tf_inline_b {
  display: none;
} */

header#header {
  padding: 0;
  width: 100%;
}

.invert {
  background-color: #fff !important;
}

.invert a {
  color: #333 !important;
}

.shadow {
  /*     box-shadow: 4px 0px 8px #ddd; */
}

div#headerwrap {
  display: none;
}

.invert #main-nav .menu-item:not(.current_page_item) a {
  color: #333;
}

.hd {
  background-color: #fff!important;
  box-sizing: border-box;
  left: 0;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1100px) {
  .hd {
    padding-top: 0 !important;
  }
}

.hd-in {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 190rem;
  padding-left: 2rem;
}

.logo {
  display: inline-block;
  max-width: 442px;
  width: 100%;
}
@media screen and (max-width: 1750px) {
  .logo {
    max-width: 320px;
  }
}
@media screen and (max-width: 1280px) {
  .logo {
    max-width: 260px;
  }
}
.logo img {
  display: block;
}

.hd-in-left img {
  width: 100%;
}

.hd-in-right {
  flex: 1;
}

#main-nav > li > a {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  justify-content: center;
  margin: 0 !important;
  padding: 20px 25px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1750px) {
  #main-nav > li > a {
    font-size: 16px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1280px) {
  #main-nav > li > a {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 769px) {
  #main-nav > li > a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.hd .sub-menu {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hd .sub-menu > li > a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 23px;
  font-weight: 600;
  margin: 0 !important;
  padding: 20px 25px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 1750px) {
  .hd .sub-menu > li > a {
    font-size: 16px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .hd .sub-menu > li > a {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1101px) {
  .hd .sub-menu > li > a:hover {
    cursor: pointer;
    opacity: 0.6 !important;
  }
}

#main-nav a:hover,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a,
#main-nav ul a:hover {
  opacity: 1;
}

#main-nav > li:last-of-type a {
  background-color: #00a0e9;
  color: #fff !important;
  height: 97px;
  margin-right: 0rem !important;
  width: 270px;
}
@media screen and (max-width: 1750px) {
  #main-nav > li:last-of-type a {
    height: 90px;
    width: 160px;
  }
}

.hd-contact {
  margin-left: 3rem !important;
}

.hd-contact a {
  border: 1px solid #00a0e9 !important;
  box-sizing: border-box;
  color: #00a0e9 !important;
  display: inline-block !important;
  line-height: 1;
  padding: 1.5rem 2rem !important;
  text-align: center;
  transition: 0.3s;
  width: 20rem;
}

#main-nav .hd-contact a:hover {
  background-color: #00a0e9 !important;
  color: #fff !important;
  transition: 0.3s;
}

.navbar-wrapper .main-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.menu-item {
  width: auto;
}

.hd .tf_box.pagewidth.tf_clearfix {
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .hd {
    display: none;
  }

  .menu-subtitle {
    text-align: left;
  }

  .hd-contact {
    margin-left: auto !important;
    margin-top: 30px !important;
    padding: 0 15px;
  }

  .hd-contact a {
    border: none;
    display: block !important;
    max-width: 250px;
    padding: 1.3rem 1.4rem !important;
    text-align: center;
    width: 100%;
  }

  .hd-contact a:hover {
    color: #fff !important;
  }
}
/*----------------------------------------------------------
# ハンバーガーメニュー
------------------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  html body div#wprmenu_bar {
    height: 46px;
  }
}
@media only screen and (max-width: 1100px) {
  #wprmenu_bar {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 1100px) {
  #mg-wprm-wrap {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 1100px) {
  .wprmenu_bar .hamburger-inner,
.wprmenu_bar .hamburger-inner::before,
.wprmenu_bar .hamburger-inner::after {
    background: #0b0bb2;
  }

  .wprmenu_icon:before {
    color: #000;
  }
}
@media only screen and (max-width: 1100px) {
  .wprmenu_bar .hamburger:hover .hamburger-inner,
.wprmenu_bar .hamburger:hover .hamburger-inner::before,
.wprmenu_bar .hamburger:hover .hamburger-inner::after {
    background: #0b0bb2;
  }
}
#wprmenu_bar div.hamburger {
  margin-top: 0px;
}

#wprmenu_bar div.hamburger {
  margin-right: 20px !important;
}
@media screen and (max-width: 600px) {
  #wprmenu_bar div.hamburger {
    margin-right: 10px !important;
  }
}

#wprmenu_bar .bar_logo {
  border: none;
  height: 45px;
  margin: 0;
  padding: 0px 8px 0px 0px;
  width: auto;
}

#wprmenu_bar .menu_title {
  display: inline-block;
  left: -20px;
  line-height: 35px;
  position: relative;
  top: -16px;
}

/* ーーーーーーーーーーーー'現在のページ'ーーーーーーーーーーーーーー*/
#mg-wprm-wrap ul li a[aria-current=page] {
  background-color: #0b0bb2;
  color: #fff !important;
}

@media only screen and (max-width: 1100px) {
  #mg-wprm-wrap li {
    padding-left: 20px;
  }

  #mg-wprm-wrap li.menu-item a {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.1s ease;
  }

  #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
    color: #000;
  }
}
/* ーーーーーーーーーーーー'hover時'ーーーーーーーーーーーーーー*/
@media only screen and (max-width: 1100px) {
  #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
    background: #0b0bb2;
    color: #fff !important;
  }
}
@media only screen and (max-width: 1100px) {
  #mg-wprm-wrap li.current-menu-item > a {
    background: #ffffff;
    color: #000000 !important;
  }
}
@media only screen and (max-width: 420px) {
  #mg-wprm-wrap li.menu-item a {
    font-size: 16px;
  }
}
/*----------footer---------*/
#footerwrap {
  border-top: none;
  padding: 0;
}

#footer {
  margin: 0;
}

.main-col {
  display: none;
}

.ft-top {
  padding: 110px 40px 60px;
}
@media screen and (max-width: 600px) {
  .ft-top {
    padding: 50px 20px 30px;
  }
}

.ft-in {
  margin: 0 auto;
  max-width: 1450px;
}

.ft-in-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ft-in-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ft-left {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ft-left-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ft-left-desc {
    font-size: 14px;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ft-logo {
  display: block;
  max-width: 442px;
  width: 100%;
}
@media screen and (max-width: 1750px) {
  .ft-logo {
    max-width: 320px;
  }
}
@media screen and (max-width: 1280px) {
  .ft-logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .ft-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.ft-logo img {
  display: block;
}

.ft-logo-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ft-logo-text {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ft-contact {
  align-items: center;
  background-color: #00a0e9;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 78px;
  justify-content: center;
  line-height: 1;
  margin-top: 30px;
  max-width: 210px;
  padding: 15px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .ft-contact {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ft-contact {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .ft-contact {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .ft-contact {
    font-size: 14px;
    height: 58px;
    margin-top: 20px;
    max-width: 160px;
  }
}
@media screen and (min-width: 769px) {
  .ft-contact:hover {
    color: #fff;
    cursor: pointer;
    opacity: 0.6;
  }
}

.ft-banner {
  display: block;
  margin-top: 30px;
  max-width: 350px;
  transition: all 0.3s ease;
  width: 100%;
}
.ft-banner img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .ft-banner {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .ft-banner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .ft-banner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 250px;
  }
}
@media screen and (min-width: 769px) {
  .ft-banner:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.ft-right {
  display: flex;
  gap: 70px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ft-right {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ft-right {
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .ft-right {
    gap: 30px;
  }
}

.ft-right-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 2;
  padding: 20px 0px 0 0px;
}
@media screen and (max-width: 600px) {
  .ft-right-text {
    flex-direction: column;
    gap: 6px;
  }
}
.ft-right-text li {
  list-style: none;
  margin-bottom: 0;
}
.ft-right-text li .sub-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 20px;
}

.ft-right-text a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ft-right-text a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .ft-right-text a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .ft-right-text a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/* ーーーーーーーーーーーー'sms'ーーーーーーーーーーーーーー*/
.ft-top__sns {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .ft-top__sns {
    margin-top: 40px;
  }
}
.ft-top__sns a {
  height: 48px;
  transition: all 0.3s;
  width: 48px;
}
@media screen and (max-width: 768px) {
  .ft-top__sns a {
    height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 600px) {
  .ft-top__sns a {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ft-top__sns a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/* ーーーーーーーーーーーー'プライバシーポリシーちコピーライト'ーーーーーーーーーーーーーー*/
.ft-bottom {
  background-color: #00a0e9;
}

.ft-bottom-inner {
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 930px) {
  .ft-bottom-inner {
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 600px) {
  .ft-bottom-inner {
    gap: 8px;
  }
}

.copyright {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .copyright {
    font-size: 12px;
  }
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1800px) and (min-width: 1000px) {
  html {
    font-size: calc((10 / 1800) * 100vw);
  }
}
.tab-none {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}
.sp-none {
  display: inline-block;
}

@media screen and (max-width: 639px) {
  .sp-none {
    display: none;
  }
}
.tab-show {
  display: none;
}

@media screen and (max-width: 1023px) {
  .tab-show {
    display: inline-block;
  }
}
.sp-show {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp-show {
    display: inline-block;
  }
}
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 12px;
  }
}

a img:hover {
  opacity: 0.6;
}

/* 画像のアウトライン削除 */
.tb_link_outline:hover {
  outline: none;
}

/* 投稿ページの上部余白*/
.single #content,
.single #sidebar {
  padding-top: 1.75%;
}

#content {
  padding: 0;
}

/* ハンバーガーボタンの位置 */
#wprmenu_bar div.hamburger {
  margin-right: 20px;
}

/* 共通 */
.meirio {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}

.yumintyo {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.demibold {
  font-weight: 600;
}

.centering {
  margin-left: auto;
  margin-right: auto;
}

.righting {
  margin-left: auto;
  margin-right: 0;
}

.w-1200 {
  max-width: 1200px !important;
  width: 100% !important;
}

.centering770 {
  margin: 0 auto;
  max-width: 810px;
  padding: 0 20px;
}

.centering1000 {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.centering1200 {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.centering1600 {
  margin: 0 auto;
  max-width: 1640px;
  padding: 0 20px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .sp-centering {
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn-btn1 {
  border: 1px solid #438d2a;
  border-radius: 30px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.cmn-btn1:hover {
  background-color: #438d2a;
  color: #fff;
  transition: 0.3s;
}

.img-big {
  overflow: hidden;
}

.img-big:hover > div {
  /* 	opacity:0.8; */
}

.img-big img {
  -o-object-fit: cover;
  aspect-ratio: 2/1;
  object-fit: cover;
  transform: scale(1, 1);
  transition: transform 0.3s linear;
}

.img-big .module-image.auto_fullwidth :is(.image-wrap, img) {
  height: 100%;
}

.img-big:hover img {
  transform: scale(1.1, 1.1);
  transition: transform 0.3s linear;
}

/* お知らせ */
.news-post .loops-wrapper.grid2 > .post,
.news-post .loops-wrapper.products.grid2 > .product {
  margin-bottom: 0 !important;
  width: 100%;
}

.news-post .post-meta {
  display: none;
}

/* カテゴリー入れる時は以下を挿入 */
.news-post .post-meta {
  display: block;
}

.news-post .entry-meta a {
  color: #fff;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 10px;
}

.news-post .entry-meta .term-uncategorized {
  display: none;
}

.news-post .entry-meta .term-news {
  background-color: #3f200e;
}

.news-post .entry-meta .term-event {
  background-color: #b38d1a;
}

.news-post .entry-content {
  display: none;
}

.news-post article:nth-child(1):before {
  background: #00a0e9;
  color: #fff;
  content: "new";
  font-size: 15px;
  left: 0px;
  padding: 0px 20px;
  position: absolute;
}

.news-post .post-content-inner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0px 20px 0px 110px;
  position: relative;
}

.news-post .post {
  align-items: center;
  display: flex;
  margin-left: 0;
}
.news-post .post-content-inner {
  -ms-grid-columns: 80px 20px 1fr 20px 1.5fr;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-areas: "a b c";
  grid-template-columns: 80px 1fr 1.5fr;
  padding: 0px 20px 0px 20px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .news-post .post-content-inner {
    -ms-grid-columns: 70px 10px 1fr;
    gap: 10px;
    grid-template-columns: 70px 1fr;
    padding: 0px 10px 0px 10px;
  }
}
.news-post .loops-wrapper.list-post .post-date-inline {
  margin-bottom: 0 !important;
}
.news-post .post-image {
  display: none;
}
.news-post .post-author {
  display: none;
}
.news-post .post-meta {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
  margin: 0 !important;
}
.news-post .post-category a {
  background-color: #00a0e9;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .news-post .post-category a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .news-post .post-category a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.news-post .post-date-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  align-items: center;
  display: flex;
  grid-area: b;
  margin-left: initial !important;
  margin-right: auto !important;
}
.news-post .post-date {
  color: #291202;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .news-post .post-date {
    font-size: 14px;
  }
}
.news-post .post-title {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  align-items: center;
  display: flex;
  grid-area: c;
  margin-bottom: 0 !important;
  margin-left: 50px;
}
@media screen and (max-width: 1140px) {
  .news-post .post-title {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-area: initial;
    grid-column: 2;
    grid-row: 2;
  }
}
.news-post .post-title a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px !important;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .news-post .post-title a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .news-post .post-title a:hover {
    color: #00a0e9;
    cursor: pointer;
  }
}

.news-post article {
  border-bottom: 1px solid #d1cdca;
  padding: 25px 0;
}
@media screen and (max-width: 600px) {
  .news-post article {
    padding: 15px 0;
  }
}

.news-btn {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.more-btn {
  color: #000;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-left: auto;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .more-btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/*--------------------------------------------------------------------------------------------------
オリジナルcss
--------------------------------------------------------------------------------------------------*/
#wprmenu_bar .menu_title {
  align-items: center;
  display: flex;
  left: -20px;
  line-height: 35px;
  max-width: 300px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

#wprmenu_bar .bar_logo {
  height: auto;
  width: 100%;
}

#wprmenu_bar .menu_title a {
  top: initial;
}

.sec-ttl-h2__en {
  display: block;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sec-ttl-h2__en {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl-h2__en {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .sec-ttl-h2__en {
    font-size: 30px;
  }
}

.sec-ttl-h2__ja {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .sec-ttl-h2__ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl-h2__ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec-ttl-h2__ja {
    font-size: 15px;
  }
}

.sec-ttl-h2__en--white {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sec-ttl-h2__en--white {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl-h2__en--white {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .sec-ttl-h2__en--white {
    font-size: 30px;
  }
}

.sec-ttl-h2__ja--white {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .sec-ttl-h2__ja--white {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl-h2__ja--white {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec-ttl-h2__ja--white {
    font-size: 15px;
  }
}

.w-1200 {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}

.common-btn {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  max-width: 190px;
  padding-bottom: 16px;
  padding-top: 16px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .common-btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.common-btn span {
  display: block;
}

@media screen and (max-width: 599px) {
  .is-tb {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .is-sp {
    display: none !important;
  }
}

.common-btn span:nth-child(1) {
  height: 1px;
  width: 30px;
}

.common-btn-bk span:nth-child(1) {
  background-color: #000;
}

.common-btn-wh span:nth-child(1) {
  background-color: #fff;
}

.common-btn-bk {
  border: 1px solid #000;
}

.common-btn-wh {
  border: 1px solid #fff;
}

.ml {
  margin-left: auto;
}

.mr {
  margin-right: auto;
}

.mc {
  margin-inline: auto;
}

@media screen and (max-width: 600px) {
  .mc-sp {
    margin-inline: auto;
  }
}
.data-slider .tf_carousel_nav_wrap a {
  align-items: center;
  background-color: #bbbcbc;
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.tf_carousel_nav_wrap :is(.carousel-prev):before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  content: "";
  display: inline-block;
  height: 0;
  /* 右を白背景に */
  margin-inline: auto;
  transform: rotate(180deg);
  /* そのままで右が頂点 */
  vertical-align: middle;
  width: 0;
}
.tf_carousel_nav_wrap :is(.carousel-next):before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  content: "";
  display: inline-block;
  height: 0;
  /* 右を白背景に */
  margin-inline: auto;
  transform: rotate(0deg);
  /* そのままで右が頂点 */
  vertical-align: middle;
  width: 0;
}
/*----------------------------------------------------------
メインビジュアルタイトル
------------------------------------------------------------*/
.mv-txt {
  margin-left: 210px;
  margin-top: 6vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .mv-txt {
    margin-left: 10vw;
    margin-top: 29vw;
  }
}

.mv-ttl {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1080px) {
  .mv-ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .mv-ttl {
    font-size: 8vw;
  }
}

/*----------------------------------------------------------
共通ボタン
------------------------------------------------------------*/
.c-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #000;
  display: flex;
  height: 54px;
  justify-content: center;
  max-width: 216px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn {
    height: 50px;
    max-width: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-btn {
    height: 45px;
    max-width: 180px;
    width: 100%;
  }
}
.c-btn span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-btn span {
    font-size: 12px;
  }
}
.c-btn .center {
  margin-inline: auto;
}
.c-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .c-btn i {
    right: 10px;
  }
}
.c-btn i::before {
  color: #000;
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-btn:hover {
    background-color: #000;
  }
  .c-btn:hover span {
    color: #fff;
  }
  .c-btn:hover i::before {
    color: #fff;
    right: -5px;
  }
}

.c-btn-2 {
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  height: 54px;
  justify-content: center;
  max-width: 216px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn-2 {
    height: 50px;
    max-width: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-btn-2 {
    height: 45px;
    max-width: 180px;
    width: 100%;
  }
}
.c-btn-2 span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-btn-2 span {
    font-size: 12px;
  }
}
.c-btn-2 .center {
  margin-inline: auto;
}
.c-btn-2 i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .c-btn-2 i {
    right: 10px;
  }
}
.c-btn-2 i::before {
  color: #fff;
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-btn-2:hover {
    background-color: #fff;
  }
  .c-btn-2:hover span {
    color: #000;
  }
  .c-btn-2:hover i::before {
    color: #000;
    right: -5px;
  }
}

.c-btn-3 {
  align-items: center;
  background-color: #000;
  border: 1px solid #000;
  display: flex;
  height: 54px;
  justify-content: center;
  max-width: 216px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn-3 {
    height: 50px;
    max-width: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-btn-3 {
    height: 45px;
    max-width: 180px;
    width: 100%;
  }
}
.c-btn-3 span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-3 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-btn-3 span {
    font-size: 12px;
  }
}
.c-btn-3 .center {
  margin-inline: auto;
}
.c-btn-3 i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .c-btn-3 i {
    right: 10px;
  }
}
.c-btn-3 i::before {
  color: #fff;
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-btn-3:hover {
    background-color: #fff;
  }
  .c-btn-3:hover span {
    color: #000;
  }
  .c-btn-3:hover i::before {
    color: #000;
    right: -5px;
  }
}

/*----------------------------------------------------------
共通インナー
------------------------------------------------------------*/
.pagewidth {
  width: 1200px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px !important;
  width: 100%;
}

.row_inner {
  margin: 0 auto;
  width: min(1200px, 100%);
}

/*----------------------------------------------------------
NEWS お知らせ
------------------------------------------------------------*/
.top-news {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px !important;
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  .top-news .row_inner {
    --col: none !important;
    --area: "col1" "col2" !important;
  }
}
@media screen and (max-width: 600px) {
  .top-news .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------------------------
ABOUT 会社を知る
------------------------------------------------------------*/
.top-about-bg {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-about-bg img {
    -o-object-fit: cover;
    min-height: 500px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  .top-about-flex {
    --col: none !important;
    --area: "col2" "col1" !important;
  }
}
@media screen and (max-width: 1024px) {
  .top-about-flex .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-about-link {
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .top-about-link:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
WORKS　仕事を知る
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  .top-works .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-works .row_inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 2000px !important;
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  .top-works .row_inner .tb_0gw4255.module_subrow {
    gap: 40px;
  }
}

.top-works-inner {
  margin-right: auto;
  max-width: 1600px !important;
  width: 100% !important;
}

.top-works-btn {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .top-works-bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative !important;
    width: 90%;
  }
  .top-works-bg img {
    -o-object-fit: cover;
    -o-object-position: top;
    height: 410px;
    object-fit: cover;
    object-position: top;
  }
}

@media screen and (max-width: 600px) {
  .top-works-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

/*----------------------------------------------------------
STAFF スタッフ紹介
------------------------------------------------------------*/
.top-staff {
  position: relative;
}
.top-staff .row_inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 2000px !important;
  width: 100% !important;
}
.top-staff .sec-ttll-h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px !important;
  width: 100% !important;
}
.top-staff .builder-posts-wrap {
  width: 94%;
}
@media screen and (max-width: 1024px) {
  .top-staff .builder-posts-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .top-staff .builder-posts-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .top-staff .builder-posts-wrap .post {
    margin-bottom: 3em;
    width: 48.4%;
  }
}
@media screen and (max-width: 600px) {
  .top-staff .builder-posts-wrap .post {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-staff .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ーーーーーーーーーーーー'投稿部分'ーーーーーーーーーーーーーー*/
.top-staff-post .post-image {
  aspect-ratio: 420/350;
  background-color: #eaedf0;
  margin-bottom: 0 !important;
  transition: all 0.3s ease;
  width: 100%;
}
.top-staff-post .post-image a {
  transition: all 0.3s ease;
}
.top-staff-post .post-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  width: 100%;
}
.top-staff-post .post-content {
  background-color: #eaedf0;
  padding: 30px 38px 70px;
}
@media screen and (max-width: 1024px) {
  .top-staff-post .post-content {
    padding: 25px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-staff-post .post-content {
    padding: 25px 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  .top-staff-post .post-content {
    padding: 25px 20px 30px;
  }
}
.top-staff-post .post-content .staff_info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.top-staff-post .post-content a {
  transition: all 0.3s ease;
}
.top-staff-post .post-content a:hover {
  color: #000;
  cursor: pointer;
  opacity: 0.6;
}

.top-staff-bg {
  max-width: 650px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .top-staff-bg {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .top-staff-bg {
    width: 50%;
  }
}

.staff01 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .staff01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .staff01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .staff01 {
    font-size: 12px;
  }
}

.staff02 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .staff02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .staff02 {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .staff02 {
    font-size: 12px;
  }
}

.staff_name {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .staff_name {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .staff_name {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .staff_name {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*----------------------------------------------------------
RECRUITMENT　募集要項　と FAQ よくある質問
------------------------------------------------------------*/
.top-rectuit {
  aspect-ratio: 570/525;
  display: flex;
  height: 100%;
  padding: 40px 22px 40px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-rectuit {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-rectuit {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-rectuit {
    padding: 40px 20px 20px;
  }
}
.top-rectuit .module_column {
  margin-top: auto;
  width: 50%;
}
.top-rectuit .c-btn {
  border: 1px solid #fff;
  max-width: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .top-rectuit .c-btn:hover {
    background-color: #fff;
  }
  .top-rectuit .c-btn:hover span {
    color: #000;
  }
  .top-rectuit .c-btn:hover i:before {
    color: #000;
  }
}
.top-rectuit .c-btn span {
  color: #fff;
}
.top-rectuit .c-btn i:before {
  color: #fff;
}

.top-faq01 .module_column {
  aspect-ratio: 570/265;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 45px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-faq01 .module_column {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq01 .module_column {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-faq01 .module_column {
    padding: 40px 20px 20px;
  }
}
@media screen and (min-width: 769px) {
  .top-faq01 .module_column:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.top-faq01 .module_column .module-plain-text {
  margin-top: auto;
}
.top-faq01 .module_column .top-subttl {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .top-faq01 .module_column .top-subttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq01 .module_column .top-subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .top-faq01 .module_column .top-subttl {
    font-size: 16px;
  }
}

.top-faq02 .module_column {
  aspect-ratio: 570/265;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 45px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-faq02 .module_column {
    padding: 40px 20px 35px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq02 .module_column {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .top-faq02 .module_column {
    padding: 40px 20px 30px;
  }
}
@media screen and (min-width: 769px) {
  .top-faq02 .module_column:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.top-faq02 .module_column .module-plain-text {
  margin-top: auto;
}
.top-faq02 .module_column .top-subttl {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .top-faq02 .module_column .top-subttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq02 .module_column .top-subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .top-faq02 .module_column .top-subttl {
    font-size: 16px;
  }
}

/*----------------------------------------------------------
CONTACT US　お問い合わせ
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  .top-contact-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.top-contact-link {
  aspect-ratio: 552/390;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-contact-link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.top-contact-link .module-plain-text {
  margin-top: auto;
}

.top-contact-ttl {
  color: #fff;
  text-align: center;
}
.top-contact-ttl span {
  color: #fff;
  text-align: center;
}

.top-contact-link-ttl {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .top-contact-link-ttl {
    font-size: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-contact-link-ttl {
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .top-contact-link-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.chart-container {
  width: 100%;
  max-width: 600px;
}

.chart-ttl{
  font-size:26px;
  text-align:center;
 font-weight:700;
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
	  font-size:20px;
		margin-bottom:20px;
}

/*# sourceMappingURL=sourcemaps/style.css.map */