@charset "UTF-8";

/* --------------------------------------------------
  ヘッダー
-------------------------------------------------- */
#tmp_header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.l-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: var(--color-white);
}
@media (min-width: 40em) {
  .l-header {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
}

/* --- ロゴ --- */
.o-headerSitelogo {
  margin-right: 72px;
  height: 55px;
  background-image: url(../images/sitelogo.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 40em) {
  .o-headerSitelogo {
    margin-right: 0;
    width: 440px;
    height: 55px;
    background-position: center;
    text-align: left;
  }
}
.o-headerSitelogo a {
  width: 100%;
  height: 100%;
  text-indent: -1000%;
  overflow: hidden;
  display: block;
}

/* --- お問い合わせ --- */
.o-headerContact a {
  padding: 0.5rem 3rem;
  background-color: var(--color-main);
  background-image: linear-gradient(90deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: none;
}
@media (min-width: 40em) {
  .o-headerContact a {
    display: block;
  }
}
#tmp_wrapper .o-headerContact a {
  color: var(--color-white);
}
.o-headerContact a:before {
  content: '';
  margin-top: -3px;
  margin-right: 0.75rem;
  width: 22px;
  height: 22px;
  background-image: url(../images/contact-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}

/* --- メニュートグルボタン --- */
.o-globalNaviToggle {
  width: 60px;
  height: calc(100% - 1.5rem);
  background-color: var(--color-main);
  color: var(--color-white);
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
@media (min-width: 40em) {
  .o-globalNaviToggle {
    display: none !important;
  }
}
.o-globalNaviToggle:after {
  content: 'MENU';
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
}
.o-globalNaviToggle span,
.o-globalNaviToggle span:before,
.o-globalNaviToggle span:after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--color-white);
  position: absolute;
  top: -12px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .3s;
}
.o-globalNaviToggle span:before,
.o-globalNaviToggle span:after {
  content: '';
}
.o-globalNaviToggle span:before {
  top: 0;
  bottom: -16px;
}
.o-globalNaviToggle span:after {
  top: -16px;
}
.o-globalNaviToggle--opened span {
  background: transparent;
}
.o-globalNaviToggle--opened span:before {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
}
.o-globalNaviToggle--opened span:after {
  transform: rotate(45deg);
  top: 0;
}

.o-globalNaviOverlay {
  width: 100%;
  height: calc(100vh - 79px);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 40em) {
  .o-globalNaviOverlay {
    display: none !important;
  }
}

/* --- グローバルナビ --- */
.o-globalNavi {
  width: 100%;
  max-height: calc(100vh - 79px);
  background-color: var(--color-main);
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 79px;
  z-index: 15;
}
@media (min-width: 40em) {
  .o-globalNavi {
    margin-top: 0.75rem;
    max-height: initial;
    max-height: auto;
    display: block !important;
    position: static;
  }
}
.o-globalNavi ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-globalNavi ul {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-around;
  }
  .o-globalNavi ul li {
    flex-grow: 1;
  }
}
.o-globalNavi ul li a {
  padding-top: calc(1rem - 4px);
  padding-bottom: calc(1rem - 4px);
  border-top: 4px solid var(--color-main);
  border-bottom: 4px solid var(--color-main);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
}
.o-globalNavi ul li a:hover,
.o-globalNavi ul li a.focus {
  border-top-color: var(--color-white);
  background-color: var(--color-white);
}
#tmp_wrapper .o-globalNavi ul li a {
  color: var(--color-white);
}
#tmp_wrapper .o-globalNavi ul li a:hover,
#tmp_wrapper .o-globalNavi ul li a.focus {
  color: var(--color-main);
}

/* パンくず */
.l-pankuzu {
  margin-bottom: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #F2F2F2;
}
@media (min-width: 40em) {
  .l-pankuzu {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* --------------------------------------------------
  メイン
-------------------------------------------------- */
.l-main {
  margin-bottom: 4rem;
}
.l-main--home {
  margin-bottom: 0;
}

/* --------------------------------------------------
  フッター
-------------------------------------------------- */
.l-footer {
  margin-bottom: 4rem;
}
/* --- ページの先頭へ戻る --- */
.o-footerToTop {
  width: 3.5rem;
  height: 3.5rem;
  background-image: linear-gradient(90deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
  /* border: 1px solid #ffffff; */
  border-radius: 100%;
  text-indent: -1000%;
  display: block;
  overflow: hidden;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition: all 300ms;
}
.o-footerToTop:before {
  content: '';
  margin-top: -0.3rem;
  margin-left: -0.45rem;
  width: 0.75rem;
  height: 0.75rem;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
}
.o-footerToTop--show {
  opacity: 0.8;
}
/* --- リンク --- */
.o-footerLinks {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #F3F7F6;
}
@media (min-width: 40em) {
  .o-footerLinks ul {
    display: flex;
  }
}
.o-footerLinks ul li {
  text-align: center;
}
@media (min-width: 40em) {
  .o-footerLinks ul li {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid var(--color-border);
  }
}
.o-footerLinks ul li:last-child {
  border-right: none;
}
#tmp_wrapper .o-footerLinks ul li a {
  color: var(--color-text);
  font-size: 0.8125rem;
}
@media (min-width: 40em) {
  #tmp_wrapper .o-footerLinks ul li a {
    font-size: 0.9375rem;
  }
}
/* --- 下部 --- */
.o-footerBottom {
  padding-top: 1.5rem;
}
/* --- 問い合わせ先 --- */
.o-footerContact {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 40em) {
  .o-footerContact {
    margin-bottom: 0;
    text-align: left;
  }
}
.o-footerContact__name {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-footerContact__name {
    font-size: 1.1875rem;
  }
}
.o-footerContact__address {
  font-size: 0.8125rem;
}
@media (min-width: 40em) {
  .o-footerContact__address {
    font-size: 0.9375rem;
  }
}
/* --- コピーライト --- */
.o-footerCopyright {
  margin-bottom: 1rem;
  color: #666666;
  font-size: 0.8125rem;
  text-align: center;
}
@media (min-width: 40em) {
  .o-footerCopyright {
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
    text-align: left;
  }
}
/* --- 浜松市ホームページ --- */
.o-footerCityWebsite {
  text-align: center;
  display: block;
}
@media (min-width: 40em) {
  .o-footerCityWebsite {
    float: right;
  }
}
.o-footerCityWebsite a {
  text-decoration: none;
}
.o-footerCityWebsite__logo {
  margin-right: auto;
  margin-left: auto;
  width: 174px;
  height: 47px;
  background-image: url(../images/hamamatsu-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: -1000%;
  overflow: hidden;
}
.o-footerCityWebsite__label {
  padding-right: 1.75rem;
  color: var(--color-text);
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media (min-width: 40em) {
  .o-footerCityWebsite__label {
    display: block;
  }
}
.o-footerCityWebsite__label:after {
  content: '';
  margin-top: -3px;
  width: 1.25rem;
  height: 0.375rem;
  border-style: solid;
  border-color: var(--color-main);
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: skew(50deg);
}


/* --------------------------------------------------
  トップページ
-------------------------------------------------- */
/* --- スライダー --- */
.o-home-sliderContainer {
  margin-bottom: 4rem;
}
@media (min-width: 40em) {
  .o-home-sliderContainer {
    margin-bottom: 5rem;
  }
}
.o-home-sliderItem {
  height: 75vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 40em) {
  .o-home-sliderItem {
    height: 650px;
  }
}
.o-home-sliderItem img {
  width: auto;
  height: 100%;
  max-width: initial !important;
  max-width: auto !important;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media (min-width: 40em) {
  .o-home-sliderItem img {
    width: 100%;
    height: auto;
  }
}
.o-home-sliderItem__base {
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
  height: 100%;
  position: relative;
  z-index: 1;
}
.o-home-sliderItem__artcle {
  padding: 0.75rem 1rem;
  width: 100%;
  background-color: #3ab6b2e0;
  color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 40em) {
  .o-home-sliderItem__artcle {
    padding: 1.25rem 2rem;
    width: 450px;
  }
}
.o-home-sliderItem__title {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 40em) {
  .o-home-sliderItem__title {
    font-size: 1.875rem;
  }
}
.o-home-sliderItem__title:after {
  content: '';
  width: 50%;
  height: 3px;
  background-color: var(--color-sub);
  position: absolute;
  bottom: 0;
  left: 0;
}
.o-home-sliderItem__description {
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-home-sliderItem__description {
    font-size: 1rem;
  }
}
.o-home-sliderItem__link a {
  width: 100%;
  height: 100%;
  text-indent: -1000%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 300ms;
}
.o-home-sliderItem__link a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.o-home-sliderPaginationWrap {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.o-home-sliderPaginationWrap .swiper-pagination {
  position: static;
}
.o-home-sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-left: 6px;
}
.o-home-sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}
.o-home-sliderStartStop {
  margin-right: 1rem;
  padding: 0.125rem 1rem;
  width: 100px;
  background-color: var(--color-main);
  color: var(--color-white);
  font-family: "Oswald";
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.o-home-sliderStartStop--stop:before {
  content: 'STOP';
  margin-right: 0.5rem;
}
.o-home-sliderStartStop--stop:after {
  content: '';
  width: 3px;
  height: 1em;
  border-style: solid;
  border-width: 0 3px;
  border-color: var(--color-white);
  display: inline-block;
}
.o-home-sliderStartStop--start:before {
  content: 'START';
  margin-right: 0.5rem;
}
.o-home-sliderStartStop--start:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.7em;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
}

/* --- 新着情報 --- */
.o-home-information {
  margin-bottom: 4rem;
}
@media (min-width: 40em) {
  .o-home-information {
    margin-bottom: 6rem;
  }
}
.o-home-informationTitle {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 40em) {
  .o-home-informationTitle {
    margin-bottom: 2.5rem;
  }
}
.o-home-informationTitle__en {
  color: var(--color-main);
  font-family: 'Oswald';
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-home-informationTitle__en {
    font-size: 2.5rem;
  }
}
.o-home-informationTitle__ja {
  font-size: 0.8125rem;
}
@media (min-width: 40em) {
  .o-home-informationTitle__ja {
    font-size: 0.9375rem;
  }
}

/* --- テーマ別PR --- */
.o-home-pr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--color-main);
  background-image: url(../images/home-pr-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 40em) {
  .o-home-pr {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.o-home-pr + .o-home-pr {
  margin-top: 4rem;
}
@media (min-width: 40em) {
  .o-home-pr + .o-home-pr {
    margin-top: 6rem;
  }
}
.o-home-pr:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
.o-home-prTitle {
  margin-bottom: 2rem;
  text-align: center;
  color: var(--color-white);
  position: relative;
  z-index: 2;
}
@media (min-width: 40em) {
  .o-home-prTitle {
    margin-bottom: 3.5rem;
  }
}
.o-home-prTitle__main {
  font-size: 1.75rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-home-prTitle__main {
    font-size: 2.25rem;
  }
}
.o-home-prTitle__sub {
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-home-prTitle__sub {
    font-size: 1.125rem;
  }
}
.o-home-prProjects {
  padding: 0.75rem;
  background-color: var(--color-white);
  position: relative;
  z-index: 2;
}
@media (min-width: 40em) {
  .o-home-prProjects {
    padding: 3rem 0;
  }
}
.o-home-prProjectsItem {
  padding: 2rem 0.75rem;
  border-bottom: 1px solid var(--color-border);
  position: relative;
}
@media (min-width: 40em) {
  .o-home-prProjectsItem {
    padding: 1rem 2rem;
    border-right: 1px solid var(--color-border);
    border-bottom: none;
  }
}
.o-home-prProjects .c-row__col:last-child .o-home-prProjectsItem {
  border: none;
}
.o-home-prProjectsItem__image {
  margin-bottom: 1.5rem;
}
.o-home-prProjectsItem__imageCrop {
  margin-right: auto;
  margin-left: auto;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background-image: url(../images/project-blank.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.o-home-prProjectsItem__imageCrop img {
  width: auto;
  height: 100%;
  max-width: initial !important;
  max-width: auto !important;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.o-home-prProjectsItem__heading {
  margin-bottom: 0.5rem;
  color: var(--color-sub3);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 40em) {
  .o-home-prProjectsItem__heading {
    font-size: 1.5rem;
  }
}
.o-home-prProjectsItem__description {
  font-size: 0.8125rem;
}
@media (min-width: 40em) {
  .o-home-prProjectsItem__description {
    font-size: 0.9375rem;
  }
}
.o-home-prProjectsItem__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.o-home-prProjectsItem__link a {
  width: 100%;
  height: 100%;
  text-indent: -1000%;
  display: block;
  overflow: hidden;
}


/* --------------------------------------------------
  メニューページ
-------------------------------------------------- */
/* --- タイトル共通 --- */
.c-areaTitle {
  margin-bottom: 2.5rem;
  padding-top: 4rem;
}
@media (min-width: 40em) {
  .c-areaTitle {
    margin-bottom: 5rem;
  }
}
.l-main--free .c-areaTitle__main {
  margin-bottom: 0.75rem;
}
.l-main--free .c-areaTitle__main h2 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
}
.l-main--free .c-areaTitle__main h2:before {
  display: none;
}
.c-areaTitle__sub {
  color: var(--color-main);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 40em) {
  .c-areaTitle__sub {
    font-size: 1.125rem;
  }
}
/* --- 事業一覧（大） --- */
.c-project {
  margin-bottom: 3rem;
}
@media (min-width: 40em) {
  .c-project {
    margin-bottom: 6rem;
  }
}
.c-project__article {
  margin-bottom: 2rem;
}
.c-project__imageBlank {
  padding-top: 67.2%;
  background-image: url(../images/project-blank.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
input[type="hidden"] + .c-project__imageBlank,
.detail_img + .c-project__imageBlank {
  display: none;
}
.c-project__links {
  padding: 0.25rem 0.75rem;
  border: 4px solid #E6E6E6;
}
@media (min-width: 40em) {
  .c-project__links {
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 40em) {
  .c-project__links ul {
    display: flex;
    flex-wrap: wrap;
  }
  .c-project__links ul li {
    width: 50%;
  }
}
/* --- 事業一覧（小） --- */
.c-projectSub {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.c-projectSub__title {
  margin-bottom: 1.125rem;
  padding-top: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 40em) {
  .c-projectSub__title {
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
  }
}
.c-projectSub__title:before {
  content: '';
  width: 125px;
  height: 3px;
  background-color: var(--color-main);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-projectSub__image {
  height: 230px;
  background-image: url(../images/project-blank.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.c-projectSub__image img {
  width: 100%;
  height: auto;
  max-width: initial !important;
  max-width: auto !important;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-projectSub__showDetail {
  padding: 0.25rem 3.5rem 0.25rem 2.5rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-projectSub__showDetail:after {
  content: '';
  margin-top: -5px;
  width: 1rem;
  height: 0.3rem;
  border-style: solid;
  border-color: var(--color-white);
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: skew(50deg);
}
.c-projectSub__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-projectSub__link a {
  width: 100%;
  height: 100%;
  text-indent: -1000%;
  overflow: hidden;
  display: block;
}

/* --------------------------------------------------
  共通コンポーネント
-------------------------------------------------- */
/* --- ページタイトル --- */
.c-contentTitle {
  margin-bottom: 2.5rem;
}
@media (min-width: 40em) {
  .c-contentTitle {
    margin-bottom: 4rem;
  }
}
.c-contentTitle__image {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 40em) {
  .c-contentTitle__image {
    height: 300px;
  }
}
.c-contentTitle__image img {
  width: 100%;
  height: auto;
  max-width: initial !important;
  max-width: auto !important;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-contentTitle__body {
  margin-top: -1.5rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  padding: 0.75rem;
  background-color: var(--color-main);
  background-image: linear-gradient(90deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
  position: relative;
  z-index: 1;
}
@media (min-width: 40em) {
  .c-contentTitle__body {
    margin-top: -2.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem 2rem 1rem;
    width: 700px;
  }
}
.c-contentTitle--free .c-contentTitle__body {
  margin-top: 0;
  width: auto;
}
.c-contentTitle__main {
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (min-width: 40em) {
  .c-contentTitle__main {
    margin-bottom: 0.75rem;
    padding-bottom: 1rem;
    font-size: 2.125rem;
  }
}
.c-contentTitle__main:after {
  content: '';
  height: 2px;
  background-color: var(--color-sub);
  position: absolute;
  bottom: 0;
  right: 1rem;
  left: 1rem;
}
@media (min-width: 40em) {
  .c-contentTitle__main:after {
    margin-left: -150px;
    width: 300px;
    right: auto;
    left: 50%;
  }
}
.c-contentTitle__body .c-contentTitle__main h1 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.c-contentTitle__body .c-contentTitle__main h1:before {
  display: none;
}
.c-contentTitle__sub {
  color: #DBDBDB;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 40em) {
  .c-contentTitle__sub {
    font-size: 1.125rem;
  }
}

/* --- 新着情報 --- */
.c-informationList {
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .c-informationList {
    margin-bottom: 4rem;
  }
}
.c-informationList ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 1px solid var(--color-border);
}
.c-informationList ul li {
  padding: 0 !important;
  border-bottom: 1px solid var(--color-border);
  position: relative;
}
.c-informationList ul li:before {
  content: '';
  margin-top: -3px !important;
  width: 1rem !important;
  height: 0.3rem !important;
  border-style: solid;
  border-color: var(--color-main);
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50% !important;
  left: 1rem !important;
  transform: skew(50deg);
}
@media (min-width: 40em) {
  .c-informationList ul li:before {
    margin-top: -3px !important;
    width: 1.25rem !important;
    height: 0.375rem !important;
    left: 1.5rem !important;
  }
}
.c-informationList ul li a {
  padding: 0.75rem 1rem 0.75rem 3rem;
  display: block;
}
@media (min-width: 40em) {
  .c-informationList ul li a {
    padding: 1rem 1.5rem 1rem 4.5rem;
  }
}

/* --- ボタン --- */
.c-btn {
  padding: 0.75rem 1.5rem;
  background-color: var(--color-main);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
@media (min-width: 40em) {
  .c-btn {
    padding: 1.125rem 2rem;
  }
}
#tmp_wrapper a.c-btn {
  color: var(--color-white);
}
.c-btn--block {
  display: block;
}
.c-btn--arrow {
  padding: 0.75rem 3.5rem;
}
@media (min-width: 40em) {
  .c-btn--arrow {
    padding: 1.125rem 3.5rem;
  }
}
.c-btn--arrow:after {
  content: '';
  margin-top: -5px;
  width: 1.75rem;
  height: 0.375rem;
  border-style: solid;
  border-color: var(--color-white);
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: skew(50deg);
}
