@charset "UTF-8";

:root {
  --link-color: #426AB3;
  --main-color: #426AB3;
  --sub-color: #416AB3;
  --text-color: #333;
}

/*--------------------------------
 印刷設定
---------------------------------*/
@media print {
  .header__nav {
    display: none;
  }

  .course.course_pc_no {
    display: none;
  }
}

/*--------------------------------
 全体
---------------------------------*/
body {
  font-family: "Helvetica Neue", "Noto Sans JP",  "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    sans-serif;
  font-size: 16px;
  color: var(--text-color);
}

a {
  color: var(--link-color);
  text-decoration:none;
  letter-spacing: 0.02em;
}

a:hover {
  opacity: 0.8 ;
}

/* a:hover {
  filter: brightness(1.10);
} */

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p span {
	font-size: 2.0em;
	font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}

p {
  margin: 0 0 0.8em;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* p:last-child {
  margin-bottom: 0;
} */


.l-section span{
 margin:initial;
}

/*---　別窓アイコン　-----*/
.cssIcon {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.cssIcon::before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  right: 0px;
  width: 0.7em;
  height: 0.5em;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.1em;
}
.cssIcon::after {
  content: "";
  position: absolute;
  border: 1px solid #000;
  right: 0.18em;
  width: 0.7em;
  height: 0.5em;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.05em;
}

/*--------------------------------
 見出し
---------------------------------*/
/*---　h1　-----*/
.c-pagetitle__heading {
  font-size: 2rem;
  font-weight: bold;
  margin: 32px 0;
  color: var(--main-color);
}

/*---　h2　-----*/
.-large {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 32px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle__heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 25px 0;
    color: var(--main-color);
  }
  }


/*---　h1_トピックス一覧記事　-----*/
.topics_title {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 32px 0;
  line-height: 1.5;
}


@media only screen and (max-width: 767px) {
  .topics_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.5;
  }
  }

  .link_pdf_icon::after {
    content: "" !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    background: url(/sagawa-shiga-fc/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
    position: relative;
    top:0.2em;
  }

  .link_b_icon::after {
    content: "" !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    background: url(/sagawa-shiga-fc/assets/img/common/b_link_w.png) no-repeat center center/auto 100%;
    position: relative;
    top:0.1em;
  }

  .br_pc_no{
    display:none;
  }

/*---　new!　-----*/
  .new_mark {
    color: #ff0000;
    font-weight: bold;
    font-size: small;
    padding-left:10px ;
  }

  @media only screen and (max-width: 767px) {
    .new_br {
      display:inline;
    }

    .br_pc_no{
      display:block;
    }
    }

  @media only screen and (max-width: 767px) {
    .new_br {
      display:none;
    }
    }

  .c-article__date {
    font-size: 1rem;
    color: #666;
  }

/* font
  ----------------------------------------------------------- */
  .u-font-regular {
    font-weight: 400 !important;
  }

  .u-font-medium {
    font-weight: 500 !important;
  }

  .u-font-bold {
    font-weight: 700 !important;
  }

  .u-font-xbold {
    font-weight: 900 !important;
  }

  .u-font-textblack {
    color: #333 !important;
  }

  .u-font-red {
    color: #E02020 !important;
  }

  .u-font-pink {
    color: #d71d53 !important;
  }

  .u-font-blue {
    color:var(--main-color); !important;
  }

  .u-font-green {
    color: #15883E !important;
  }

  .u-font-linkblue {
    color: var(--link-color-color) !important;
  }

  .u-font-gray {
    color: #666 !important;
  }

  .u-font-xxxs {
    font-size: 0.8rem !important;
  }

  .u-font-xxs {
    font-size: 1.0rem !important;
  }

  .u-font-xs {
    font-size: 1.2rem !important;
  }

  .u-font-s {
    font-size: 1.4rem !important;
  }

  .u-font-m {
    font-size: 1.6rem !important;
  }

  .u-font-l {
    font-size: 1.8rem !important;
  }

  .u-font-xl {
    font-size: 2rem !important;
  }

  .u-font-xxl {
    font-size: 2.2rem !important;
  }

  .u-font-xxxl {
    font-size: 2.4rem !important;
  }

  @media only screen and (max-width: 767px) {
    .u-font-xxxs {
      font-size: 0.7rem !important;
    }

    .u-font-xxs {
      font-size: 0.9rem !important;
    }

    .u-font-xs {
      font-size: 1rem !important;
    }

    .u-font-s {
      font-size: 1.2rem !important;
    }

    .u-font-m {
      font-size: 1.4rem !important;
    }

    .u-font-l {
      font-size: 1.6rem !important;
    }

    .u-font-xl {
      font-size: 1.8rem !important;
    }

    .u-font-xxl {
      font-size: 2rem !important;
    }

    .u-font-xxxl {
      font-size: 2.2rem !important;
    }
  }

  @media (min-width: 767px) {
    .u-pc-font-s {
      font-size: 1.4rem !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .u-sp-font-xs {
      font-size: 1.1rem !important;
    }

    .u-sp-font-s {
      font-size: 1.2rem !important;
    }

    .u-sp-font-l {
      font-size: 1.6rem !important;
    }
  }

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 32px;
}

/*-.content {
  display: grid;
  padding: 60px 0 100px;
  row-gap: 80px;
}*/

*, *::before, *::after {
  box-sizing: border-box;
}

.-bg-gray {
  background: #F7F7F7;
  padding: 50px 0;
}

.-bg-blue {
  background: #e6edfb;
  padding: 50px 0 0 0;
}

.-bg-space {
  padding: 50px 0 0 0;
}

.-bg-w-space {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .topics .-bg-space {
    padding: 0;
  }
}


.panNav{
  padding: 3rem 0 1rem 0;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--text-color);
}

.pan_sp{
  display: none;
}

@media screen and (max-width:767px) {
  .pan_sp{
     display: block;
  }
}

/*--------------------------------
 注釈
---------------------------------*/
.c-list li {
  line-height: 1.8;
  position: relative;
}

.c-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-list.-dot>li {
  padding-left: 1.25em;
}

.c-list.-dot>li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-dot.-english li {
  padding-left: 0.75em;
}

/*.c-list.-dot.-english li::before {
  content: "-";
}*/

.c-list.-dot.-english>li::before {
  /*特定文字リストのとき-を表示させない*/
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-order {
  list-style-type: decimal;
  margin-left: 1.25em;
}

.c-list.-note>li {
  padding-left: 1.25em;
  /* font-size: 1rem; */
}

@media only screen and (max-width: 767px) {
  /* .c-list.-note>li {
    font-size: 1.2rem;
  } */
}

.c-list.-note>li:not(:last-child) {
  margin-bottom: 0.25em;
}

.c-list.-note>li::before {
  counter-increment: item;
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}



/* text-align
----------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

@media only screen and (min-width: 768px) {
  .u-pc-ta-l {
    text-align: left !important;
  }

  .u-pc-ta-c {
    text-align: center !important;
  }

  .u-pc-ta-r {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-ta-l {
    text-align: left !important;
  }

  .u-sp-ta-c {
    text-align: center !important;
  }

  .u-sp-ta-r {
    text-align: right !important;
  }
}

/* text-decoration
  ----------------------------------------------------------- */
.u-td-u {
  text-decoration: underline;
}

/* c-link
  ----------------------------------------------------------- */
 .c-link{
  color: var(--main-color);
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  background: linear-gradient(var(--main-color),var(--main-color)) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 767px) {
  .c-link:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-link.-text {
  padding-bottom: 2px;
  background: linear-gradient(var(--main-color),var(--main-color)) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 767px) {
  .c-link.-text:hover {
    background-size: 100% 1px;
  }
}

.c-link.-text::after {
  display: none;
}

.c-link.-text[class*="-down"], .c-link.-text[target="_blank"] {
  padding-bottom: 2px;
  background: linear-gradient(var(--main-color),var(--main-color)) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 767px) {
  .c-link.-text[class*="-down"]:hover, .c-link.-text[target="_blank"]:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-link.-text[class*="-down"]::after, .c-link.-text[target="_blank"]::after {
  margin: 0 0.25em;
}

.c-link.-down::after {
  display: inline !important;
  content: "\e907";
}

.c-link[target="_blank"]::after {
  display: inline !important;
  content: "\e906";
}

.c-link[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block !important;
  width: 1em;
  height: 1em;
  background: url(/sagawa-shiga-fc/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.2em;
}

.c-link[href$=".xlsx"]::after, .c-link[href$=".xls"]::after {
  content: "" !important;
  display: inline-block !important;
  width: 1em;
  height: 1em;
  /* background: url() no-repeat center center/auto 100%; */
  position: relative;
  top: 0.2em;
}

.c-link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em -24px 0 0;
}

.c-link-wrap>li {
  margin: 0.5em 24px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-link-wrap {
    margin: -0.5em -16px 0 0;
  }

  .c-link-wrap>li {
    margin: 0.5em 16px 0 0;
  }
}

.c-link-wrap.-column {
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .c-link-wrap.-spcenter {
    justify-content: center;
  }
}

.c-link-wrap .searchbarinpage {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .c-link-wrap .searchbarinpage {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .c-link-tel {
  color: var(--main-color);
    font-weight: 700;
  }
}

@media (min-width: 767px) {
  .c-link-tel a {
    pointer-events: none;
  }
}

.c-link-title {
  color: var(--main-color);
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 0.75em;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-link-title {
    font-size: 2.2rem;
  }
}

.c-link-title::before {
  content: "";
  width: 20px;
  height: 1px;
  color: var(--main-color);
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
}

.c-link-title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

/*--------------------------------
 ボタン
---------------------------------*/
/* .s-btn {
  width: 100%;
  height: 56px;
  margin: 0 auto;
} */

.score_link {
  display: block;
  position: relative;
  max-width: 320px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--main-color);
  text-align: left;
  margin: 0 auto;
  padding: 22px 0;
  transition: opacity 0.3s;
  border: 1px solid var(--main-color);
  border-radius: 33px;
  /* margin-bottom: 4%; */
  background-color: var(--main-color);
}

/* @media only screen and (max-width: 768px) {
  .score_link {
    padding: 6% 0;
  }
} */

@media only screen and (min-width: 768px) {
  .c-btn.-pc-left {
    margin: 0 auto 0 0;
  }

  .c-btn.-pc-right {
    margin: 0 0 0 auto;
  }
}

.c-btn.-left {
  margin: 0 auto 0 0;
}

.c-btn.-right {
  margin: 0 0 0 auto;
}

.c-btn.-large {
  max-width: 500px;
}

.c-btn.-medium {
  max-width: 400px;
}

.c-btn.-small {
  max-width: 300px;
}

.c-btn.-ht_full {
  /*3行以上になる場合の対応*/
  height: 100%;
  min-height: 56px;
}

@media only screen and (max-width: 767px) {
  .c-btn.-large {
    max-width: 500px;
  }

  .c-btn.-medium {
    max-width: 400px;
  }

  .c-btn.-small {
    max-width: 360px;
  }
}

.c-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #192259;
  border: 1px solid #192259;
  padding: 4px 32px;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.c-btn__link::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.c-btn__link[target="_blank"]::after {
  content: "\e906";
}

.c-btn__link[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/sagawa-shiga-fc/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
}

@media (min-width: 1025px) {
  .c-btn__link:hover {
    border: 1px solid #3B4A9F;
    background: #3B4A9F;
    border-color: #3B4A9F !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

.c-btn__link.-border {
  border: 1px solid #192259;
  color: #192259;
  background: #fff;
}

.c-btn__link.-border:hover {
  border: 1px solid #3B4A9F;
  color: #3B4A9F;
}

.c-btn__link.-white-border {
  border: 1px solid #fff;
}

.c-btn__link.-disabled, .c-btn__link:disabled {
  border: 1px solid #BEBEBE;
  background: #BEBEBE;
  pointer-events: none;
}

.c-btn__link.-previous::after {
  left: 16px;
  right: inherit;
  transform: translateY(-50%) scaleX(-1);
}

.c-btn__link.-noarrow::after {
  content: none;
}

.c-btn-more {
  max-width: 360px;
  width: 100%;
  height: 56px;
  margin: 48px auto 0;
}

@media only screen and (max-width: 767px) {
  .c-btn-more {
    margin: 32px auto 0;
  }
}

.c-btn-more__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
  background: transparent;
  color: #666;
  font-weight: 700;
  position: relative;
}

.c-btn-more__link::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #D5D5D5;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}

.c-btn-more__link::after {
  content: "\e910";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #707070;
}

@media (min-width: 1025px) {
  .c-btn-more__link:hover::before {
    height: 4px;
  }
}

.c-btn-more__link.-active::before {
  top: inherit;
  bottom: 0;
}

.c-btn-more__link.-active::after {
  content: "\e90f";
}

/*--------------------------------
 テーブル
---------------------------------*/
@media only screen and (max-width: 767px) {
  .c-selection {
    padding: 8px 32px 8px 16px;
  }
}

.c-selection:invalid {
  color: #969696;
}

.c-slider {
  padding-bottom: 32px;
}

@media (min-width: 767px) {
  .c-slider .slick-list {
    padding: 16px 0;
  }
}

.c-slider__inner {
  margin: 0 -16px;
  position: relative;
  display: none;
}

.c-slider__inner *:focus {
  outline: none;
}

.c-slider__inner.slick-initialized {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-slider.-noslide {
    padding-bottom: 0;
  }

  .c-slider.-noslide .slick-track {
    width: calc(100% + 4px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .c-slider.-sp-noslide {
    padding-bottom: 0;
  }
}

.c-slider__prev, .c-slider__next {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all;
}

.c-slider__prev::before, .c-slider__next::before {
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 3rem;
  color: #192259;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}

.c-slider__prev:hover::before, .c-slider__next:hover::before {
  opacity: 0.7;
}

.c-slider__prev.slick-disabled, .c-slider__next.slick-disabled {
  pointer-events: none;
}

.c-slider__prev.slick-disabled::before, .c-slider__next.slick-disabled::before {
  color: #BEBEBE;
}

.c-slider__prev {
  right: 54px;
}

.c-slider__prev::before {
  content: "\e90d";
}

.c-slider__next {
  right: 16px;
}

.c-slider__next::before {
  content: "\e90e";
}

.c-slider__item {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.c-slider-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #192259;
  padding-top: 24px;
  position: relative;
  transition: 0.3s all;
}

.c-slider-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -16px;
  transition: 0.3s all;
  z-index: -1;
}

.c-slider-item__title {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.c-slider-item__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-slider-item[target="_blank"] .c-slider-item__title::after {
  content: "\e906";
}

.c-slider-item__lead {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.c-slider-item__image {
  overflow: hidden;
}

.c-slider-item__image img {
  width: 100%;
  transition: 0.3s all;
}

@media (min-width: 767px) {
  .c-slider-item:hover::before {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .c-slider-item:hover .c-slider-item__image img {
    transform: scale(1.05, 1.05);
  }
}

.c-tab__index {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .c-tab__index.-sp-column {
    flex-direction: column;
  }

  .c-tab__index.-sp-column .c-tab__btn {
    width: 100%;
  }
}

.c-tab__btn {
  flex: 100%;
  height: 80px;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-tab__btn {
    width: 50%;
    flex: 1 0 50%;
    height: 48px;
  }

  .c-tab__btn.-sp-max {
    width: 100%;
    flex: 1 0 100%;
  }
}

.c-tab__btn span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  position: relative;
  transition: 0.3s all;
}

.c-tab__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: box-shadow 0.3s;
}

@media (min-width: 767px) {
  .c-tab__btn:hover {
    z-index: 99;
  }

  .c-tab__btn:hover::before {
    margin: -1px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

.c-tab__btn.-active {
  pointer-events: none;
}

.c-tab__btn.-active span {
  font-weight: 700;
  color: #fff;
  background: #192259;
}

@media only screen and (max-width: 767px) {
  .c-tab__btn.-flexnone {
    flex: none;
  }

  .c-tab__btn.-fullwidth {
    width: 100%;
  }
}

.c-tab__contents {
  border: 1px solid #999;
  border-top: 0;
  background: #fff;
  padding: 40px;
}

.c-tab__contents.-pd-0 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .c-tab__contents {
    padding: 16px;
  }
}

.c-table {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse:collapse;
}

.c-table.-layoutfixed {
  table-layout: fixed;
}

.c-table.-huge .c-table__head, .c-table__head2,
.c-table.-huge .c-table__body {
  padding: 8px;
  width: 12.5%;
}

.c-table__head, .c-table__body {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 24px;
}

.c-table__head.-center, .c-table__body.-center {
  text-align: center;
}

.c-table__head.-middle, .c-table__body.-middle {
  vertical-align: middle;
}

.c-table__head.-w10p, .c-table__body.-w10p {
  width: 10%;
}

.c-table__head.-w15p, .c-table__body.-w15p {
  width: 15%;
}

.c-table__head.-w20p, .c-table__body.-w20p {
  width: 20%;
}

.c-table__head.-w25p, .c-table__body.-w25p {
  width: 25%;
}

.c-table__head.-w30p, .c-table__body.-w30p {
  width: 30%;
}

.c-table__head.-w33p, .c-table__body.-w33p {
  width: 33.3%;
}

@media only screen and (max-width: 767px) {
  .c-table__head,.c-table__head2,.-sp-w15p, .c-table__body.-sp-w15p {
    width: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .c-table__head,.c-table__head2,.c-table__body {
    padding: 16px 8px;
  }
}

.c-table__head {
  text-align: left;
  font-weight: 700;
  background: var(--main-color);
  color: #fff;
  vertical-align: middle;
}

.c-table__head.-bg-gray {
  font-weight: 400;
  color: #333;
  background: #ddd;
}

.c-table__head2.-bg-gray {
  font-weight: 400;
  color: #333;
  background: #ddd;
  vertical-align: middle;
}

.c-table.-th-gray .c-table__head {
  background: #666;
}

.c-table__body {
  line-height: 1.8;
  background: #fff;
}

.c-table__body.-bg-gray {
  background: #F7F7F7;
}

.c-table__body.-bg-blue {
  background: #dbeffc;
}

@media only screen and (max-width: 767px) {

  .c-table.-sp-column th,
  .c-table.-sp-column td {
    display: block;
    width: 100% !important;
  }
}

.c-table-define {
  width: 100%;
  /* border-top: 1px solid #D5D5D5; */
  table-layout: fixed;
}
}

.c-table-define>tbody>tr {
  border-bottom: 1px solid #D5D5D5;
}

.c-table-define.-va-top .c-table-define__head {
  vertical-align: top;
}

/* .c-table-define__head, .c-table-define__body {
  padding: 24px 0;
} */

.c-table-define__head {
  text-align: left;
  font-weight: 700;
  width: 25%;
  vertical-align: middle;
}

.c-table-define__body {
  width: 75%;
  line-height: 1.6;
  /* padding-left: 16px; */
}

@media only screen and (max-width: 767px) {
  .c-table-define__head, .c-table-define__body {
    display: block;
    width: 100%;
  }

  .c-table-define__head {
    padding: 8px 0 4px 0;
  }

  .c-table-define__body {
    padding: 0 0 8px 0;
  }
}

.c-table-wrap {
  width: 100%;
}

.c-table-wrap.-nowrap {
  overflow-x: auto;
}

.c-table-wrap.-nowrap .c-table th,
.c-table-wrap.-nowrap .c-table td {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-table-wrap__text {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-table-wrap {
    overflow-x: scroll;
  }

  .c-table-wrap__text {
    margin-bottom: 0.5em;
  }

  .c-table-wrap .c-table {
    width: 800px;
  }
}

table.c-tabel-layout {
  border: 0 !important;
}

table.c-tabel-layout th,
table.c-tabel-layout td {
  border: 0 !important;
}

table.c-tabel-layout:not(:last-child) {
  margin-bottom: 1em;
}

table.c-tabel-layout th {
  white-space: nowrap;
}

/* s-table
  ----------------------------------------------------------- */
/* .s-table-define {
  padding: 20px 0;
  font-size:1.2rem;
} */

.s-table-define {
  padding: 20px 0;
  font-size:1.2rem;
  height: 100%;
}

.s-table-define__a {
  text-align: left;
  font-weight: 700;
  width: 75%;
  vertical-align: middle;
}

.s-table-define__b {
  width: 25%;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 16px;
}

.s-table-define__c {
  text-align: left;
  width: 50%;
  vertical-align: middle;
  padding: 10% 5% 5% 5%;
}

.s-table-define__d {
  width: 50%;
  line-height: 1.8;
  padding-left: 16px;
  padding: 0 5%;
  vertical-align: inherit;
}

@media only screen and (max-width: 767px) {
  .s-table-define__a, .s-table-define__b {
    display: block;
    width: 100%;
  }

  .s-table-define__a {
    padding: 16px 0 8px 0;
  }

  .s-table-define__b {
    padding: 0 0 16px 0;
  }
}

.s-table-wrap {
  width: 100%;
}

.s-table-wrap.-nowrap {
  overflow-x: auto;
}

.s-table-wrap.-nowrap .s-table th,
.s-table-wrap.-nowrap .s-table td {
  white-space: nowrap;
}

@media only screen and (min-width: 767px) {
  .s-table-wrap__text {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .s-table-wrap {
    overflow-x: scroll;
  }

  .s-table-wrap__text {border
    margin-bottom: 0.5em;
  }

  .s-table-wrap .c-table {
    width: 800px;
  }
}

table.s-tabel-layout {
  border: 0 !important;
}

table.s-tabel-layout th,
table.s-tabel-layout td {
  border: 0 !important;
}

table.s-tabel-layout:not(:last-child) {
  margin-bottom: 1em;
}

table.s-tabel-layout th {
  white-space: nowrap;
}

/* st-table
  ----------------------------------------------------------- */

  .st-table-define {
    padding: 20px 0;
    font-size:1.2rem;
  }

  /*
  .s-table-define__a {
    text-align: left;
    font-weight: 700;
    width: 75%;
    vertical-align: middle;
  }

  .s-table-define__b {
    width: 25%;
    line-height: 1.8;
    padding-left: 16px;
  }

  @media only screen and (max-width: 767px) {
    .s-table-define__a, .s-table-define__b {
      display: block;
      width: 100%;
    }

    .s-table-define__a {
      padding: 16px 0 8px 0;
    }

    .s-table-define__b {
      padding: 0 0 16px 0;
    }
  }

  .s-table-wrap {
    width: 100%;
  }

  .s-table-wrap.-nowrap {
    overflow-x: auto;
  }

  .s-table-wrap.-nowrap .s-table th,
  .s-table-wrap.-nowrap .s-table td {
    white-space: nowrap;
  }

  @media only screen and (min-width: 767px) {
    .s-table-wrap__text {
      display: none;
    }
  }

  @media only screen and (max-width: 767px) {
    .s-table-wrap {
      overflow-x: scroll;
    }

    .s-table-wrap__text {border
      margin-bottom: 0.5em;
    }

    .s-table-wrap .c-table {
      width: 800px;
    }
  }

  table.s-tabel-layout {
    border: 0 !important;
  }

  table.s-tabel-layout th,
  table.s-tabel-layout td {
    border: 0 !important;
  }

  table.s-tabel-layout:not(:last-child) {
    margin-bottom: 1em;
  }

  table.s-tabel-layout th {
    white-space: nowrap;
  }
 */

/* jr-youth
  ----------------------------------------------------------- */
.flag{
  width:2.5%;
  position: relative;
  top:-0.3em;
}

@media only screen and (max-width: 767px) {
  .flag{
    width:5%;
    /* position: relative;
    top:-0.35em; */
    /* vertical-align: initial; */
  }
}

/* 3S-table
  ----------------------------------------------------------- */

  .table-define {
    padding: 10px 0;
    line-height: 1.8;
  }

  .table-define__a {
    /* text-align:justify; */
    font-weight: 700;
    width: 22%;
  }

  .table-define__b {
    width: 78%;
  }


  @media only screen and (max-width: 767px) {
    .3s-table-define__a, .3s-table-define__b {
      display: block;
      width: 100%;
    }

    .3s-table-define__a {
      padding: 16px 30px 8px 0;
    }

    .3s-table-define__b {
      padding: 0 0 16px 0;
    }
  }

  .3s-table-wrap {
    width: 100%;
  }

  .3s-table-wrap.-nowrap {
    overflow-x: auto;
  }

  .3s-table-wrap.-nowrap .3s-table th,
  .3s-table-wrap.-nowrap .3s-table td {
    white-space: nowrap;
  }

  @media only screen and (min-width: 767px) {
    .s-table-wrap__text {
      display: none;
    }
  }

  @media only screen and (max-width: 767px) {
    .s-table-wrap {
      overflow-x: scroll;
    }

    .s-table-wrap__text {border
      margin-bottom: 0.5em;
    }

    .s-table-wrap .c-table {
      width: 800px;
    }
  }

  table.s-tabel-layout {
    border: 0 !important;
  }

  table.s-tabel-layout th,
  table.s-tabel-layout td {
    border: 0 !important;
  }

  table.s-tabel-layout:not(:last-child) {
    margin-bottom: 1em;
  }

  table.s-tabel-layout th {
    white-space: nowrap;
  }

 /* inrormation
  -----------------------------------------------------------
.info_img_s{
  width: 80%;
  object-fit: cover;
}
*/

/* margin
  ----------------------------------------------------------- */
  .u-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-mb-1em {
    margin-bottom: 1em !important;
  }

  .u-mb-xxxs {
    margin-bottom: 8px !important;
  }

  .u-mb-xxs {
    margin-bottom: 16px !important;
  }

  .u-mb-xs {
    margin-bottom: 24px !important;
  }

  .u-mb-s {
    margin-bottom: 32px !important;
  }

  .u-mb-m {
    margin-bottom: 40px !important;
  }

  .u-mb-l {
    margin-bottom: 56px !important;
  }

  .u-mb-xl {
    margin-bottom: 72px !important;
  }

  .u-mb-xxl {
    margin-bottom: 80px !important;
  }

  .u-mb-xxxl {
    margin-bottom: 96px !important;
  }

  @media only screen and (max-width: 767px) {
    .u-mb-xxxs {
      margin-bottom: 4px !important;
    }

    .u-mb-xxs {
      margin-bottom: 8px !important;
    }

    .u-mb-xs {
      margin-bottom: 16px !important;
    }

    .u-mb-s {
      margin-bottom: 24px !important;
    }

    .u-mb-m {
      margin-bottom: 32px !important;
    }

    .u-mb-l {
      margin-bottom: 40px !important;
    }

    .u-mb-xl {
      margin-bottom: 48px !important;
    }

    .u-mb-xxl {
      margin-bottom: 56px !important;
    }

    .u-mb-xxxl {
      margin-bottom: 64px !important;
    }
  }

  .u-mt-0 {
    margin-top: 0 !important;
  }

  .u-mt-xxxs {
    margin-top: 8px !important;
  }

  .u-mt-xxs {
    margin-top: 16px !important;
  }

  .u-mt-xs {
    margin-top: 24px !important;
  }

  .u-mt-s {
    margin-top: 32px !important;
  }

  .u-mt-m {
    margin-top: 40px !important;
  }

  .u-mt-l {
    margin-top: 56px !important;
  }

  .u-mt-xl {
    margin-top: 72px !important;
  }

  .u-mt-xxl {
    margin-top: 80px !important;
  }

  .u-mt-xxxl {
    margin-top: 96px !important;
  }

  @media only screen and (max-width: 767px) {
    .u-mt-xxxs {
      margin-top: 4px !important;
    }

    .u-mt-xxs {
      margin-top: 8px !important;
    }

    .u-mt-xs {
      margin-top: 16px !important;
    }

    .u-mt-s {
      margin-top: 24px !important;
    }

    .u-mt-m {
      margin-top: 32px !important;
    }

    .u-mt-l {
      margin-top: 40px !important;
    }

    .u-mt-xl {
      margin-top: 48px !important;
    }

    .u-mt-xxl {
      margin-top: 56px !important;
    }

    .u-mt-xxxl {
      margin-top: 64px !important;
    }
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }
/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 20px 15px;
  background-color:var(--main-color);
}

.header_logo_pc {
  width: 600px;
}

@media(min-width:767px){
  .header_logo_sp{
      display: none !important;
  }
}

.header_logo_sp{
  width: 260px;
}

@media(max-width:767px){
  .header_logo_pc{
      display: none !important;
  }
}


.header a{
  color:#fff;
}

.header a:hover{
  color:#fff;
  text-decoration: underline;
}

.header_logo{
  display: flex;
}

.header_logo a{
  text-decoration: none;
}

.header_logo a:hover{
  text-decoration: none;
}

.textlogo_bold{
  margin: 0;
  font-size:180%;
  font-weight:bold;
  color: #fff;
}

.header__p{
  margin: 5px 0 0 0;
  color: #fff;
}

/*--------------------------------
 グローバルナビ

.gnav__list {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.gnav__item {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.gnav__link {
  color: var(--text-color);
  text-decoration: none;
}

.gnav__link:hover {
  color: var(--main-color);
}

.gnav__link--active {
  color: var(--main-color);
}

.btn-menu {
  display: none;
}
---------------------------------*/
.gnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 310px;
  height: 100%;
  background-color: var(--sub-color);
  box-shadow: -10px 0 35px -20px rgb(0 0 0 / 25%);
}

.gnav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 90px 20px 20px 50px;
  row-gap: 25px;
}

.gnav__link {
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.gnav__link:hover {
  color: #fff;
}

.gnav__link--active {
  opacity: 0.6;
}

.btn-menu {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 21px 16px;
  border: none;
  outline: none;
  background: none;
  background-color: var(--main-color);
  cursor: pointer;
  appearance: none;
}

.btn-menu__line {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #fff;
}

.btn-menu__line::before,
.btn-menu__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: inherit;
  border-radius: 4px;
  background-color: #fff;
}

.btn-menu__line::before {
  top: -8px;
}

.btn-menu__line::after {
  top: 8px;
}

.btn-menu.active .btn-menu__line {
  background-color: transparent;
}

.btn-menu.active .btn-menu__line::before,
.btn-menu.active .btn-menu__line::after {
  top: 0;
  background-color: #fff;
}

.btn-menu.active .btn-menu__line::before {
  transform: rotate(45deg);
}

.btn-menu.active .btn-menu__line::after {
  transform: rotate(-45deg);
}

/*--------------------------------
 トップページ
---------------------------------*/
.course .course_main_w{
    position: relative;
}

.course_w{
  position: absolute;
  top: 95%;
  /* right: 0; */
  /* bottom: 15%; */
  left: 50%;
  transform: translate(-50%,-100%);
  margin: 0 32px 0 0 ;
  max-width: 1040px;
  width: 80%;
}

.course_main_w {
  text-align: center;
  background: url(/sagawa-shiga-fc/assets/img/top/pc_main_bk.jpg) no-repeat center right/cover;
}

.course_main_w img{
  box-shadow: 70px 0px 70px -70px rgba(3, 0, 0, 0.5), -70px 0px 70px -70px rgba(3, 0, 0, 0.5);
}


.course_btn a:hover{
  opacity: 1;
}

.hov-bright {
  transition: filter 0.3s ease;
  filter: brightness(1.0);
}

.hov-bright:hover {
  filter: brightness(1.3);
}

.course_sp_no .container {
  padding: initial;
}

.course_pc_no .container{
  padding-top: 45px;
}

.course_pc_no .l-grid__item{
　padding:initial;
}

.list{
  letter-spacing: 0.03em;
}

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

.info{
	padding-top: 12px;
}

.info_title{
  border-bottom: 2px #ddd solid;
}



.item_ab.title{
 color:#333;
}

.item_b ul{
  padding-top: 1%;
}

.item_b li{
  padding: 1.5% 0;
}

.pyramid{
  text-align: center;
}

.content.top{
  padding: initial;
}

@media(max-width:767px){
  .about{
    padding-bottom: 32px;
  }

  .about_l{
    order: 2;
  }

  .about_r{
    order: 1;
  }

  .info_title{
    display: initial;
  }

  .item_b li{
    padding: 3% 0;
  }

  /* .mv-wrapper {
    height: 267px;
    background-image: url(/sagawa-shiga-fc/assets/img/top/sp_main.jpg);
  } */
}

.about p {
  letter-spacing: 0em;
}


/*--------------------------------
 3コース
---------------------------------*/
.course .course_p{
  border-radius: 5%;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.50);
}

.course .title{
text-align: center;
}

.blog .list .item:hover {
  opacity: 0.8;
}

.item_aa{
  display: block;
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color:  var(--main-color);
  text-align: center;
  margin: 0 auto;
  padding: 8% 0;
  transition: opacity 0.3s;
  border: 1px solid var(--main-color);
  border-radius: 40px;
  margin-bottom: 8%;
  background-color:var(--main-color); 
}

.item_aa a{
  color:#fff;
}

.item_ab{
  display: block;
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color:  var(--main-color);
  text-align: center;
  margin: 0 auto;
  padding: 8% 0;
  transition: opacity 0.3s;
  /* border: 1px solid var(--main-color); */
  border-radius: 10px;
  margin-bottom: 8%;
  background-color: #fff;
}

.item_a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 5px;
  height: 9px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 5px 9px;
}

.item_b {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color:  var(--main-color);
  margin: 0 auto;
  padding: 3% 4%;
  /* border: 1px solid var(--main-color); */
  border-radius: 10px;
  margin-bottom: 8%;
  background-color: #fff;
}

.item_3c{
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  color:  var(--main-color);
  text-align: center;
  margin: 0 auto;
  padding: 8% 0;
  transition: opacity 0.3s;
  border: 1px solid var(--main-color);
  border-radius: 40px;
  background-color:var(--main-color); 
}

.item_3c a{
  color:#fff;
}

.info_title{
 display: flex;
 justify-content: space-between;
}

/* .course{
  padding-top:20px;
} */

@media screen and (max-width: 767px) {
  .about.l-grid{
    flex-direction: column-reverse; /* 縦並び逆順 */
   }

   .info_title{
    display: block;
    border-bottom: 2px #ddd solid;
    padding-bottom: 15px;
   }

  .Info_p.-large{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10% 0 1% 0;
  }

   .item_b {
    padding: 1px 15px 30px 15px;
    /* display: block;
    position: relative;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color:  var(--main-color);
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 8%;
    background-color: #fff; */
  }
  }

.btn a{
  color:#fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .course_sp_no{
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .course_pc_no{
    display: none;
  }
}


/*--------------------------------
 フッター
---------------------------------*/
.footer {
  color: #fff;
  padding: 20px 0;
  background-color: var(--main-color);
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
}

element.style {
  display: block;
  position: fixed;
  bottom: 70px;
}

/*--------------------------------
 jr.youth
---------------------------------*/
.c-box {
  padding: 32px;
  background: #fff;
  border: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .c-box {
    padding: 16px;
  }
}

/*--------------------------------
 施設紹介
---------------------------------*/]
/* .access -bg-gray{
  padding: 10px;
} */

.ground img{
  height: 90%;
  width: 100%;
  object-fit: cover;
}

.facility__ground_up {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  /* flex: 0 1 calc((100% - 60px) / 3); */
}

.facility .facility__ground_up{
  display: flex;
  /* flex-flow: wrap; */
}

@media only screen and (max-width: 767px) {
  .access_p {
    display: none;
  }
}

/* 横幅と左右の余白 */
.w-container {
width: min(92%, 1010px);
margin: auto;
}

/* カラム内のボックス */
.col div {
display: grid; 
place-items: center;
height: clamp(200px,45vw,400px);
font-size: 50px;
}
.col:first-child div {
background:#F9CDE2;
}
.col:last-child div {
background:#FFDBAC;
}

/* ２カラム_参考 */

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -32px 0 0;
}

.l-grid__item {
  margin: 32px 32px 0 0;
}

.l-grid__item.-col6.w_margin0 {
  width: calc(50%);
}

.l-grid__item.w_margin0{
  margin: 32px 0 0 0;
}

.l-grid__item.-col6.wh_margin0 {
  width: calc(50%);
}

.l-grid__item.wh_margin0{
  margin: 0 auto;
}

.s-table-define__c p{
  line-height:inherit;
}

/* @media only screen and (max-width: 767px) {
  .l-grid {
    margin: -24px -16px 0 0;
  }

  .l-grid.-sp-reverse {
    flex-direction: column-reverse;
  }

  .l-grid.-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .l-grid.-sp-mb-l {
    margin: -32px -16px 0 0;
  }

  .l-grid.-sp-mb-l .l-grid__item {
    margin: 32px 16px 0 0 !important;
  }

  .l-grid.-sp-mb-s {
    margin: -8px -16px 0 0;
  }

  .l-grid.-sp-mb-s .l-grid__item {
    margin: 8px 16px 0 0 !important;
  }
} */

@media only screen and (max-width: 767px) {
  .l-grid__item.-col6.w_margin0 {
    width: calc(100% - 16px);
  }

  .l-grid__item.w_margin0{
    margin: 32px 32px 0 0;
  }

  .l-grid__item.-col6.wh_margin0 {
    width: calc(100% - 16px);
  }

  .l-grid__item.wh_margin0{
    margin: 32px 32px 0 0;
  }

  .s-table-define__c {
    text-align: left;
    width: 50%;
    vertical-align: middle;
    padding: 2% 2% 2% 5%;
    height: initial;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

.c-figure {
  margin: 0 auto;
  position: relative;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* img {
  max-width: 100%;
  vertical-align: top;
} */

.u-mb-m {
  margin-bottom: 40px !important;
}

.c-figure figcaption {
  font-size: 0.8rem;
  margin-top: 0.5em;
}

.c-figure.-center {
  text-align: center;
}

.l-grid__item.-col2 {
  width: calc(25% - 32px);
}

.l-grid__item.-col4 {
  width: calc(33.33333% - 32px);
}

.l-grid__item.-col6 {
  width: calc(50% - 32px);
}

.l-grid__item.-col8 {
  width: calc(66.66667% - 32px);
}

.l-grid__item.-col10 {
  width: calc(75% - 32px);
}

.l-grid__item.-col12 {
  width: calc(100% - 32px);
}

@media screen and (max-width: 767px) {
.l-grid__item.-sp-col12 {
  width: calc(100% - 16px);
}

.l-grid__item {
  margin: 32px 32px 0 0;
}
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .heading-primary {
    font-size: 32px;
  }

  /* レイアウト */
  .container {
    padding: 0 20px;
  }

  .content {
    padding: 40px 0 60px;
    row-gap: 50px;
  }

  .table-type01 {
    font-size: 14px;
    line-height: 1.5;
  }

  .table-type01 th,
  .table-type01 td {
    padding: 20px 0;
  }

  .table-type01 th {
    width: 100px;
  }

    /* 見出し */
  @media only screen and (max-width: 767px) {
    .c-heading {
      font-size: 1.8rem;
    }
  }

  .c-heading:not(:last-child) {
    margin-bottom: 0.75em;
  }

  .c-heading.-blue {
    color: #3B4A9F;
  }

  @media (min-width: 767px) {
    .c-heading.-pc-white {
      color: #fff;
    }

    .c-heading.-pc-white.-large::before {
      background: #fff;
    }
  }

  .c-heading.-white {
    color: #fff;
  }

  .c-heading.-white.-large::before {
    background: #fff;
  }

  .c-heading.-xlarge {
    font-size: 4.8rem;
  }

  @media only screen and (max-width: 767px) {
    .c-heading.-xlarge {
      font-size: 2.6rem;
    }
  }

  .c-heading.-large {
    font-size: 1.5rem;
  }

  .c-heading.-large::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 0.8em;
    left: -32px;
  }

  @media only screen and (max-width: 767px) {
    .c-heading.-large {
      font-size: 1.2rem;
    }

    .c-heading.-large::before {
      width: 12px;
      left: -16px;
    }
  }

  .c-heading.-large.-noline::before {
    display: none;
  }

  .c-heading.-medium {
    font-size: 2.8rem;
  }

  @media only screen and (max-width: 767px) {
    .c-heading.-medium {
      font-size: 2rem;
    }
  }

  .c-heading.-small {
    font-size: 2rem;
  }



  /* ヘッダー */
  .header {
    position: relative;
    height: 60px;
    padding: 20px;
  }

  .textlogo_bold{
    font-size:85%;
    font-weight:bold;
  }

  .header__p{
    width: 90%;
    font-size: 10px;
  }

  .logo {
    width: 40px;
    margin: auto;
    margin-right:5px;
  }


  /* メインビジュアル */
  .mv-wrapper {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 160px;
    background-image: url(/sagawa-shiga-fc/assets/img/top/sp_main.jpg);
    /* background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto; */
  }

  .mv__title {
    font-size: 80px;
  }

  .mv__subtitle {
    font-size: 20px;
  }

  /* ニュース */
  .news__heading {
    margin-bottom: 20px;
  }

  .news__inner {
    display: block;
  }

  .news-list__link {
    display: flex;
    color: var(--text-color);
    text-decoration: none;
  }

  .news-list__item {
    font-size: 15px;
    line-height: 1.8;
  }

  .news-list__item:last-child {
    margin-bottom: 0;
  }

  .news-list__title {
    line-height: 1.6;
  }

  .news-list__date {
    margin-right: 20px;
  }

  /* サービス */
  .service__heading {
    margin-bottom: 20px;
  }

  .service__heading::before {
    top: -2px;
    right: -30px;
    font-size: 70px;
  }

  .service-list {
    row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-list__item {
    padding: 40px 30px;
  }

  .service-list__img-wrapper {
    margin-bottom: 5px;
  }

  .service-list__img {
    font-size: 60px;
  }

  .service-list__title {
    font-size: 16px;
  }

  .service-list__text {
    margin-top: 10px;
  }

  /* 下層ページ：ヘッダー */
  /* .page-header {
    height: 160px;
  } */

  .page-header__title {
    font-size: 28px;
  }

  /* 下層ページ：メッセージ */
  .message__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .message__subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .ceo-message__img-wrapper {
    margin: 0 15px 10px 0;
  }

  .office-img {
    height: 260px;
    object-fit: cover;
  }

  /* 下層ページ：概要 */
  .company-info__map iframe {
    height: 300px;
  }

  .company-info__map-link {
    font-size: 12px;
    margin-top: 15px;
  }

  /* フッター */
  .footer {
    padding: 40px 0 30px;
  }

  .footer-nav__list {
    column-gap: 25px;
  }

  .footer-nav__item {
    font-size: 12px;
  }

  /* .footer-copyright {
    font-size: 10px;
  } */
}

/*--------------------------------
 スタッフ紹介
---------------------------------*/
.staff_box{
  display: flex;
  padding:10px;
  /* letter-spacing: 0.03rem; */
}

.staff_box_l{
  float: left;
  text-align: left;
  width: 50%;
  vertical-align: middle;
  padding: 5% 0 0 5%;
  /* height: 14rem; */
}

.staff{
  margin-bottom:50px;
}

@media only screen and (max-width: 767px) {
  .staff_box_l{
    padding: inherit;
 }

.staff_box_r{
  float: right;
}

.wrapper_aaa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
}

.item-1 {
  background-color: darkgreen;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.staff_container {
  background-color: #eee;
  /* width: 50%; */
  height: 20rem;
  border: 1px solid #000;
  display: grid;
  /* grid-template-columns: auto 5rem 5rem;
  grid-template-rows: auto 5rem; */
}
}

/*--------------------------------
 トピックス一覧
---------------------------------*/
.topics_w{
  /* margin-top:2% ; */
  line-height: 1.5;
}

/* .topics_w .-large{
  font-size: 1.5rem;
  font-weight: bold;
  padding: 30px 0 10px 0;
} */

.topics_w li{
  /* padding-top: 5px; */
  padding-bottom: 10px;
}

.t-table-l{
  padding-right:30px ;
}



@media only screen and (max-width: 767px) {
  .-large{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 10% 0 3% 0;
    line-height: 1.5;
  }
  /* .topics_w li{
    margin-bottom:7%;
  } */

  .topics_w .-large{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0 3px 0;
  }
 }

 .news-list__link {
  display: flex;
  color: var(--main-color);
  text-decoration: none;
}

.news-list__link:hover {
  color: var(--main-color);
}

.news-list__item {
  line-height: 1.8;
  /* margin-bottom: 15px; */
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.news-list__item:last-child {
  margin-bottom: 0;
}

/* .news-list__title {
  font-size: 15px;
  line-height: 1.8;
} */

.news-list__date {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
 /* .news__heading {
  margin-bottom: 20px;
} */

/* .news__inner {
  display: block;
} */

.news-list__link {
  flex-direction: column;
}

/* .news-list__item {
  font-size: 15px;
  line-height: 1.8;
} */

.news-list__item:last-child {
  margin-bottom: 0;
}

/* .news-list__title {
  line-height: 1.6;
} */

.news-list__date {
  margin-right: 0;
}
 }

 .topics_img_one{
 width: 100％;
 }

/*--------------------------------
 トピックス一覧_記事ページ
---------------------------------*/
.topics_p_p1{
  width: 500px;
  margin: 0 auto;
}

.topics_p_p{
  padding-top:5%;
}

@media only screen and (max-width: 767px) {
  .topics_p_p1{
    width: initial;
  }

  .topics_p{
    margin-top:8%;
  }
  }

  .topics .c-figure figcaption {
    text-align: center;
}

/* .topics-table{
  width: 60%;
} */

.topics{
  margin-bottom:50px;
}

@media only screen and (max-width: 767px) {
  .topics-table{
    width: 700px;
  }

  /* .topics .u-mb-s{
    margin-bottom:initial;
  } */
  }

  /*--------------------------------
 エラーページ
---------------------------------*/
.error_p{
  padding: 10% 3%;
  height:450px;
}

@media only screen and (max-width: 767px) {
  .error_p{
    height:auto;
  }

  /* body {
    min-height: 100vh;
    mobile viewport bug fix
    min-height: -webkit-fill-available;
  }

  html {
    height: -webkit-fill-available;
  } */
  }

