@charset "utf-8";

/* -------------------------------------------------------------- */

body {
  color: #333;
  font-size: 15px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-color: rgb(240, 240, 240);
  margin: 0;
  min-height: 100vh;
}

/* リンク設定
------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #4169e1;
}

a:active,
a:focus {
  outline: 0;
}

/* 全体
------------------------------------------------------------*/
/*--  ラッパー  -*/
#wrapper {
  width: 1100px;
  margin: 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
}

#main {
  width: 100%;
  padding: 0;
  min-height: 100vh;
}
#main .ue_obiLine {
  width: 100%;
  height: 20px;
  margin-top: 3px;
  background: repeating-linear-gradient(
    -45deg,
    #ccc,
    #ccc 2px,
    #a9b1ca1e 0,
    #fff 12px
  );
  /* background-color: #7f98e31c; */
}

.pageInfo {
  text-align: right;
  padding: 10px;
}
/*************
/* ヘッダー
*************/

#header {
  width: 100%;
  padding: 0;
}
.siteHeader {
  background-color: rgb(240, 240, 240);
  border-bottom: 1px solid #c7d2d9;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
}

.top_logo {
  display: inline-flex;
  width: auto;
  color: #678090;
  padding-left: 10px;
  padding-top: 30px;
}
.top_logo p {
  color: #525101;
  font-size: 40px;
  padding: 0;
}
.top_logo img a {
  width: 100%;
  height: auto;
}

#header .inner span {
  font-weight: bolder;
}

.top_info {
  margin-right: 80px;
}
.top_info ul li {
  text-align: right;
  margin: 0;
  display: inline-flex;
  padding-top: 20px;
  padding-left: 20px;
  align-items: center;
}

/**************************
     グローバルナビ
**************************/
/*--     グローバルナビ  --*/
nav#globalNav {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 0;
}
@media screen and (max-width: 768px) {
  nav#globalNav {
    width: 100%;
  }
}
.navMain {
  width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .navMain {
    width: 100%;
    background-color: #ffffff;
  }
}

/****   バーガーボタン   ****/
.ham_btn {
  position: absolute;
  top: 10px;
  top: 10px;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: #1b79b6;
  z-index: 800;
}
.ham_btn i {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  transition: 0.2s;
}
.ham_btn i:nth-of-type(1) {
  top: 15px;
}
.ham_btn i:nth-of-type(2) {
  top: 25px;
}
.ham_btn i:nth-of-type(3) {
  top: 35px;
}
.ham_btn.active i:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.ham_btn.active i:nth-of-type(2) {
  opacity: 0;
}
.ham_btn.active i:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg);
}
/*--     バーガーナビ  --*/
div.burger_nav {
  position: relative;
  z-index: 900;
  pointer-events: none;
  margin-top: 20px;
  opacity: 1;
}
.burger_nav.active {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
.burger_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  margin: 0;
}

.burger_nav ul li,
.burger_nav ul li a {
  width: 213px;
  display: block;
  color: #ffffff;
  text-align: center;
  background-color: #1b79b6;
  padding: 4px 0;
}
.burger_nav ul span {
  display: block;
  font-size: 12px;
  color: #e5e4e4;
}

/*--   ホバーバー   --*/
.burger_nav ul li a:hover {
  margin: 0 auto;
  padding: 4px 0;
  color: #95e1f9;
}

/* .burger_nav ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: solid 3px #c8e8fb;
  transform: translateX(-50%);
  transition: 0.3s;
} */
/* .burger_nav ul li a:hover::before {
  width: 99%;
} */

/*--/   ホバーバー   --*/

/* a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -1px;
   アンダーラインがaタグの下端から現れる
  transform: scale(0, 1);
   /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
/* transform-origin: left top;  */
/*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
/* transition: transform 0.3s;  */
/*変形の時間*/

/* a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/

/* .nav_container {
  position: absolute;
  right: 10px;
  background-color: #01062b99;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  font-weight: bold;
} */
/* .nav_container.active {
  opacity: 1;
  pointer-events: auto;
} */
/* .burger_nav {
  list-style: circle;
  margin: 30px auto;
  color: #ffffff;
} */
/* .burger_nav ul {
  margin: 0 20px;
} */
/* .burger_nav ul li {
  margin: 30px 0;
} */
/* .burger_nav ul li a {
  color: #ffffff;
} */

/*-- アニメボーダー_type1 --*/
.pageTitle h1 {
  margin-left: 20px;
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 1.7em;
  color: #091058;
}
.border {
  position: relative;
  font-size: 18px;
}

.border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #091058;
  animation: border_anim 2s linear forwards;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 99%;
  }
}
/*-- アニメホバーボーダー_type2 --*/
.border-Type2 {
  position: relative;
}
.border-Type2 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 90%;
  height: 2px;
  background: #4169e1;
  bottom: -6px;
  /* visibility: visible; */
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
.border-Type2 a:hover::after {
  transform: scale(1, 1);
}
/*-- アニメホバーボーダー_type3 --*/
/* .abt_info-item p {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abt_info-item p::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.abt_info-item p:hover::after {
  bottom: -8px;
  opacity: 1;
  visibility: visible;
} */

/**************************
/*   共通パーツ
**************************/
section.content {
  margin-bottom: 50px;
}
/*-- セクション --*/
.section h1 {
  margin-left: 20px;
  padding-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  font-size: 1.5em;
}

/*--  共通グリッド --*/
.grid_column4p {
  display: grid;
  grid-template-columns: 1fr 400px 400px 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
}
.grid_column4p span a {
  color: #df663a;
  font-size: 12px;
}

.column4p_item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 1;
}
.column4p_item-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 1;
}
.column4p_item-3 {
  grid-column: 3 / 4;
  grid-row: 1 / 1;
}
.column4p_item-4 {
  grid-column: 4 / 5;
  grid-row: 1 / 1;
}
.column4p_item-3 img {
  box-shadow: 8px 5px 5px #999;
}

/*--   共通グリッド3P   --*/
.grid_column3p {
  width: 70%;
  display: grid;
  grid-template-columns: 70px auto 120px;
  grid-template-rows: 1ir 1fr 1fr 1fr;
  margin: 30px auto 60px;
}
.grid_column3p span a {
  font-size: 12px;
}

.column3p_item-11 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  background-color: #c7e0cd;
  text-align: center;
}
.column3p_item-12 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding: 20px;
}
.column3p_item-13 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.column3p_item-21 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  text-align: center;
  background-color: #fcf9e2;
}
.column3p_item-22 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  padding: 20px;
}
.column3p_item-23 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.column3p_item-31 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  background-color: #e2eafc;
  text-align: center;
}
.column3p_item-32 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  padding: 20px;
}
.column3p_item-33 {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}
.column3p_item-41 {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  background-color: #f6e2fc;
  text-align: center;
}
.column3p_item-42 {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
  padding: 20px;
}
.column3p_item-43 {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
}
/********************
    共通
********************/
/**  /  共通FlexBox  **/
.f_box {
  display: flex;
  width: 800px;
  flex-direction: row;
  margin: 0 auto;
  border-bottom: none;
}
/********************
     共通flexBOX タイプ2
********************/
.f-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}
.item1 {
  width: 45%;
  display: flex;
  margin: 0 auto;
}
.item2 {
  width: 25%;
  /* display: flex; */
  margin: 10px;
}

.non1 {
  flex: 1.2;
  padding: 20px;
}
.non2 {
  flex: 0.8;
  padding: 20px;
}
.non2 img {
  width: 100%;
  height: auto;
}

/**************************
/*   トップページ
**************************/
.topic {
  display: flex;
  width: 100%;
  padding: 20px;
}

.topic_list {
  display: inline-block;
  flex: 1;
}
.topic_list ul {
  margin: 0 0 0 30px;
}
.topic_list li {
  display: inline-flex;
  padding: 15px 0;
}
/*--   サイドメニュー --*/
.top_side {
  background-image: url(../imges/toppage/KE10_2.webp);
  width: 380px;
  height: auto;
  background-position: center;
  background-size: cover;
  position: relative;
}
.top_side .item {
  text-align: center;
  font-size: 1.5em;
  padding: 10px 0;
  color: #ffffff;
}
.sidelist {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #ffffff;
}
.item2 {
  width: 150px;
  height: 64px;
  background-color: rgba(2, 163, 226, 0.197);
  text-align: center;
  line-height: 64px;
  border: 2px solid#c7d2d9;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.item2 a {
  color: #ffffff;
}
.item2:hover {
  background-color: rgb(224, 55, 36);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*--   トップ・エピソードリンク   --*/
article.Episode {
  padding: 0;
  margin-top: 60px;
}
.Ep-title {
  display: inline-flex;
  padding: 0 0 0 20px;
}
.Ep-title img {
  width: 15px;
  height: auto;
  vertical-align: middle;
}
.Ep-title h1 {
  margin: 0;
  color: #999;
  font-size: 1.6rem;
  line-height: normal;
}
.Ep-Box {
  width: 100%;
  margin: 0 auto;
  background: repeating-linear-gradient(
    -45deg,
    #ccc,
    #ccc 2px,
    #c3cae01e 0,
    #fff 12px
  );
  background-color: #7f98e31c;
  padding-bottom: 60px;
}
.Ep-Box h3 {
  text-align: center;
  padding: 0;
  font-size: 1em;
  color: #999;
  padding-top: 30px;
}
.ep-container {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

.EpBox-item {
  margin: 0 10px 20px;
  text-align: center;
}
.EpBox-item img {
  box-shadow: 5px 5px 2px #b7b6b6;
  width: 280px;
  height: auto;
}
/*--/ トップイメージ --*/

table.philosophy {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}

table.philosophy th {
  width: 10%;
  /* table-layout: fixed; */
  padding: 2rem;
  font-size: 20px;
  background-color: #e4dacb;
  border-bottom: 1px solid#ffffff;
  color: #391515;
}
table.philosophy td {
  display: inline-flex;
  width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid#d6d5d5;
}

/********************
     コンテンツページ
********************/
/********************
     エピソードページ
********************/
.EP-caption {
  padding: 0;
  margin: 0 auto 100px;
}
.EP-caption img {
  width: 100%;
  height: auto;
}

.ep_container1,
.ep_container2 {
  width: 430px;
  padding: 0 20px;
  margin-bottom: 50px;
}
.ep_container1 span a,
.ep_container2 span a {
  color: #999;
}
.EPpage-1 {
  background-color: rgb(232, 237, 252);
  box-shadow: 5px 5px 4px #dcdbdb;
}
.EPpage-2 {
  background-color: rgb(252, 243, 232);
  box-shadow: 5px 5px 4px #dcdbdb;
}
.EPpage-3 {
  background-color: rgb(232, 252, 235);
  box-shadow: 5px 5px 4px #dcdbdb;
}

/*---    エピソード写真   -----**/
.epPhoto-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
  padding: 0;
}
li.EpPhoto {
  padding: 10px;
  width: 220px;
  list-style: none;
}
li.EpPhoto img {
  width: 220px;
  height: auto;
}
.photo_comme {
  text-align: left;
  padding: 0 10px;
  list-style: none;
}

/********************
     ノンリニアページ
********************/
.non_description {
  font-size: 1.3rem;
  text-align: center;
  line-height: 2rem;
}

.nonlinear {
  width: 860px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding: 0 0 30px;
}

.non_tit h3 {
  padding-left: 30px;
  text-align: center;
  font-weight: normal;
}

.non_item1 {
  background-color: #9ea4b74e;
  text-align: center;
  justify-content: center;
  width: 50px;
  display: flex;
}
.non_item1 img {
  width: 30px;
  height: auto;
  display: block;
  align-items: center;
}
.non_item2 {
  padding: 10px;
  text-align: left;
  border-bottom: 1px dashed #4169e1;
  flex: 2;
}
.non_item3 {
  border-bottom: 1px dashed #4169e1;
  /* margin-top: 50px; */
  text-align: center;
  color: rgb(139, 20, 7);
  flex: 1;
}

.non_item3 img {
  width: 200px;
  height: auto;
  margin: 20px 0 0;
}
.non_come3 {
  width: 75%;
  margin: 20px auto;
}
.non_come3 p {
  font-size: 1.2em;
}

/************************
     アバウトページ用
************************/
.aboutINFO {
  width: 1000px;
  margin: 0 auto;
  background-color: #f1f0f0;
}
.abt_info-menu {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  padding: 60px 0;
}

.abt_info-item {
  width: 220px;
  height: auto;
  flex: 1 1 auto;
}
.abt_info-item img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #bbbbbb;
}

/*-- アバウトリンクMini --*/
.aboutInfo_mini {
  background-color: #6780902a;
  width: 90%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  justify-content: space-evenly;
}

.abt_item-mini {
  display: inline-block;
  border: 1px solid#999;
  text-align: center;
  margin: 20px;
}
/*-- / アバウトページ  --*/

/************************
     アウトラインページ用
************************/
.outline {
  padding-top: 50px;
}
.outline h2 {
  text-align: center;
}

table.outline {
  border-collapse: separate;
  border-spacing: 10px;
}
table.outline tbody th {
  width: 100px;
  text-align: right;
}
table.outline tbody td {
  width: 250px;
  text-align: left;
}
table.outline tbody th,
table.outline tbody td {
  border-bottom: 2px solid#60bdf1;
  padding: 20px 10px;
}

/************************
     メッセージページ用
************************/
.message {
  margin-top: 50px;
  margin-bottom: 100px;
}
.message h2 {
  text-align: center;
}

/************************
     ポリシーページ用
************************/
.policy {
  margin-top: 50px;
  margin-bottom: 50px;
}
.policy h2 {
  text-align: center;
}
.policyTitle {
  font-size: 1.3em;
  color: #391515;
}
.policyComment {
  padding: 0 10px;
}

.policy_obi {
  margin: 0 auto;
  width: 500px;
  height: auto;
}
.policy_obi img {
  width: 100%;
  height: auto;
}
/*--  /  メッセージページ  */

/************************
     アクティブページ用
************************/
.grid-activ {
  display: grid;
  grid-template-columns: 1fr 280px 280px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  margin: 10px;
}
.grid-activ_come1 {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
.grid-activ_come11 {
  grid-column: 1 / 1;
  grid-row: 2 / 3;
}
.grid-activ_come21 {
  grid-column: 1 / 1;
  grid-row: 3 / 4;
}
.grid-activ_come31 {
  grid-column: 1 / 1;
  grid-row: 4 / 5;
}

.grid-activ_come1,
.grid-activ_come21 {
  background-color: rgb(230, 230, 235);
  padding: 20px 10px 40px;
  border-bottom: 1px dashed #070d58;
}
.grid-activ_come11,
.grid-activ_come31 {
  background-color: rgb(250, 250, 250);
  padding: 20px 10px 40px;
  border-bottom: 1px dashed #070d58;
}

.photo-1 {
  grid-column: 2 /3;
  grid-row: 1 / 2;
}
.photo-11 {
  grid-column: 2 /3;
  grid-row: 2 / 3;
}
.photo-21 {
  grid-column: 2 /3;
  grid-row: 3 / 4;
}
.photo-31 {
  grid-column: 2 /3;
  grid-row: 4 / 5;
}
.photo-1,
.photo-21 {
  background-color: rgb(230, 230, 235);
  border-bottom: 1px dashed #070d58;
  padding: 20px;
}

.photo-11,
.photo-31 {
  border-bottom: 1px dashed #070d58;
  background-color: rgb(250, 250, 250);
  padding: 20px;
}
.photo-1 img,
.photo-11 img,
.photo-21 img,
.photo-31 img {
  display: block;
  margin: 0 0 0 auto;
  box-shadow: 5px 2px 2px #b7b6b6;
}

.sideMenu {
  grid-column: 3 / 4;
  grid-row: 1 / 5;
  background-color: rgb(223, 246, 161);
  margin-left: 20px;
}
/*--/   アクティブページ用  --*/

/************************
     サービスページ用
************************/
.service_description {
  width: 90%;
  height: auto;
  background-color: #60bdf1;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.service_description ul {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;
  border: dashed 2px #ffb03f;
  border-radius: 9px;
  margin-left: 10px;
  margin-right: 15px;
  padding: 0.5em 0.5em 0.5em 2em;
}
.service_description li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.s_item1 {
  color: #ffffff;
  display: inline-block;
  flex-basis: 60%;
  font-size: 1.2rem;
  margin: 10px;
}
.s_item2 {
  color: #333;
  display: inline-block;
  margin: 10px 10px 10px auto;
  flex-basis: 40%;
}
.s_item2 a {
  color: #333;
  font-size: 1rem;
}

.service_tit {
  margin: 80px auto 50px;
  font-size: 1.5em;
  color: #071d5e;
  text-align: center;
  border-bottom: 1px dotted #070d58;
  padding-bottom: 1px;
}
.service_come {
  color: #666;
  text-align: center;
  margin: 30px 0;
}

.service_photoItem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  justify-content: space-evenly;
  align-items: center;
}
/* .map {
  width: 100%;
  margin: 20px auto;
  text-align: center;
} */
.service_map iframe {
  display: block;
  margin: 0 auto;
  width: 700px;
  height: 450px;
  padding: 20px 0 50px;
}
/** サービスメニュー枠 **/
.service_menu {
  width: 100%;
  margin: 0 auto;
}

.service_menuList {
  display: flex;
  padding: 0;
  justify-content: start;
  text-align: center;
}
.service_menuList ul {
  list-style: none;
}
.service_menuList img {
  border-radius: 6px;
}

/**  動画枠 **/
.responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  border: 5px solid rgb(214, 213, 213);
}

.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.youtube {
  width: 50%;
  margin: 0 auto;
}

/*************
  ソルフェジオページ
*************/
.solfeggio_detection {
  width: 100%;
  font-size: 1.2em;
  padding: 20px;
  margin: 50px 0;
  background-color: #b7dece;
  display: flex;
}
.solfeggio_detection1 {
  flex: 1;
  padding-right: 10px;
}
.solfeggio_detection2 {
  width: 300px;
  height: auto;
}

.solfeggio_box {
  text-align: left;
}
.table_solfeggio {
  margin: 0 auto;
  width: 96%;
  table-layout: fixed;
  margin-bottom: 40px;
}
.table_solfeggio thead {
  line-height: 0.5rem;
  background-color: #391515;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.table_solfeggio td,
.table_solfeggio th {
  padding: 1rem;
  border: 1px solid#ffb03f;
  border-collapse: collapse;
}
td.icon {
  padding: 0;
  margin: 0 auto;
}

.table_solfeggio thead th:nth-child(1) {
  box-sizing: border-box;
  width: 10%;
}
.table_solfeggio thead th:nth-child(2) {
  box-sizing: border-box;
  width: 18%;
}
.table_solfeggio thead th:nth-child(3) {
  box-sizing: border-box;
  width: 20%;
}
.table_solfeggio thead th:nth-child(4) {
  box-sizing: border-box;
  width: 51%;
}
.table_solfeggio tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.table_solfeggio tbody tr:nth-child(even) {
  background-color: #812b2b29;
}
.solfe_item1,
.solfe_item2 {
  width: 430px;
  padding: 0;
  margin-bottom: 50px;
}

/***********************
     ネットワークページ用
**********************/
.network {
  width: 90%;
  margin: 0 auto;
}
.network thead {
  background-color: #2e7b9e;
  color: #ffffff;
}
.network tbody th {
  background-color: #cee7f2;
  color: #333;
}

.table_network,
.table_network-2 {
  table-layout: fixed;
}

.table_network thead th:nth-child(1) {
  width: 22%;
  box-sizing: border-box;
}
.table_network thead th:nth-child(3) {
  width: 45%;
  box-sizing: border-box;
}
.table_network-2 thead th:nth-child(1) {
  width: 15%;
  box-sizing: border-box;
}
.table_network-2 thead th:nth-child(2) {
  width: 15%;
  box-sizing: border-box;
}
.table_network-2 thead th:nth-child(3) {
  width: 20%;
  box-sizing: border-box;
}
.table_network-2 thead th:nth-child(4) {
  width: 50%;
  box-sizing: border-box;
}

.table_network th,
.table_network-2 th,
.table_network td,
.table_network-2 td {
  padding: 1em;
  border: 1px solid #666;
  border-collapse: collapse;
}

.table_network tbody tr:nth-child(odd) {
  background-color: #ebf4f7;
}

.table_network tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.table_network,
.table_network-2 {
  width: 100%;
  margin: 0 auto 30px;
  /* text-align: center; */
  padding: 10px;
}
.table_network th {
  text-align: center;
}
/**  /   ネットワークページ  **/

/************************
     サステナビリティページ用
************************/
.sustainability {
  width: 100%;
}
.sustaina {
  margin: 50px 0;
  position: relative;
}
.sustaina img {
  width: 100%;
  height: auto;
}
.sustaina_nav {
  width: 300px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 0;
  background-color: #ebebeb;
  height: 50px;
}
.sustaina_nav h3 a {
  position: absolute;
  bottom: 10px;
  padding-left: 15px;
  color: #071d5f;
}
.sustaina_nav:hover {
  background-color: #e5ba70;
}
.sus_part {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
}
.susPart_item {
  width: 345px;
  height: 220px;
}
.susPart_item p {
  margin-left: 20px;
}
/**  サステナビリティベース  **/
.sus_description {
  width: 90%;
  margin: 0 auto;
}
.sus_description thead {
  background-color: #2e7b9e;
  color: #ffffff;
}
.sus_description tbody th {
  background-color: #cee7f2;
  color: #333;
}
.table-sus,
.table-sus2 {
  margin: 30px auto 50px;
  table-layout: fixed;
}
.table-sus th,
.table-sus2 th {
  padding: 20px;
  line-height: 2em;
}
.table-sus td,
.table-sus2 td {
  padding: 20px 5px;
  line-height: 1.5em;
}

.table-sus tbody td:nth-child(1) {
  width: 20%;
  box-sizing: border-box;
}
.table-sus tbody td:nth-child(2) {
  width: 80%;
  box-sizing: border-box;
}

.table-sus2 tbody td:nth-child(1) {
  width: 12%;
  box-sizing: border-box;
}

.table-sus2 tbody td:nth-child(3) {
  width: 80%;
  box-sizing: border-box;
}
.table-sus th,
.table-sus td,
.table-sus2 th,
.table-sus2 td {
  padding: 1rem;
  border: 1px solid #bcbcbc;
  border-collapse: collapse;
}
/*-- サステボーダー付テキスト --*/
.sus_border {
  position: relative;
}

.sus_border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: solid 1px #c84904;
  animation: border_anim 2s linear forwards;
}

@keyframes sus_border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
/***   / サステナビリティページ  **/

/****************
/   * フッター
*****************/
#footer {
  display: flex;
  margin: 0 auto;
  width: 100%;
  background-color: rgb(80, 113, 151);
  font-weight: normal;
}
.foot_inner {
  width: 1080px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-around;
  color: #ffffff;
}
.foot_inner ul li a {
  color: #ffffff;
  padding: 8px 0;
}
.footer_sub {
  display: inline-block;
  padding: 20px 40px;
}
.footer_sub h3 {
  text-align: center;
}

address {
  padding: 10px;
  text-align: center;
  font-size: 11px;
  color: #828282;
  margin-bottom: 30px;
}

.backPage {
  padding: 20px 15px 20px 0;
  text-align: right;
}
/****  / フッター   ***/

/*****************************
        スライドショー 
*****************************/
.slideShow {
  margin: 10px auto 50px;
  width: 100%;
  border-top: 4px solid #4169e178;
  position: relative;
}
.slideShow p {
  position: absolute;
  top: 6%;
  left: 10%;
  font-size: 1.5rem;
  color: #ffffff;
}
.slideShow img {
  width: 100%;
}

.slider {
  visibility: hidden;
}
.slider.slick-initialized {
  visibility: visible;
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev {
  left: 60px;
}
.slick-next {
  right: 60px;
}

.slick-prev:before,
.slick-next:before {
  color: #070d58;
  font-size: 30px;
}
/*----    /  スライドショー  -----------*/

/*----    コンタクトページ用  -----------*/
.emailContact {
  padding: 30px 50px 50px;
  background-color: #ebba4d;
}
.emailContact .inner {
  width: 860px;
  margin: 0 auto;
}
.emailContact p {
  font-size: 16px;
}
.emailContact p input {
  font-size: 16px;
  width: 30%;
  margin-left: 50px;
}

.emailContact input {
  border-radius: 6px;
  border: none;
  height: 40px;
  width: 80%;
  margin-bottom: 20px;
}
.emailContact textarea {
  height: 150px;
  width: 80%;
  margin-bottom: 40px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
}
/*----    / コンタクトページ  -----------*/

/*----    サイトマップ  -----------*/
.siteMap {
  padding: 20px 0 60px;
  margin: 0;
  width: 100%;
}
.grid_map4p {
  justify-content: center;
  display: grid;
  grid-template-columns: 250px 250px 250px 250px;
  grid-template-rows: auto;
}

.grid_map4p ul li {
  list-style: none;
  padding-bottom: 20px;
}

.map4p_item-11,
.map4p_item-12,
.map4p_item-13,
.map4p_item-14 {
  border-bottom: 1px dashed #dcdcdd;
  border-right: 1px dashed #dcdcdd;
  border-left: 1px dashed #dcdcdd;
  border-top: 1px dashed #dcdcdd;
}

.map4p_item-11 {
  grid-column: 1 / 2;
  grid-row: 1 / 1;
}
.map4p_item-12 {
  grid-column: 2 / 3;
  grid-row: 1 / 1;
}
.map4p_item-13 {
  grid-column: 3 / 4;
  grid-row: 1 / 1;
}
.map4p_item-14 {
  grid-column: 4 / 5;
  grid-row: 1 / 1;
}
.map4p_item-21 {
  grid-column: 1 / 2;
  grid-row: 1 / 1;
  display: block;
}
.map4p_item-22 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.map_subMenu ul li {
  border-bottom: 1px dashed #999;
  padding: 10px 0;
  margin-bottom: 20px;
  list-style: inside;
}
/*---- /   サイトマップ  -----------*/

/* PC用
---------------------------------*/
@media screen and (min-width: 1100px) {
  nav div.panel {
    display: block !important;
    background-color: rgba(250, 250, 250);
  }

  .top_image img {
    margin: 0 auto;
    width: 1920px;
    height: auto;
  }
  .top_image h1 {
    position: absolute;
    font-size: 2.5rem;
    padding: 200px;
    margin: auto;
    color: red;
  }
  #menu {
    display: none;
  }

  /* グリッド全体 */
  a#menu {
    display: none;
  }

  .gridWrapper {
    width: 1100px;
    margin: 0 auto;
  }

  .gridWrapper-2 {
    text-align: left;
    margin-left: 30px;
  }

  /* グリッド */
}

/* ノートPCサイズ */
@media screen and (max-width: 1099px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #header {
    width: 100%;
    display: block;
    flex-direction: column;
    margin: 0 auto;
  }

  .siteHeader {
    width: 100%;
    display: block;
    flex-direction: column;
    padding: 0;
  }

  .headerNav ul li span {
    display: none;
  }
  nav .nav-inner {
    width: 100%;
    display: none;
    flex-direction: column;
  }
  .top_info {
    display: none;
  }
}
/* スマートフォン 横(ランドスケープ) */
/***   全体   ***/
@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
  }
  #main {
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-direction: column;
    font-size: 15px;
  }

  /***   ヘッダーm   ***/
  #header {
    width: 100%;
    display: block;
    margin: 0;
  }

  /**   バーガーボタンm   **/
  .ham_btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  /*--     バーガーナビm  --*/
  div.burger_nav {
    float: top;
    position: relative;
    z-index: 900;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    background-color: #1b79b6;
    opacity: 1;
  }
  div ul.subMenu-1 li {
    width: 100%;
  }
  .burger_nav ul a span {
    display: none;
  }
  /***   スライドショー   ***/
  .slideShow {
    width: 100%;
  }
  .slideShow p {
    font-size: 15px;
  }
  /***   フッター   ***/
  .foot_inner {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    display: block;
    flex-direction: column;
    color: #ffffff;
  }
  .foot_inner ul li {
    width: 100%;
    padding-bottom: 20px;
    font-size: 1.1rem;
    color: #ffffff;
  }
  .footer_sub {
    display: flex;
    padding: 0 0 0 30px;
    justify-content: left;
  }
  .footer_sub h3 {
    line-height: normal;
  }
  /***   各ページ   ***/
  section.section {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .section h1 {
    text-align: center;
    margin: 0 auto;
  }
  .f-container {
    display: block;
    width: 90%;
  }
  .f-cont-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  /*-- トップページm --*/
  .topic {
    display: block;
    padding: 0;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
  .topic_list {
    width: 100%;
    margin-bottom: 30px;
  }
  .topic_list li {
    display: block;
    padding: 0;
  }
  .topic_list ul {
    padding: 10px 0;
  }
  .top_side {
    margin: 0 auto;
  }
  .column2 {
    margin: 0 auto;
    padding: 0;
    width: 95%;
    font-size: 13px;
    background-position: center;
  }
  .column2 img {
    width: 100%;
    height: auto;
  }

  .grid-column2_menu {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .column2-item1 {
    width: 90%;
    text-align: center;
    margin: 10px auto;
  }
  .ep_Btn {
    width: 80%;
    display: block;
    flex-direction: column;
    margin: 0 auto;
  }
  .sidelist {
    display: flex;
    margin: 0 auto;
  }

  /*-- アバウトリンクm --*/
  .aboutINFO {
    width: 96%;
    margin: 0 auto;
    background-color: #f1f0f0;
  }
  .abt_info-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
  }
  .abt_info-item {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
    display: block;
  }
  .abt_info-item img {
    height: auto;
    border: 1px solid #bbbbbb;
  }
  /*-- アバウトリンクMini --*/
  .abt_info-item p {
    font-size: 1em;
  }
  .aboutInfo_mini {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }

  .abt_item-mini {
    margin: 15px;
    width: 40%;
    font-size: 13px;
  }
  .abt_item-mini img {
    width: 100%;
    height: auto;
  }

  /*-- あいさつページm --*/
  .web_source {
    font-size: 11px;
  }
  .pageTitle h1,
  .border {
    width: 100%;
    margin: 0 auto;
    font-size: 1.3em;
    text-align: center;
    padding: 0;
  }
  .grid_column4p {
    width: 100%;
    display: block;
    grid-column-end: auto;
  }
  .column4p_item-1,
  .column4p_item-4 {
    display: none;
  }

  .column4p_item-2 {
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .column4p_item-3 img {
    width: 50%;
    margin: 0 auto;
    border: none;
    box-shadow: none;
  }
  /*-- 概要m --*/
  .outline th,
  .outline td {
    line-height: normal;
    padding: 15px;
  }
  /*-- 運営指針m --*/
  .outline_subtit {
    display: none;
  }
  .policy_obi {
    width: 100%;
  }
  .policy_obi img {
    width: 100%;
    margin: 0 auto;
  }
  .grid_column3p {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .column3p_item-11,
  .column3p_item-21,
  .column3p_item-31,
  .column3p_item-41 {
    margin: 0 auto;
    width: 30%;
    padding: 0;
  }
  .column3p_item-12,
  .column3p_item-22,
  .column3p_item-32,
  .column3p_item-42 {
    padding: 0;
  }
  .column3p_item-13 img,
  .column3p_item-23 img,
  .column3p_item-33 img,
  .column3p_item-43 img {
    margin: 10px auto 50px;
    width: 100%;
  }

  /**   ノンリニアページm   ***/
  .non_description {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
  }
  .nonlinear {
    width: 100%;
    display: block;
  }

  .non_item1 {
    width: 90%;
    /* height: auto; */
    padding: 20px;
    margin: 0 auto;
  }
  .non_item2 {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
  }

  .non_tit h3 {
    text-align: left;
    padding: 0 20px;
  }

  /**   アクティブページm   ***/
  .grid-activ {
    display: block;
    flex-direction: column;
  }
  .photo-1 img,
  .photo-11 img,
  .photo-21 img,
  .photo-31 img {
    margin: 0 auto;
  }
  .sideMenu {
    width: 90%;
    display: block;
  }
  /*   おすすめ情報m   */
  .service_menuList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  /**   ソルフェジオm   ***/
  .solfeggio_detection {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .solfeggio_detection2 {
    margin: 0 auto;
  }
  .table_solfeggio {
    width: 95%;
    font-size: smaller;
    margin: 0 auto;
    padding: 5px;
  }
  .solfe_item1,
  .solfe_item2 {
    width: 90%;
    /* padding: 0; */
    margin: 0 auto;
  }
  .solfe_item2 img {
    width: 100%;
  }

  /**   サステナビリティ   ***/
  .sustainability {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sustaina {
    margin: 0 auto 30px;
  }
  .sustaina_nav {
    width: 60%;
    margin: 0 auto;
    line-height: normal;
  }

  .sus_part {
    padding: 0;
    display: inline-block;
    flex-direction: column;
  }
  .susPart_item {
    width: 70%;
    margin: 0 auto 40px;
  }
  .susPart_item p {
    line-height: normal;
  }
  .susPart_item img {
    width: 100%;
  }
  .susPart_item p {
    text-align: center;
    padding-top: 0;
  }

  /*--   トップ・エピソードリンクm   --*/
  .Ep-Box {
    width: 100%;
    margin: 0 auto;
  }
  ul.ep-container {
    display: block;
    margin: 0 auto;
  }
  .EpBox-item {
    padding-bottom: 30px;
  }
  .EpBox-item img {
    width: 70%;
  }

  /**   エピソードページm   ***/
  .ep_container1 {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .ep_container2 {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .EP-caption {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .youtube {
    width: 100%;
    margin: 0 auto;
  }
  .responsive {
    width: 96%;
  }
  .service_tit {
    margin: 0;
    width: 95%;
    font-size: 18px;
  }
  .service_map {
    width: 100%;
    margin: 0 auto;
  }

  ul.epPhoto-container {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
  }

  li.EpPhoto {
    width: 50%;
    display: block;
  }
  li.EpPhoto img {
    width: 100%;
    height: auto;
  }
  /*  siteMap   */
  .grid_map4p {
    width: 100%;
    display: block;
  }
  .grid_map4p img {
    width: 10px;
    height: auto;
  }
  .grid_map4p ul li {
    margin: 0;
    padding-bottom: 10px;
  }
  ul.map4p_subMenu li {
    padding-bottom: 10px;
  }
}
