@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダーの「商圏データを見る」ボタン（人口ナビ ヘッダーメニューの3項目め） */
.pn-header-cta {
	display: flex !important;
	align-items: center !important;
	align-self: center !important;
	height: auto !important;
}
.pn-header-cta > a {
	display: inline-flex !important;
	align-items: center;
	align-self: center !important;
	height: auto !important;
	margin: 10px 0;
	padding: 8px 20px !important;
	color: #fff !important;
	background: #0b3642;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: opacity .15s ease;
}
.pn-header-cta > a:hover {
	opacity: .82;
}

/* ========================================
   フッター（style-old.css から移設）
   ======================================== */

/* Swellデフォルトフッターを非表示 */
#footer > .l-footer__inner,
#footer > *:not(.footer) {
  display: none !important;
}

.footer {
  background-color: #FFF;
  padding-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}

.footerWrap {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 16px;
  padding-inline: 40px;
  align-items: flex-start;
  padding-block: 72px 68px;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footerWrap {
    flex-direction: column;
    max-width: 100%;
    padding-inline: 0 !important;
    padding-block: 0;
    gap: 0;
  }
}

@media only screen and (max-width: 375px) {
  .footerWrap {
    min-width: 375px;
    max-width: 375px;
  }
}

@media only screen and (max-width: 768px) {
  .footerInfomation {
    background-color: #F6F7FA;
    padding-inline: 40px;
    padding-block: 40px 24px;
    border-right: 0;
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 375px) {
  .footerInfomation {
    padding-inline: 16px;
  }
}

.footer__border {
  background-color: rgba(85, 96, 140, 0.4);
  width: 1px;
  min-height: 202px;
}

@media only screen and (max-width: 768px) {
  .footer__border {
    display: none;
  }
}

.footer__logo {
  width: 113px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .footer__logo {
    width: 71px;
  }
}

.footerInfomation__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.footerInfomation__text + .footerInfomation__text {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .footerInfomation__text {
    font-size: 14px;
    margin-top: 15px;
  }
}

.footerInfomation__textBr {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .footerInfomation__textBr {
    display: none;
  }
}

.footerContentsWrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(90px, 140px));
  gap: 16px;
  justify-content: space-between;
  max-width: 892px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .footerContentsWrap {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
}

.footer__contents {
  width: 100%;
}

/* フッター タイトル（テキスト） */
p.footer__contentsTitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  p.footer__contentsTitle {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    color: #0A1645;
    font-size: 17px;
    font-weight: 300;
    border-bottom: 1px solid #DCE1F1;
    box-sizing: border-box;
  }
}

/* フッター タイトル（リンク） */
a.footer__contentsTitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  color: inherit;
}

a.footer__contentsTitle::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4B63C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

a.footer__contentsTitle:hover {
  color: #4B63C1;
}

a.footer__contentsTitle:hover::before {
  transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
  a.footer__contentsTitle {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    color: #0A1645;
    font-size: 17px;
    font-weight: 300;
    border-bottom: 1px solid #DCE1F1;
    box-sizing: border-box;
  }

  a.footer__contentsTitle::after {
    font-family: 'Material Symbols Sharp';
    content: "arrow_right_alt";
    margin-left: 16px;
    font-size: 20px;
    line-height: 1;
    font-weight: 200;
  }
}

.footer__contentsList {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .footer__contentsList {
    margin-top: 0;
  }
}

.footerContentsListItem {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.footerContentsListItem + .footerContentsListItem {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .footerContentsListItem + .footerContentsListItem {
    margin-top: 0;
  }
}

.footerContentsListItem a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: inherit;
}

.footerContentsListItem a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4B63C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.footerContentsListItem a:hover {
  color: #4B63C1;
}

.footerContentsListItem a:hover::before {
  transform: scaleX(1);
}

/* 外部リンクアイコン（デスクトップ） */
.footerContentsListItem a[target="_blank"]::after {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  background-image: url("img/common/icon_tab.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  content: "";
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .footerContentsListItem a {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px 16px 56px;
    color: #0A1645;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #DCE1F1;
    text-decoration: none;
    box-sizing: border-box;
  }

  /* SP：矢印アイコン（通常リンク） */
  .footerContentsListItem a::after {
    font-family: 'Material Symbols Sharp';
    content: "arrow_right_alt";
    margin-left: 16px;
    font-size: 20px;
    line-height: 1;
    font-weight: 200;
  }

  /* SP：外部リンクアイコン（arrow を上書き） */
  .footerContentsListItem a[target="_blank"]::after {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    background-image: url("img/common/icon_tab.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    content: "";
    display: inline-block;
  }
}

.footerContentsListItem .footer__contentsTitle {
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  .footerContentsListItem .footer__contentsTitle {
    margin-top: 0;
    padding-left: 32px;
  }
}

/* コピーライト */
.footerCopy {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: rgba(85, 96, 140, 1);
}

@media only screen and (max-width: 768px) {
  .footerCopy {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding-block: 24px;
    background-color: #F6F7FA;
    row-gap: 32px;
    column-gap: 8px;
    padding-inline: 32px;
  }
}

.footerCopy__link {
  text-decoration: none;
  position: relative;
  color: rgba(85, 96, 140, 1);
}

.footerCopy__link + .footerCopy__link {
  margin-left: 24px;
}

.footerCopy__link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(85, 96, 140, 1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.footerCopy__link:hover::before {
  transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
  .footerCopy__link {
    text-align: center;
    display: inline-block;
  }

  .footerCopy__link + .footerCopy__link {
    margin-left: 0;
  }
}

.footerCopy__text {
  margin-left: 42px;
  color: rgba(85, 96, 140, 1);
}

@media only screen and (max-width: 768px) {
  .footerCopy__text {
    grid-column: 1 / 3;
    margin-left: 0;
    text-align: center;
  }
}

/* Material Symbols Sharp（フッターアイコン用） */
.material-symbols-sharp {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

