@charset "UTF-8";
/* ============================================ */
/* font
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ============================================ */
/* reset（destyle.cssの追加設定） 
/* ============================================ */
html {
  box-sizing: border-box;
  line-break: strict;
}

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

/* ============================================ */
/* :root 
/* ============================================ */
:root {
  --fontfamily-gothic: "Noto Sans JP", sans-serif;
  --fontfamily-mincho: "Noto Serif JP", serif;
  --fontfamily-en: "Lato", sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --color-university: #cd255d;
  /* Newsカテゴリー */
  --color-important: #cd255d;
  --color-normal: #dda448;
  --color-branch: #58b09c;
  --color-event: #7d84b2;
  /* エリア */
  --color-kanto: #58b09c;
  --color-chubu: #dda448;
  --color-kinki: #cd255d;
  --color-chugoku: #7d84b2;
  --color-shikoku: #73d2de;
  --color-okinawa: #0bc9cd;
}

/* ============================================ */
/* base
/* ============================================ */
body {
  position: relative;
  font-family: var(--fontfamily-gothic);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* ============================================ */
/* 共通style
/* ============================================ */
/* ===== 表示切り替え ===== */
.d-switch {
  display: none !important;
}

@media screen and (min-width: 1401px) {
  .d-switch.min-xxl {
    display: block !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-switch.max-xxl {
    display: block !important;
  }
}
@media screen and (min-width: 1201px) {
  .d-switch.min-xl {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .d-switch.max-xl {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .d-switch.min-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .d-switch.max-lg {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-switch.min-md {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-switch.max-md {
    display: block !important;
  }
}
@media screen and (min-width: 601px) {
  .d-switch.min-sm {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .d-switch.max-sm {
    display: block !important;
  }
}
/* ===== top-area ===== */
#top-area {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 2000px;
  margin: 0 auto 120px;
}
#top-area.short {
  height: 220px;
}
#top-area.tall {
  height: 530px;
}
#top-area .top-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top-area .top-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc center no-repeat;
  background-size: cover;
}
#top-area .page-category {
  position: absolute;
  left: -40px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 1em;
  color: var(--color-white);
  background: var(--color-university);
}
#top-area .page-title {
  position: absolute;
  left: -40px;
  bottom: -40px;
  width: 370px;
  white-space: nowrap;
  padding: 20px 10px 10px 40px;
  background: var(--color-white);
}
#top-area .page-title.long {
  width: 560px;
}
#top-area .page-title span {
  display: block;
}
#top-area .page-title .large.ja {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
}
#top-area .page-title .large.en {
  font-family: var(--fontfamily-en);
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
#top-area .page-title .small {
  margin: 10px 0 0;
}
#top-area .page-title .small.ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
#top-area .page-title .small.en {
  font-family: var(--fontfamily-en);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

/* 画像指定 */
#top-area .news::before {
  background-image: url(../img/common/top-img/news.jpg);
  background-position: right 30% center;
}
#top-area .koyu::before {
  background-image: url(../img/common/top-img/koyu_pc.jpg);
}
#top-area .about-us::before {
  background-image: url(../img/common/top-img/about-us.jpg);
}
#top-area .our-songs::before {
  background-image: url(../img/common/top-img/our-songs.jpg);
}
#top-area .agreement::before {
  background-image: url(../img/common/top-img/agreement.jpg);
}
#top-area .plan-report::before {
  background-image: url(../img/common/top-img/plan-report.jpg);
}
#top-area .koyukaikan::before {
  background-image: url(../img/common/top-img/koyukaikan.jpg);
}
#top-area .contact-access::before {
  background-image: url(../img/common/top-img/contact-access.jpg);
}
#top-area .privacy-policy::before {
  background-image: url(../img/common/top-img/privacy-policy.jpg);
}
#top-area .kanto::before {
  background-image: url(../img/common/top-img/kanto.jpg);
}
#top-area .toyama::before {
  background-image: url(../img/common/top-img/toyama.jpg);
}
#top-area .ishikawa::before {
  background-image: url(../img/common/top-img/ishikawa.jpg);
}
#top-area .fukui::before {
  background-image: url(../img/common/top-img/fukui.jpg);
}
#top-area .aichi::before {
  background-image: url(../img/common/top-img/aichi.jpg);
}
#top-area .shiga::before {
  background-image: url(../img/common/top-img/shiga.jpg);
}
#top-area .kyoto::before {
  background-image: url(../img/common/top-img/kyoto.jpg);
}
#top-area .hokusetsu::before {
  background-image: url(../img/common/top-img/hokusetsu.jpg);
}
#top-area .hyogo-mikuriya::before {
  background-image: url(../img/common/top-img/hyogo-mikuriya.jpg);
}
#top-area .mie::before {
  background-image: url(../img/common/top-img/mie.jpg);
}
#top-area .okayama::before {
  background-image: url(../img/common/top-img/okayama.jpg);
}
#top-area .hiroshima::before {
  background-image: url(../img/common/top-img/hiroshima.jpg);
}
#top-area .ehime::before {
  background-image: url(../img/common/top-img/ehime.jpg);
}
#top-area .kochi::before {
  background-image: url(../img/common/top-img/kochi.jpg);
}
#top-area .okinawa::before {
  background-image: url(../img/common/top-img/okinawa.jpg);
}

@media screen and (max-width: 1024px) {
  #top-area.tall {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  #top-area .page-title {
    width: 320px;
  }
  #top-area .page-title.long {
    width: 450px;
  }
  #top-area .page-title .large.ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #top-area .page-title .large.en {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #top-area .page-title .small {
    margin: 10px 0 0;
  }
  #top-area .page-title .small.ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top-area .page-title .small.en {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* 画像指定 */
  #top-area .koyu::before {
    background-image: url(../img/common/top-img/koyu_sp.jpg);
  }
}
@media screen and (max-width: 600px) {
  #top-area.tall {
    height: 220px;
  }
  #top-area .page-category {
    left: -20px;
    height: 30px;
  }
  #top-area .page-title {
    left: -20px;
    width: 280px;
    padding: 15px 10px 10px 20px;
  }
  #top-area .page-title.long {
    width: 310px;
  }
  #top-area .page-title .large.ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #top-area .page-title .large.en {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #top-area .page-title .small.ja {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #top-area .page-title .small.en {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 320px) {
  #top-area .page-title.long {
    width: 290px;
  }
  #top-area .page-title .large.ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #top-area .page-title .large.en {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
/* ===== main ===== */
#main {
  padding: 100px 0 200px;
}

@media screen and (max-width: 1200px) {
  #main {
    padding: 80px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 600px) {
  #main {
    padding: 60px 0 120px;
  }
}
/* ===== wrap ===== */
.out-wrap {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.in-wrap {
  position: relative;
}
.in-wrap.right {
  margin: 0 0 0 auto;
}

.wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 1401px) {
  .in-wrap {
    width: calc(100% - (100% - 1100px) / 2);
  }
  .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .in-wrap {
    width: 90%;
  }
  .wrap {
    width: 80%;
  }
}
@media screen and (min-width: 1201px) {
  .wrap.indent {
    padding: 0 100px;
  }
}
/* ===== セクション ===== */
.g-section + .g-section {
  margin: 140px 0 0;
}
.g-section .text {
  line-height: 2.2;
}
.g-section .text p + p {
  margin: 2em 0 0;
}

@media screen and (max-width: 768px) {
  .g-section + .g-section {
    margin: 80px 0 0;
  }
}
/* ===== 見出し ===== */
.g-title {
  position: relative;
  font-weight: 500;
}
.g-title.dashed, .g-title.underline {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  margin: 0 0 2em;
}
.g-title.dashed {
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.g-title.underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.g-title.underline::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% + 10vw);
  height: 1px;
  background: var(--color-university);
}
.g-title.sub {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 1.5em 0 0.5em;
}

@media screen and (min-width: 1401px) {
  .g-title.underline::before {
    width: calc(100% + (100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .g-title.dashed, .g-title.underline {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .g-title.sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .g-title.dashed, .g-title.underline {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* ===== ホバー効果 ===== */
.hover-zoom {
  overflow: hidden;
}
.hover-zoom img {
  transition: 0.3s;
}

@media (hover: hover) {
  a:hover .hover-zoom img {
    transform: scale(1.1);
  }
}
/* ===== リンク設定 ===== */
.icon-arrow {
  width: 46px;
}
.icon-arrow .circle {
  fill: var(--color-white);
  stroke: var(--color-university);
  stroke-width: 2;
  transition: 0.3s;
}
.icon-arrow .arrow {
  fill: none;
  stroke: var(--color-university);
  stroke-linecap: round;
  stroke-width: 2;
  transition: 0.3s;
}

@media (hover: hover) {
  a:hover .icon-arrow .circle {
    fill: var(--color-university);
  }
  a:hover .icon-arrow .arrow {
    stroke: var(--color-white);
  }
}
@media screen and (max-width: 768px) {
  .icon-arrow {
    width: 32px;
  }
}
.link-arrow {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 46px;
  padding: 0 56px 0 0;
  color: var(--color-university);
}
.link-arrow .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .link-arrow {
    min-height: 32px;
    padding: 0 42px 0 0;
  }
}
/* ===== リンク無効設定 ===== */
.no-link {
  opacity: 0.3;
  pointer-events: none;
}

/*=== news（tab） ====*/
.tab-list {
  display: flex;
  gap: 2px;
  margin: 0 0 36px;
}
.tab-list .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 140px;
  padding: 0.5em 0;
  text-align: center;
  color: var(--color-white);
  line-height: 1.3;
  font-weight: 500;
  opacity: 0.4;
}
.tab-list .tab-item.all {
  background: var(--color-black);
}
.tab-list .tab-item.important {
  background: var(--color-important);
}
.tab-list .tab-item.normal {
  background: var(--color-normal);
}
.tab-list .tab-item.branch {
  background: var(--color-branch);
}
.tab-list .tab-item.event {
  background: var(--color-event);
}
.tab-list .tab-item.is-select {
  opacity: 1;
}
.tab-list .tab-item:hover {
  cursor: pointer;
}

.tab-content .is-hide {
  display: none;
}

@media screen and (max-width: 600px) {
  .tab-list .tab-item {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/*=== news-list ====*/
.news-list .news-item a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 1em 0;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.news-list .news-item .date {
  line-height: 26px;
  width: 120px;
  flex-shrink: 0;
  white-space: nowrap;
}
.news-list .news-item .category {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 26px;
  color: var(--color-white);
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: #ccc;
  white-space: nowrap;
}
.news-list .news-item .category.important {
  background: var(--color-important);
}
.news-list .news-item .category.normal {
  background: var(--color-normal);
}
.news-list .news-item .category.branch {
  background: var(--color-branch);
}
.news-list .news-item .category.event {
  background: var(--color-event);
}
.news-list .news-item .title {
  width: 100%;
  line-height: 1.8;
  transition: 0.3s;
}

@media (hover: hover) {
  .news-list .news-item a:hover .title {
    color: var(--color-university);
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .news-list .news-item a {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px 0;
    padding: 1em 0;
  }
  .news-list .news-item .date {
    width: 110px;
  }
  .news-list .news-item .category {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* ===== side-link ===== */
.wrap.sidebar {
  display: flex;
  gap: 140px;
}

.side-link .link-item {
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.side-link .link-item a {
  display: block;
  width: 180px;
  padding: 1em;
  transition: 0.3s;
}
.side-link .link-item.is-select {
  color: var(--color-white);
  background: var(--color-university);
}

@media (hover: hover) {
  .side-link .link-item:not(.is-select) a:hover {
    color: var(--color-university);
  }
}
@media screen and (max-width: 1400px) {
  .wrap.sidebar {
    gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap.sidebar {
    flex-direction: column;
  }
  .side-link {
    order: 2;
  }
  .side-link .link-item a {
    width: 100%;
  }
}

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