@charset "UTF-8";
/******************************************************************
Theme Name: てくテックすさき
Author: T.Sugiyama
Author URI: http://fromdime.com
******************************************************************/
/******************************************************************

共通

******************************************************************/
.archive #main .entry-content a:hover,
.single #main .entry-content a:hover {
  text-decoration: underline;
}

/*
h1, h2, h3, h4, h5, h6 {
    color: #444444;
}
*/
br.br-sp {
  display: none;
}

.pc-hidden {
  display: none;
}

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

構造調整タグ

******************************************************************/
.base_width {
  max-width: 1240px !important;
}

.inner_width {
  max-width: 1000px !important;
  /* width: 95% !important; */
}

.home #main {
  /* padding-top: 3rem; */
}

.page #main {
  padding-top: 0;
}

.slick-slider {
  margin-bottom: 0;
}

a.readmore {
  color: #2f2725;
}

a.readmore:hover {
  text-decoration: underline !important;
}

section {
  margin-bottom: 4rem;
}

#main-title {
  margin: 0 auto;
  padding: 3rem 0;
}

iframe {
  width: 100%;
  max-width: 100%;
}

.headline,
.section_title.icon-title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

.headline:before,
.section_title.icon-title:before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  width: 80px;
  height: 80px;
  background-image: url(../../assets/images/icon-title.gif);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.home .headline.icon-title,
.home .section_title.icon-title {
  padding-bottom: 2rem;
  border-bottom: 8px solid #dddddd;
}

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

汎用パーツ

******************************************************************/
/*-------------------------------------------
ボタン
-------------------------------------------*/
.button {
  background-color: #ffffff;
  color: #333333;
  border-radius: 30px;
  border: 1px solid #333333;
  box-shadow: 0px 6px 0px #333333;
  display: inline-block;
  transition: 0.2s;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}
.button.new_window {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 2rem;
}
.button.new_window::after {
  margin-left: 0.5rem;
  content: "";
  display: inline-block;
  background: url(../../assets/images/icon-new_window.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: 0.2s;
}
.button.-pink {
  border: 1px solid #E3007F;
  box-shadow: 0px 6px 0px #E3007F;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 2rem;
  color: #E3007F;
}
.button.-pink::before {
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  background: url(../../assets/images/icon-contact.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 26px;
  transition: 0.2s;
}

.button:hover {
  background-color: #111111;
  color: #ffffff;
  box-shadow: 0px 1px 0px #333333;
}
.button:hover.new_window::after {
  background: url(../../assets/images/icon-new_window-white.svg) no-repeat;
  background-size: contain;
}
.button:hover.-pink {
  background-color: #E3007F;
  box-shadow: 0px 1px 0px #E3007F;
  color: #fff;
}
.button:hover.-pink::before {
  background: url(../../assets/images/icon-contact-white.svg) no-repeat;
  background-size: contain;
}

.small {
  font-size: 0.9rem;
}

/*-------------------------------------------
テーブルの基本レイアウト
-------------------------------------------*/
table.base_table {
  table-layout: fixed;
}

table.base_table tr {
  border-bottom: 1px solid #e7e7e7;
}

table.base_table tr:first-child {
  border-top: 1px solid #e7e7e7;
}

table.base_table tr th {
  text-align: left;
  font-weight: 500;
  width: 24%;
}

table.base_table tr th,
table.base_table tr td {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/* 薄いテーブル */
table.base_table.thin_table tr:first-child {
  border-top: 0;
}

table.base_table.thin_table tr th {
  width: 24%;
}

table.base_table.thin_table tr th,
table.base_table.thin_table tr td {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.page table.base_table.thin_table tr th,
.page table.base_table.thin_table tr td {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/*-------------------------------------------
ページナビ
-------------------------------------------*/
.wrap_pagination {
  text-align: center;
  margin: 20px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 6px 11px;
  margin: 3px;
  background-color: #333333;
  color: #fff;
  border-radius: 0;
  font-size: 0.9rem;
  display: inline-block;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #dddddd;
}

/*-------------------------------------------
パンくずリスト
-------------------------------------------*/
.wrap_breadcrumb {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.breadcrumb {
  padding: 7px 0;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.breadcrumb > span {
  position: relative;
}

.breadcrumb > span span,
.breadcrumb > span.current-item {
  padding: 10px 2.2rem 10px 1.2rem;
}

.breadcrumb > span a:after {
  border-right: solid 1px #DFDFD0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: -32px;
  bottom: 0;
  right: 0;
}

.breadcrumb span.current-item {
  display: inline-block;
  padding: 0px 3.5rem 0px 1.5rem;
  vertical-align: middle;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-------------------------------------------
ホバーでスケール
-------------------------------------------*/
.scale-img {
  position: relative;
  overflow: hidden;
}

.scale-img a:hover {
  opacity: 1;
}

.scale-img a,
.scale-img .thumb,
.scale-img .of_hide {
  position: relative;
  overflow: hidden;
  display: block;
}

.scale-img img {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
}

.scale-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*-------------------------------------------
横並びレイアウト
-------------------------------------------*/
.flexbox {
  display: flex;
  flex-flow: row;
  align-content: flex-start;
}

.flexbox-wrap {
  flex-flow: row wrap;
}

.flexbox-center {
  align-items: center;
}

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

プラグイン

******************************************************************/
.slick-slide a {
  display: block;
}

.slick-prev {
  left: 10px;
  z-index: 10;
}

.slick-next {
  right: 10px;
  z-index: 10;
}

.slick-dots {
  bottom: -30px;
}

.slick-slide img {
  width: 100%;
}

.slick-slide .pc-hidden {
  display: none;
}

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

ヘッダー

******************************************************************/
#head-bar-sp {
  display: none;
}

.overlay {
  display: none;
}

/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
#inner-header {
  padding-top: 100px;
}

.home #inner-header {
  padding-top: 175px;
}

#head-bar {
  background-color: #ffffff;
  z-index: 20 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.head-bar-inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  position: relative;
  padding: 1rem 1.5rem 1rem;
}

.head-bar-inner .head-bar-left {
  flex-basis: 17%;
  max-width: 17%;
}

.head-bar-inner .head-bar-center {
  flex-basis: 83%;
  max-width: 83%;
  text-align: center;
}

.head-bar-inner .head-bar-right {
  flex-basis: 0%;
  max-width: 0%;
}

.head-bar-inner .internal-links {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}

.head-bar-inner .internal-links .internal-item.rule {
  margin-left: 1rem;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 170px;
  width: 100%;
}

.home .logo {
  margin-bottom: 1rem;
}

.home .logo img {
  max-width: 190px;
}

.logo:hover {
  opacity: 0.7;
}

/* トップページヘッダーバー */
.home .head-bar-inner .head-bar-left {
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

.home .head-bar-inner .head-bar-center {
  flex-basis: 100%;
  max-width: 100%;
}

.home .head-bar-inner .head-bar-right {
  flex-basis: 20%;
  max-width: 20%;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.home .logo-nippon-foundation img {
  max-width: 80px;
}

.home .globalnavi-ul {
  justify-content: center;
}

.home .wrap-globalnavi {
  padding: 1rem;
}

/*-------------------------------------------
グローバルナビゲーション
-------------------------------------------*/
.globalnavi-ul {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}

.globalnavi-ul > li {
  margin: 0.5rem 0;
}

.globalnavi-ul > li > a {
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
}

.globalnavi-ul > li:first-child a {
  border-left: none;
}

.globalnavi-ul [class^=nav-] a {
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  height: 25px;
}
.globalnavi-ul [class^=nav-] a::before, .globalnavi-ul [class^=nav-] a::after {
  content: "";
  font-size: 1.1rem;
}
.globalnavi-ul [class^=nav-] a::before {
  margin-right: 0.5rem;
  display: inline-block;
}
.globalnavi-ul [class^=nav-] + li a::after {
  position: absolute;
  border-left: 1px solid #111111;
  left: 0;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.globalnavi-ul .nav-home a::before {
  background: url(../../assets/images/nav-home.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 22px;
}
.globalnavi-ul .nav-about a::before {
  background: url(../../assets/images/nav-about.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.globalnavi-ul .nav-equipment a::before {
  background: url(../../assets/images/nav-equipment.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 21px;
}
.globalnavi-ul .nav-member a::before {
  background: url(../../assets/images/nav-member.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 22px;
}
.globalnavi-ul .nav-faq a::before {
  background: url(../../assets/images/nav-faq.svg) no-repeat;
  background-size: contain;
  width: 31px;
  height: 24px;
}
.globalnavi-ul .nav-access a::before {
  background: url(../../assets/images/nav-access.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
}

/*
スライダー
*/
.home .wrap-main_image_header .base_width {
  max-width: 1120px !important;
}

.home #wrap-main-slider {
  position: relative;
}

.home #wrap-main-slider .slide-layer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*
ページイメージ
*/
.wrap-main_image_header .wrap-sub-image {
  text-align: center;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-about .wrap-main_image_header .wrap-sub-image {
  background-image: url(../../assets/images/sub-image-about.jpg);
  min-height: 400px;
}

.post-type-archive-faq .wrap-main_image_header .wrap-sub-image {
  background-image: url(../../assets/images/sub-image-faq.jpg);
  min-height: 400px;
}

.post-type-archive-equipment .wrap-main_image_header .wrap-sub-image {
  background-image: url(../../assets/images/sub-image-equipment.jpg);
  min-height: 400px;
}

.category .wrap-main_image_header .wrap-sub-image {
  background-image: url(../../assets/images/sub-image-news.jpg);
  min-height: 400px;
}

.post-type-archive-member .wrap-main_image_header .wrap-sub-image {
  background-image: url(../../assets/images/sub-image-member.jpg);
  min-height: 400px;
}

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

サイドバー

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

ユーティリティナビゲーション

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

フッター

******************************************************************/
#footer {
  background-color: #f8f5f1;
  text-align: center;
  padding: 1.5rem 0;
}

#footer .logo {
  display: inline-block;
  margin-bottom: 1rem;
}

#footer .logo img {
  max-width: 130px;
}

#footer .company-info {
  margin-bottom: 2.5rem;
}

#footer-bottom {
  font-size: 0.8rem;
}

/*-------------------------------------------
フッターナビゲーション
-------------------------------------------*/
.wrap-footernavi {
  margin-bottom: 2rem;
}

.footernavi-ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.footernavi-ul > li {
  margin: 0.5rem 0;
}

.footernavi-ul > li > a {
  display: inline-block;
  line-height: 1.2;
  padding: 0 1.5rem;
  font-weight: 500;
  border-left: 1px solid #111111;
}

.footernavi-ul > li:first-child a {
  border-left: none;
}

/*-------------------------------------------
フッターリンクバナー
-------------------------------------------*/
#before-footer {
  padding: 3rem 0 2rem;
}

/*
フッター内部リンクバナー
*/
.intbnr-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.intbnr-list > li {
  flex-basis: 31%;
  max-width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1rem;
}

.intbnr-list > li:last-child {
  margin-right: 0;
}

.intbnr-list > li a:hover {
  opacity: 0.7;
}

/*
フッター外部リンクバナー
*/
.extbnr-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.extbnr-list > li {
  flex-basis: 23.5%;
  max-width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1rem;
}

.extbnr-list > li:nth-child(4n+4),
.extbnr-list > li:last-child {
  margin-right: 0;
}

.extbnr-list > li a {
  display: inline-block;
  border: 1px solid #eeeeee;
}

.extbnr-list > li a:hover {
  opacity: 0.7;
}

/*-------------------------------------------
SNSリンク
-------------------------------------------*/
.sns-area {
  padding: 1rem 0;
}

.sns-area a:hover {
  opacity: 0.7;
}

.sns-list {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.sns-list > li {
  margin: 0.5rem 1rem;
}

.sns-list > li a {
  display: inline-block;
}

.sns-list > li img {
  max-width: 35px;
}

.line-account {
  text-align: center;
  margin-bottom: 2rem;
}

.line-account .line-account-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.line-account .line {
  display: inline-block;
  margin-bottom: 0.7rem;
}

.line-account .line img {
  max-width: 45px;
}

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

トップページ(toppage)

******************************************************************/
.home #main .button {
  font-size: 1.2rem;
}

.home .pickup-list {
  display: flex;
  flex-flow: wrap;
}

.home .pickup-list > li {
  flex-basis: 31%;
  max-width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1.5rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
}

.home .pickup-list > li:nth-child(3n+3) {
  margin-right: 0;
}

.home .pickup-list > li .thumb {
  padding: 1.5rem 10%;
}

.home .pickup-list > li .text {
  margin-bottom: 3rem;
  flex-grow: 1;
}

.home .pickup-list > li .text h2 {
  margin-bottom: 1rem;
}

.home .pickup-list > li .button-wrapper {
  text-align: center;
}

.home #pickup-area {
  margin: 0;
  padding: 4.6rem 0 3.2rem;
}

.home #pickup-area .section_footer {
  text-align: center;
}

.home .link-360vr {
  margin-top: 5rem;
}

.link-360vr {
  border: 1px solid #888888;
  display: flex;
  max-width: 450px;
  margin: 0 auto;
}

.link-360vr .inner-text {
  padding: 1rem;
  flex: 1;
  font-size: 1.3rem;
  background-color: #ffffff;
}

.link-360vr:before {
  content: "";
  display: block;
  width: 120px;
  padding: 1rem;
  background-image: url(../../assets/images/icon-360.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #888888;
}

.link-360vr:hover {
  opacity: 0.8;
  text-decoration: underline !important;
}

.home #main .bg-color {
  background-color: #f8f5f1;
  margin: 0;
  padding: 5rem 0 6.4rem;
}

.home #main #lead-area {
  margin-bottom: 0;
}

/*-------------------------------------------
お知らせ・活動報告
-------------------------------------------*/
#instagram-area .morelink {
  margin-top: 1.6rem;
}

/******* 202309追加 ********/
.top_news {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.top_news li {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}

.top_news li:last-of-type {
  margin-bottom: 0;
}

.top_news a {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 55px;
}

.top_news a:hover {
  opacity: 0.5;
}

.top_news a .date {
  margin-right: 45px;
}

.icon_news_cat_wrapper_top {
  margin: 0;
}

/**************************/
.top_activity {
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.top_activity > li .thumb {
  flex-basis: 30% !important;
  max-width: 30% !important;
}

.top_activity > li .text {
  flex-basis: 67% !important;
  max-width: 67% !important;
}

/**************************/
.link-list_single {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.link-list_single li > .button {
  padding: 0.5rem 4rem;
}

/*-------------------------------------------
イベント・開館スケジュール
-------------------------------------------*/
#schedule-calendar-area {
  padding: 2rem 0 3rem;
}

#schedule-calendar-area .inner_width {
  max-width: 800px !important;
}

#schedule-calendar-area .carenderlist {
  margin-bottom: 3.4rem;
  text-align: center;
}

/*-------------------------------------------
Magazine掲載
-------------------------------------------*/
.home #magazine-area.bg-color {
  padding: 1.3rem 0 4.9rem;
}
.home #magazine-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
.home #magazine-area ul li {
  padding-bottom: 2.8rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #333333;
  width: 100%;
}
.home #magazine-area ul li a {
  display: flex;
  justify-content: space-between;
}
.home #magazine-area ul li a:hover {
  opacity: 0.8;
}
.home #magazine-area .text {
  width: 20rem;
  text-align: justify;
}
.home #magazine-area .date {
  margin-top: 1rem;
}
.home #magazine-area .morelink {
  margin-top: 1.7rem;
}

/*-------------------------------------------
マップエリア
-------------------------------------------*/
#map-area {
  padding: 2.5rem 0 4rem;
  margin-bottom: 0;
}
#map-area .section_inner {
  display: flex;
  justify-content: space-between;
}
#map-area iframe {
  width: 590px;
}
#map-area .text {
  margin-left: 1rem;
  width: 568px;
}
#map-area .text .address {
  margin-bottom: 1.5rem;
}
#map-area .text p {
  margin-bottom: 0.5rem;
}
#map-area .train, #map-area .walk, #map-area .bus, #map-area .parking {
  padding-left: 2rem;
  position: relative;
}
#map-area .train::before, #map-area .walk::before, #map-area .bus::before, #map-area .parking::before {
  content: "";
  display: inline-block;
  margin-right: 0.7rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#map-area .train::before {
  background: url(../../assets/images/icon-train.svg) no-repeat;
  width: 16px;
  height: 22px;
}
#map-area .walk::before {
  background: url(../../assets/images/icon-walk.svg) no-repeat;
  width: 14px;
  height: 23px;
}
#map-area .bus::before {
  background: url(../../assets/images/icon-bus.svg) no-repeat;
  width: 16px;
  height: 20px;
}
#map-area .parking::before {
  background: url(../../assets/images/icon-parking.svg) no-repeat;
  width: 14px;
  height: 19px;
}
#map-area .walk {
  margin-left: 2rem;
}
#map-area .image-position {
  margin-top: 2rem;
}

/*-------------------------------------------
お問い合わせはこちら
-------------------------------------------*/
.home #contact-area.bg-color {
  padding: 3.7rem 0 4.9rem;
}
.home #contact-area.bg-color .section_inner {
  position: relative;
}
.home #contact-area.bg-color .section_inner::before {
  margin-left: 19rem;
  content: "";
  background: url(../../assets/images/contact-image.png?2026) no-repeat;
  background-size: contain;
  width: 13.5rem;
  height: 13rem;
  position: absolute;
  top: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home #contact-area.bg-color .hukidashi {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
}
.home #contact-area.bg-color .hukidashi p {
  position: relative;
  display: inline-block;
}
.home #contact-area.bg-color .hukidashi p::after, .home #contact-area.bg-color .hukidashi p::before {
  content: "";
  width: 35px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home #contact-area.bg-color .hukidashi p::before {
  left: -35px;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
.home #contact-area.bg-color .hukidashi p::after {
  right: -35px;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.home #contact-area.bg-color .button.-pink {
  font-size: 2rem;
}

/*-------------------------------------------
companyエリア
-------------------------------------------*/
#company-area {
  margin-bottom: 4rem;
}

#company-area .section_title {
  text-align: center;
  margin-bottom: 1rem;
}

#company-area .section_title img {
  max-width: 320px;
}

#company-area .section_inner_title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

#company-area .section_inner {
  text-align: center;
}

#company-area .section_main {
  margin-bottom: 1.5rem;
}

#company-area .section_footer ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

#company-area .section_footer ul > li {
  margin: 0.5rem;
}

#company-area .section_footer ul > li a {
  display: block;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  font-weight: 500;
}

#company-area .section_footer ul > li a:hover {
  background-color: #111111;
  color: #ffffff;
}

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

投稿（お知らせ）

******************************************************************/
.single-post #wrap-content,
.category #wrap-content {
  background-color: #f8f5f1;
  padding: 5rem 0 3rem;
}

.newsnavlist-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 5rem;
}

.category-event #content {
  max-width: 1240px !important;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.newsnavlist {
  display: flex;
  flex-flow: wrap;
}

.newsnavlist > li {
  margin: 0.5rem;
}

.postlist-wrapper {
  margin-bottom: 5rem;
}

li .thumb a:hover {
  opacity: 0.7;
}

.postlist > li {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #333333;
}

.postlist > li .thumb {
  flex-basis: 20%;
  max-width: 20%;
}

.postlist > li .text {
  flex-basis: 77%;
  max-width: 77%;
}

.postlist > li .thumb img {
  border-radius: 25px;
}

.postlist > li .list-title a:hover {
  text-decoration: underline !important;
}

.postlist > li .date {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 1rem;
}

.icon_news_cat_wrapper {
  margin-bottom: 1.5rem;
}

.icon_news_cat {
  background-color: #ffffff;
  color: #333333;
  border-radius: 30px;
  border: 1px solid #666666;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.4;
}

.icon_news_cat:hover {
  background-color: #111111;
  color: #ffffff;
}

.morelink {
  text-align: center;
}

/*-------------------------------------------
ニュースシングル
-------------------------------------------*/
.single-post #main .bg-white {
  background-color: #ffffff;
  padding: 3rem 6%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-bottom: 2rem;
}

.single-post #main .entry-content {
  margin-bottom: 0;
}

/* タイトルまわり */
.single-post #main .article-header {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.single-post #main .article-header .single-title-thumb {
  flex-basis: 20%;
  max-width: 20%;
}

.single-post #main .article-header .single-title-text {
  flex-basis: 77%;
  max-width: 77%;
}

.single-post #main .article-header .single-title-thumb img {
  border-radius: 25px;
}

.single-post #main .article-header .date {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 1rem;
}

.post_link {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.post_link a:hover {
  text-decoration: underline !important;
}

.goback-list {
  text-align: center;
}

.goback-list a {
  font-size: 1.2rem;
}

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

固定ページ(page)

******************************************************************/
.post-type-archive #main #lead-area,
.page #main #lead-area {
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.page #main .bg-color {
  background-color: #f8f5f1;
  padding: 3rem 0;
}

/*-------------------------------------------
てくテックすさき
-------------------------------------------*/
.page-about #main #about .about-inner {
  display: flex;
  flex-flow: wrap;
}

.page-about .text-center {
  text-align: center;
}

.page-about .about-left {
  flex-basis: 50%;
  max-width: 50%;
  margin-right: 4%;
}

.page-about .about-right {
  flex-basis: 46%;
  max-width: 46%;
}

.page-about #main #about .about-left .thumb {
  margin-bottom: 2rem;
}

.page-about #main #access .google-map {
  margin-bottom: 1rem;
}

.page-about #main #about .teckun-profile .about-left .thumb {
  margin: 0;
}

#about-character-area {
  padding-top: 3.2rem;
}

.teckun-profile {
  margin: -1rem 0 2rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.teckun-profile .about-right dl + dl {
  margin-top: 3rem;
}
.teckun-profile .about-right dt {
  margin-bottom: 0.3rem;
  position: relative;
}
.teckun-profile .about-right dt span {
  padding-right: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.teckun-profile .about-right dt::before {
  content: "";
  width: 100%;
  border: 1px dotted #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.teckun-profile .about-right dd {
  margin: 0;
}
.teckun-profile .about-right .name {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}
.teckun-profile .about-right .name span {
  color: #019FE8;
}
.teckun-profile .about-right .name span:nth-child(odd) {
  color: #E4007F;
}
.teckun-profile .about-right .profile-title {
  margin: 1rem 0 0.3rem;
  font-size: 1.2rem;
}
.teckun-profile .about-right .birthday {
  margin-top: 2rem;
}
.teckun-profile .about-right .birthday span {
  margin-right: 1rem;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background: #F8F5F1;
  border-radius: 50px;
}

.fun_fact {
  text-align: center;
}
.fun_fact h2 {
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 5px solid #dddddd;
}

.fun_fact_list {
  margin-top: 1.5rem;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.fun_fact_list li {
  padding: 1.5rem;
  flex-basis: 29%;
  max-width: 29%;
  text-align: center;
  background: #F8F5F1;
  border-radius: 1rem;
}
.fun_fact_list li + li {
  margin-left: 0.5rem;
}
.fun_fact_list .title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.fun_fact_list .title span {
  position: relative;
  font-size: 1.2rem;
}
.fun_fact_list .title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0.35rem;
  background: #E4007F;
  top: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fun_fact_list .title span:nth-child(odd)::after {
  background: #019FE8;
}

/*-------------------------------------------
よくある質問
-------------------------------------------*/
.faq_title {
  color: #0082eb;
  border-bottom: 2px solid #0082eb;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.faqlist {
  margin-bottom: 3rem;
  border-top: 1px solid #dddddd;
}

.faqlist > li {
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0;
}

.faqlist > li.opened {
  border-bottom: none;
}

.faqlist > li .question {
  cursor: pointer;
}

.faqlist > li .question:hover {
  color: #0082eb;
}

.faqlist > li .answer {
  padding: 1.5rem 3rem 1.5rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 2px 2px 4px #666666;
  background-color: #f5f5f5;
}

.faqlist > li .answer_inner {
  /*
      padding-left: 1rem;
      text-indent: -1rem;
  */
}

.faqlist > li .answer a {
  text-decoration: underline !important;
  color: #0082eb;
}

.post-type-archive-faq #faq-area .faqlist li .question,
.post-type-archive-faq #faq-area .faqlist li .answer {
  position: relative;
}

.post-type-archive-faq #faq-area .faqlist li .question_inner,
.post-type-archive-faq #faq-area .faqlist li .answer_inner {
  position: relative;
  display: flex;
}

.post-type-archive-faq #faq-area .faqlist li .question_inner .icon-question,
.post-type-archive-faq #faq-area .faqlist li .answer_inner .icon-answer {
  position: relative;
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

.post-type-archive-faq #faq-area .faqlist li .question_inner .icon-question {
  background-image: url(../../assets/images/icon-question.png);
}

.post-type-archive-faq #faq-area .faqlist li .question_inner .text-question,
.post-type-archive-faq #faq-area .faqlist li .answer_inner .text-answer {
  flex: 1;
  line-height: 1.6;
}

.post-type-archive-faq #faq-area .faqlist li .answer_inner .icon-answer {
  background-image: url(../../assets/images/icon-answer.png);
}

.post-type-archive-faq #faq-area .faqlist li .answer .icon-close {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../assets/images/icon-faq-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

.post-type-archive-faq #faq-area .faqlist li .answer .icon-close:hover {
  opacity: 0.7;
}

.post-type-archive-faq #faq-area .faqlist li .question_inner .text-question {
  font-size: 1.1rem;
  font-weight: 500;
}

/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/
.page-privacy-policy #wrap-content {
  background-color: #f8f5f1;
  padding: 0 0 3rem;
}

.page-privacy-policy #main-title {
  background-color: #f8f5f1;
}

.page-privacy-policy #main .bg-white {
  background-color: #ffffff;
  padding: 3rem 6%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-bottom: 2rem;
}

.page-privacy-policy #main .section_header {
  margin-bottom: 3rem;
}

.page-privacy-policy #main .section_inner {
  margin-bottom: 2rem;
}

.page-privacy-policy #main .section_inner_title {
  margin-bottom: 0.5rem;
}

.page-privacy-policy #main .section_footer {
  text-align: right;
}

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

カスタム投稿

******************************************************************/
/*-------------------------------------------
設備一覧
-------------------------------------------*/
.post-type-archive #main .customize_equipment_lead {
  text-align: center;
}

.equipmentlist {
  margin-bottom: 6rem;
}

.equipmentlist > li {
  height: 500px;
  margin-bottom: 3rem;
}

.equipmentlist > li .list-inner {
  display: flex;
  flex-flow: wrap;
  /* align-items: center; */
  height: 100%;
}

.equipmentlist > li .thumb {
  flex-basis: 55%;
  max-width: 55%;
  position: relative;
  height: 100%;
}

.equipmentlist > li .text {
  flex-basis: 45%;
  max-width: 45%;
  padding: 1rem 5%;
  height: 100%;
  background-color: #f8f5f1;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.equipmentlist > li .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  border-top: 250px solid transparent;
  border-right: 50px solid #f8f5f1;
  border-bottom: 250px solid #f8f5f1;
  border-left: 50px solid transparent;
}

.equipmentlist > li .thumb-inner {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.equipmentlist > li:nth-child(even) .thumb {
  order: 2;
}

.equipmentlist > li:nth-child(even) .text {
  order: 1;
}

.equipmentlist > li:nth-child(even) .thumb:after {
  right: auto;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 250px solid #f8f5f1;
  border-top: 250px solid transparent;
  border-left: 50px solid #f8f5f1;
}

.equipmentlist > li .equipment-name {
  font-size: 1.5rem;
  border-bottom: 5px solid #dddddd;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

.equipmentlist-other-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.equipmentlist-other {
  display: flex;
  flex-flow: wrap;
}

.equipmentlist-other > li {
  flex-basis: 23.5%;
  max-width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3rem;
}

.equipmentlist-other > li:nth-child(4n+4) {
  margin-right: 0;
}

.equipmentlist-other > li .thumb {
  margin-bottom: 0.5rem;
  overflow: hidden;
  max-width: 280px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipmentlist-other > li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.equipmentlist-other > li .text {
  text-align: center;
}

.equipmentlist-other > li .equipment-name {
  font-size: 1.1rem;
}

/*-------------------------------------------
メンバー
-------------------------------------------*/
.post-type-archive-member #main .bg-color {
  background-color: #f8f5f1;
  padding: 4rem 0;
}

.memberlist-wrapper {
  padding: 4rem 6% 2rem;
  background-color: #ffffff;
}

.memberlist {
  display: flex;
  flex-flow: wrap;
}

.memberlist > li {
  flex-basis: 30%;
  max-width: 30%;
  margin-right: 5%;
  margin-bottom: 4rem;
}

.memberlist > li:nth-child(3n+3) {
  margin-right: 0;
}

.memberlist > li .thumb {
  margin-bottom: 1rem;
}

.memberlist > li .thumb img {
  border-radius: 15px;
  width: 100%;
}

.memberlist > li .text {
  text-align: center;
  font-size: 0.9rem;
}

.memberlist > li .member-name {
  margin: 0.5rem 0;
}

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

404 Page Not Found

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

メディアクエリー

*******************************************************************
******************************************************************/
/* style-sp.cssにコーディング */
