@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "UTF-8";
/* Template: swell
  Theme Name: SWELL CHILD Theme URI: https://swell-theme.com/ Description: SWELLの子テーマ Version: 1.0.0 Author: LOOS WEB STUDIO Author URI: https://loos-web-studio.com/ License: GNU General Public License License URI: http://www.gnu.org/licenses/gpl.html 
*/

/*　-----------
　　サイト全体
----------- */

/*　--------色の設定-------- */
:root {
  /* ベース */
  --bg-light: #f7f7f7;;

  /* メイン */
  --primary: #1981a5;

  /* アクセント */
  --accent: #f97203;

  /* 見出し */
  --heading-pink: #ed51c1;
  --heading-blue: #1981a5;

  /* テキスト */
  --text-main: #444444;
  --text-sub: #777777;

  /* その他 */
  --white: #ffffff;
}
/*　---------------------- 
　　　　サイト全体
　---------------------- */
html {
  font-size: 20px;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}
body{
    letter-spacing:0.1em;
    background-color:var(--bg-light);
    color: var(--text-main);
    font-weight: 400;
    font-style: normal;
}
h2,h3{
    font-weight: 700;
	text-align:center;
	font-size:110%;
	margin-bottom: 1.5em;
}
h1{
    font-weight: 700;
	text-align:center;
	font-size:120%;
	margin-bottom:1em;
}
.t-left{
    text-align:left;
}
.t-right{
    text-align:right;
}
.t-center{
    text-align:center;
}
.t-naturalcenter{
	width:fit-content;
	margin:0 auto;
}
.t-small{
    font-size: 80%
}
.t-large{
    font-size: 120%
}
.t-orange{
	color:var(--accent)
}
.t-blue{
	color:var(--heading-blue)
}
.t-pink{
	color:var(--heading-pink)
}
.flex{
    display:flex;
}
.responsive-flex{
    display:flex;
}
@media (min-width: 769px) {
.sp-only{
	display:none!important;
}
}
@media (max-width: 768px) {
.responsive-flex{
    display:block;
}
.pc-only{
	display:none!important;
}
}
h2,h3{
	margin-bottom: 1em;
}
main {
    padding-top: 50px;
}
a{
    color:inherit;
}
p{
	text-align:justify;
}
@media(min-width:769px){
    .sp-only{ display:none;
    }
}
@media(max-width:768px){
	.pc-only{ display:none;
    }
}
/*　-----------
　　　レイアウト
-----------　 */
#top-page{
	padding-top:50px;
}
#single-page,#page,#list-page,#club-page,#area-page {
    padding-top: 200px;
}
.wrapper{
	max-width:1024px;
	margin:0 auto;
	padding:20px;
}
.block{
	margin-bottom:5em;
}
section {
	margin-bottom: 6em;
}
/*　-----------
　　　アンカーリンク
-----------　 */
.anchor-news {
  display: block;
  height: 1px;
  margin-top: -1px;
  padding-top: 0;
}
.anchor-news {
  position: relative;
  top: -200px;
}
@media(max-width:768px){
	.anchor-news {
  position: relative;
  top: 0;
}
}
/*******レイアウト スマホ ********/
@media(max-width:768px){
section {
	margin-bottom: 3em;
}
#single-page,#page,#list-page,#club-page,#area-page {
    padding-top: 80px;
}
}
/*　-----------
　　　パーツ
-----------　 */
a.btn {
    background-color: #FFF;
    display: block;
    text-align: center;
    padding: 0.5em;
    border-radius: 50px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
address {
    font-style: normal;
}
/*******パーツ スマホ ********/
@media (max-width: 768px) {
a.btn {
    font-size: 80%;
}
}

/*　-----------
　　　ヘッダー
-----------　 */
/* ヘッダー全体 */
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    z-index: 1000;
    background-color:var(--primary);
	color:var(--white);
	position: fixed;
	width: 100vw;
	background: var(--primary);	
}

.header-deformation {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  line-height: 0;
  overflow: hidden;
}

.header-deformation svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header-deformation path {
  fill: var(--primary);
}
.headlogo-container h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2em;
	margin-bottom:0;
}
.contact-btn {
    aspect-ratio: 1;
    width: 130px;
    background-color: var(--white);
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
	padding: 20px;
	border-radius:100px;
	margin: 1em 0 1em 1em;
	text-align: center;
}
.contact-btn img {
    width: 55px;
}
.contact-btn p {
    font-size: 14px;
    padding: 5px;
    line-height: 1.2em;
    letter-spacing: 0em;
}
nav.header-nav.show {
    width: fit-content;
    padding-top: 200px;
}

/* ハンバーガー */
.hamburger {
  width: 40px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1300;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s ease;
  transform-origin: center;
}

/* ×アニメ */
.hamburger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* =========================
   ナビ本体
========================= */
.header-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
  padding: 80px 20px;
  overflow-y: auto;
  z-index: 1200;
	border-left: 5px solid #FFF;
}

/* 開いた時 */
.header-nav.show {
  right: 0;
}

/* =========================
   メニュー装飾
========================= */
.header-nav .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 展開 */
.header-nav .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

/* 罫線 */
.header-nav > ul > li {
  border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.header-nav .sub-menu li {
  border-bottom: 1px solid #eee;
}

.header-nav li:last-child {
  border-bottom: none;
}

/* リンク */
.header-nav > ul > li > a {
  display: block;
  padding: 14px 20px;
}

.header-nav .sub-menu a {
  display: block;
  padding: 12px 20px 12px 32px;
}

.header-nav .sub-menu .sub-menu a {
  padding-left: 48px;
}
span.sub-text {
    font-size: 80%;
    display: block;
}
/* =========================
   ▼アイコン
========================= */
.header-nav .submenu-toggle {
  position: relative;
  padding-right: 2em;
}

.header-nav .submenu-toggle::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
}

.header-nav .menu-item-has-children.is-open > .submenu-toggle::after {
  content: "▲";
}
/*******ヘッダー スマホ ********/
@media (max-width: 768px) {
	#header {
	align-items:center;
	padding: 15px 20px 20px;
	}
nav.header-nav.show {
    width: 90vw;
}
.headlogo-container h1 {
    text-align: left;
	margin-bottom:0;
	font-size: 18px;
	}	
.header-deformation {
    bottom: -20px;
    height: 20px;
}
}
/*　-----------
　　　トップページ
-----------　 */
/* fv */

section#fv {
    height: 80vh;
	margin-bottom:1.5em;
}
section#fv img {
    height: 80vh;
	width: 100%;
    object-fit: cover;
	object-position: top;
}
.concept > .container img {
    padding: 0 20%;
}
.container.yajirushi {
    width: 30%;
	padding-bottom:50px;
}
.project.responsive-flex {
    align-items: end;
}
.club img {
    width: 500px;
    max-width: 80%;
    margin: 0 auto 1em;
    display: block;
}
/* 見学会リスト */
article.visit-card {
    width: 400px;
    flex: 0 0 auto;
}
.visit-list {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-left: 16px;
	padding-bottom: 2em;
}
h3.visit-title,h3.activity-title {
    font-size: 80%;
    text-align: left;
    margin-bottom: 0;
    padding: 0 1em;
    font-weight: 100;
}
article.visit-card img {
    border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
/* 活動速報リスト */
.activity-club h3 {
    font-size: 100%;
	margin-bottom:0;
}
.activity-date {
    font-size: 80%;
    text-align: center;
}
article.activity-card {
	width: 400px;
    flex: 0 0 auto;
    background-color: #FFF;
    border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.activity-list {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-left: 16px;
	padding-bottom: 2em;
}
article.activity-card img {
    border-radius: 20px 20px 0 0;
    height: 200px;
    width: 100%;
	object-fit:cover;
}
/* ニュースリスト */
section.news h3 {
    font-size: 80%;
    margin-bottom: 0;
}
article.news-item {
    border-top: 1px solid;
}
.news-wrap:last-child {
    border-bottom: 1px solid;
}
article.news-item {
    padding: 0.5em;
}
span.news-date {
	font-size:80%;
    margin-right: 2em;
}
span.news-tax {
    font-size: 60%;
    background-color: var(--text-main);
    color: #FFF;
    padding: 0.2em 1em;
    border-radius: 50px;
    margin-left: auto;
    width: fit-content;
}
article.news-item {
    display: flex;
	align-items: center;
}
section.news {
    background-color: #FFF;
    padding-bottom: 4em;
    padding-top: 2em;
    margin-bottom: 0;
}
/*******トップページ スマホ ********/
@media (max-width: 768px) {
section#fv img {
    height: 50vh;
}
section#fv {
    height: 50vh;
}
.block {
    margin-bottom: 2em;
}
article.visit-card,article.activity-card {
    width: 80vw;
	}
article.news-item {
    flex-wrap: wrap;
}
article.news-item * {
    width: 100%;
	margin-bottom: 0.5em;
	line-height:1.2em;
}
span.news-tax {
	width: fit-content;
	margin: 0 auto;
	background-color: unset;
	color: inherit;
    }
}
/*　-----------
　　　パーツ（クラブ）
-----------　 */
/* クラブリスト */
.club {
    margin-bottom: 2em;
}
ul.club-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 3em;
}
ul.club-list li {
    width: calc(50% - 5px);
    border-radius: 20px;
    background-color: #FFF;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
ul.club-list li img {
    border-radius: 20px 20px 0 0;
    height: 200px;
    width: 100%;
	object-fit:cover;
}
h3.club-name {
    margin-bottom: 0;
    line-height: 1em;
}
h1.club-area.t-blue {
    font-size: 200%;
}
ul.club-list p {
	font-size:80%;
    padding-bottom: 0.3em;
}
h2.club-name.parts {
    margin-bottom: 0;
}
ul.club-list p {
    line-height: 1.2em;
}
ul.club-list li {
    padding-bottom:0.5em;
}
/*******クラブリスト スマホ ********/
@media (max-width: 768px) {
ul.club-list li {
    width: 100%;
}
}
/*　-----------
　　　プリジェクトページ
-----------　 */
h2.t-orange.sab-text {
    font-size: 80%;
    margin-bottom: 0;
}
#project-page {
  background: #eaeaea;
  color: #444;
  line-height: 1.9;
}

#project-page .wrapper {
  width: min(90%, 960px);
  margin: 0 auto;
}

#project-page .narrow {
  width: min(86%, 760px);
}

#project-page section {
  padding: 60px 0;
}
.section-label {
  color: #f97203;
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
}

.center {
  text-align: center;
}

/* 上部の吹き出し */
.change-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
}

.change-circle {
  border-radius: 50%;
  background: #1981a5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
	font-weight: bold;
	line-height: 1.7;
	padding:50px;
	color: #fff;
	z-index: 1;
}

.change-box p {
    border: 3px solid #1981a5;
    border-left: none;
    border-radius: 0 80px 80px 0;
    padding: 25px 40px 25px 100px;
    color: #1981a5;
    font-weight: bold;
    position: relative;
    transform: translateX(-75px);
}

.project-item h3 {
    text-align: left;
}

/* スケジュール */
.schedule-table-wrap {
  overflow-x: auto;
  margin: 30px 0;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.85rem;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #999;
  padding: 10px;
  text-align: center;
}

.schedule-table th {
  background: #f5f5f5;
}

.schedule-table span {
  font-size: 0.7rem;
}

.message {
  text-align: center;
  color: #1981a5;
  font-weight: bold;
  margin-top: 30px;
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
	margin-bottom: 1em;
}
.schedule-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.schedule-table {
  min-width: 900px;
}
.schedule-table th,
.schedule-table td {
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  padding: 18px 10px;
  font-weight: bold;
  color: #444;
}

.schedule-table th {
  background: transparent;
}

.schedule-table span {
  font-size: 0.85rem;
}

.schedule-table th:first-child {
  width: 90px;
}
/* 8つのプロジェクト */
.project-list {
  margin-top: 35px;
}

.project-item {
  display: flex;
  gap: 18px;
  margin-bottom: 2em;
}

.project-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1981a5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
}

.project-item h3 {
  color: #1981a5;
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.project-item p {
  margin: 0;
}

/* 締め */
.project-closing {
  padding-bottom: 100px;
}
.teacher-flex.nishimura {
    align-items: center;
}
/* スマホ */
@media screen and (max-width: 768px) {
  .change-box {
    flex-direction: column;
  }

  .change-box p {
    border: 3px solid #1981a5;
    border-radius: 30px;
    padding: 25px;
    margin-top: -15px;
    text-align: center;
  }

  .flow-flex,
  .concept-list {
    flex-direction: column;
    gap: 30px;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .project-item {
    gap: 12px;
  }
}
/*　-----------
　　　投稿ページ
-----------　 */
#single-page h2{
	margin-bottom:3em;
}
#single-page p{
	margin-bottom:1em;
}
div#single-page img {
    width: 100%;
    margin-bottom: 2em;
}
.date-unit {
  font-size: 0.8em;
  margin: 0 0.1em;
}
time {
    font-weight: 500;
}
div#single-page h1 {
    text-align: end;
    margin-bottom: 1em;
    font-size: 110%;
}
div#single-page h2 {
	text-align:left;
	width:fit-content;
	margin:0 auto 3em;
}
/* クラブのページ（ACF） */
h1.area-logo img {
    width: 400px;
    max-width: 80%;
}
.club-main-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;	
}
.club-main-image {
    margin-bottom: 1em;
}
h1.club-cate {
    margin-bottom: 0;
}
h2.club-name {
    font-size: 130%;
}
ul.target-list {
    display: flex;
    gap: 0 1em ;
    width: fit-content;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
p.club-text {
    font-size: 80%;
    width: fit-content;
    text-align: justify;
    margin: 0 auto 2em;
    font-weight: 500;
}
.activity-tags span {
    font-size: 80%;
    border: 1px solid;
    padding: 0.3em 1em;
    border-radius: 50px;
}
.activity-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
	flex-wrap: wrap;
}
.club-info-block h3 {
    margin-bottom: 1em;
}
.club-info-block{
	margin-bottom:2em;
}
.club-info-block p,
a.club-tel{
    font-weight: 500;
    text-align: center;
}
a.club-tel{
	display:block;
	margin:0 auto;
}
.teacher-flex {
    display: flex;
	gap:20px;
}
.teacher-image {
    width:calc(30% - 10px);
}
.teacher-image img{
	border-radius: 1000px;
}
.teacher-text {
    width:calc(70% - 10px);
}
.teacher-text {
    width: calc(70% - 10px);
    font-weight: 500;
}
p.teacher-name {
    margin-bottom: 1em;
}
section.banner {
    padding-top: 5em;
}
.visit-list.block {
    display: block;
}
.visit-list.block {
    display: block;
    width: 80%;
    margin: 0 auto;
}
article.visit-card.block {
    margin: 0 auto 2em;
    width: 80%;
}
p.club-subtitle.t-center {
	white-space:pre-line;
}
/*******クラブのページ スマホ ********/
@media (max-width: 768px) {
    p.club-subtitle.t-center {
        line-height: 1.2em;
        font-size: 80%;
        margin-bottom: 0.5em;
    }
	h1.club-name {
    margin-bottom: 0.5em;
}
.teacher-flex {
    display: block;
}
.teacher-image {
    width: 100%;
    padding: 1em;
}
.teacher-text {
    width: 100%;
}
.visit-list.block {
    width: 100%;
}
article.visit-card.block {
    width: 100%;
}
}
/*　-----------
　　　一覧ページ
-----------　 */
/* 活動の記録 */
article.post-card {
    width: calc(33.3% - 14px);
    border-radius: 20px;
    background-color: #FFF;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.post-list img{
	border-radius: 20px 20px 0 0;
    height: 200px;
    width: 100%;
	object-fit:cover;
}
article.post-card.listP h3 {
    font-size: 60%;
    text-align: justify;
    padding: 0.2em 0.8em;
	margin-bottom: 0;
}
article.post-card.listP h2{
	font-size: 60%;
	margin-bottom:0;
}
/* 見学会一覧 */
article.post-thumb.listP {
    width: calc(33.3% - 14px);
}
a.visit-thumb img {
    height: auto;
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.visit-club h2 {
    font-size: 80%;
    margin-bottom: 0;
}
/*******一覧 スマホ ********/
@media (max-width: 768px) {
article.post-thumb.listP {
	width:100%;
}
article.post-card {
    width: 100%;
}
}
/*　-----------
　　　コンタクトフォーム
-----------　 */
/* 見学会予約 */
.form{
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}

.form h2{
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
	font-size: 150%;
}

.form .form-row{
  display: felx;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.form p{
	display:flex;
	align-items: center;
	gap:10px;
}
.form label,
.contact-form label{
  font-weight: 700;
  font-size: 18px;
  color: #444;
  letter-spacing: 0.08em;
	width: 16em;
}
.form .contact label{
	width: 12em;
}
  .form input,
  .form select  {
  width: 100%;
  border: none;
  border-radius: 50px;
  background: #fff;
  padding: 10px 18px;
  font-size: 18px;
  box-sizing: border-box;
}

.tour-submit,
.entry-submit,
.entry-submit{
  display: block;
  width: 100%;
  margin: 36px auto 0;
  padding: 7px 20px;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 6px rgba(0,0,0,0.25);
  cursor: pointer;
}
.form .tour-submit{
	background:var(--primary);
}
.form .contact-submit,
.form .entry-submit{
	background:var(--accent);
}
span.wpcf7-form-control-wrap {
    width: stretch;
}
.form select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 20px center;
  background-size: 35px;
}
@media screen and (max-width: 600px) {
  .form .form-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .form input,
  .form select{
    height: 54px;
  }
.form .tour-submit,
.form .contact-submit,
.form .entry-submit{
    font-size: 20px;
  }
}
/* お問合せ */
.form textarea {
  width: 100%;
  min-height: 160px;
  border: none;
  border-radius: 50px;
  background: #fff;
  padding: 14px 18px;
  font-size: 18px;
  box-sizing: border-box;
}
.form-row.textbox p {
    flex-wrap: wrap;
    gap: 10px;
}
.form-row.textbox p label {
    width: auto;
}
.form-check {
  max-width: 760px;
  margin: 20px auto;
  text-align: left;
}

.form-check p {
  margin: 0;
}

.form-check .wpcf7-form-control,
.form-check .wpcf7-list-item,
 {
  display: flex;
  align-items: center;
}
.form-check .wpcf7-list-item label{
	display: flex;
	align-items: flex-start;
}
.form-check .wpcf7-list-item-label {
  white-space: nowrap;
}
.form-check .wpcf7-list-item {
  margin: 0;
}

.form-check .wpcf7-list-item label {
  gap: 10px;
}

.form-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    margin-top: 0.5em;
}

.form-check .wpcf7-list-item-label {
  line-height: 1.8;
  text-align: left;
}
a.t-center.tel {
    margin: 0 auto;
    display: block;
	font-size:120%;
	font-weight:700;
}
.contact-komisuku h2 {
    margin-bottom: 0;
}
.contact-komisuku p {
    margin-bottom: 1em;
}
/*******コンタクトフォーム スマホ ********/
@media (max-width: 768px) {
.form p {
    display: block;
}
input {
    margin-top: 0.5em;
}

.contact-komisuku p {
	text-align:left;
	}
.form-check .wpcf7-list-item-label {
    white-space: unset;
}
.form {
    padding: 40px 10px 50px;
}
}
/*　-----------
　　　パンくず
-----------　 */
div#breadcrumb {
    background-color: inherit;
}
/*　-----------
　　　ページャー
-----------　 */
.pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}

.pager a,
.pager span {
	padding: 6px 12px;
	border-radius: 6px;
	background: #f5f5f5;
	color: var(--primary);
}

.pager .current {
  background: var(--primary);
  color: #fff;
}
/*　-----------
　　　フッター
-----------　 */
#footer{
	background-color:var(--primary);
	color:var(--white);
		
}
.footer-container {
    width: 95%;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 1em;
    display: flex;
    justify-content: center;
    gap: 8em;
}
nav.footer-nav h2 {
    text-align: left;
}
nav.footer-nav {
    width: fit-content;
}
.BLOCK {
    display: flex;
    gap: 5em;
}
ul.sub-menu {
    margin-left: 1.5em;
}
li.menu-item-has-children {
    margin-bottom: 2em;
}
.information {
    display: flex;
    justify-content: center;
    gap: 5em;
    margin-bottom: 2em;
}
.komisuku {
    display: flex;
    gap: 1em;
}
.c-copyright {
    text-align: center;
}
.c-container {
    font-size: 14px;
}
/*******フッター スマホ ********/
@media (max-width: 768px) {
.footer-container {
    display:block;
	width: fit-content;
}
nav.footer-nav {
    margin-bottom: 2em;
}
nav.footer-nav h2 {
    margin-bottom: 0.5em;
}
.BLOCK {
	display: block;
	}
ul.sub-menu {
    display:none;
}
li.menu-item-has-children {
    margin-bottom: 0;
}
.komisuku {
    display: block;
	}
.information {
    display: block;
}
.Information-details {
    width: fit-content;
    margin: 0 auto;
}
}