@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
*/

/* フッター追加メニュー 姉妹サイト用 */
.l-footer__nav.sibling-site a:not([href]):hover {
    text-decoration: none;
}
.l-footer__nav a[target="_blank"] img {
	margin-left: 4px;
	position: relative;
	top: 1px;
}
@media (min-width: 600px) {
	.l-footer__nav.sibling-site li:first-child a {
		border-left: none;
		border-right: none;
		padding-right: 0;
	}
	.l-footer__nav.sibling-site li:last-child a {
		border-right: none;
	}
}

/* スマホ サブメニューアコーディオン */
.c-submenuToggleBtn:before {
	content: "\e91c";
}
.c-submenuToggleBtn.is-opened:before {
	content: "\e919";
}

/*.監修者 */
.supervisor {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.25rem 1.75rem;
}

.supervisor__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem;
  position: relative;
}

.supervisor__title::before {
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  z-index: 1;
  background: var(--color_main);
  position: absolute;
}

.supervisor__title::after {
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color_border);
  position: absolute;
}

.supervisor__wrapper {
  margin-top: 1.5rem;
}

@media (min-width: 600px) {
  .supervisor__wrapper {
    display: grid;
    grid-template-columns: 12.5rem auto;
    gap: 1.5rem;
  }
}
.supervisor__image-wrapper {
  display: grid;
  grid-template-columns: 8.75rem auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 600px) {
  .supervisor__image-wrapper {
    display: block;
  }
}
.supervisor__image {
  aspect-ratio: 1/1;
  margin: 0 1.5rem;
  position: relative;
}

.supervisor__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width: 600px) {
  .supervisor__name-wrapper {
    margin-top: 0.5rem;
  }
}
.supervisor__name {
  font-weight: 700;
  text-align: center;
}

.supervisor__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding-left: 0 !important;
  margin-top: 0.5rem;
}

.supervisor__icon {
  margin: 0 !important;
}

.supervisor__icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}

@media (hover: hover) {
  .supervisor__icon a {
    transition: opacity .5s;
  }
  .supervisor__icon a:hover {
    opacity: .5;
  }
}

.supervisor__contents {
  background: #fff;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 600px) {
  .supervisor__contents {
    padding: 1.5rem;
    margin-top: 0;
  }
}

/*.コンタクトフォーム7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 100%;
}

/* ヘッダー */
.l-header, .l-fixHeader {
	border-bottom: 1px solid var(--color_main);
}

/*.パンくず */
.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}
.p-breadcrumb__list {
  -ms-overflow-style: none;
	scrollbar-width: none;
	overflow-x: scroll;
}
.p-breadcrumb__list::-webkit-scrollbar{
  display: none;
}

/* 投稿 サブタイトル */
.c-pageTitle__subTitle {
    font-style: italic;
    font-weight: 700;
    letter-spacing: var(--swl-letter_spacing,1px);
    opacity: .8;
}
.p-articleMetas__notice {
    font-size: 11px;
    line-height: 1;
    padding: 4px .5em;
    border: 1px solid #000;
    border-radius: 1px;
}
.broken_link, a.broken_link {
    text-decoration: none;
}
a[target="_blank"]:not(:has(img)):not(.swell-block-button__link)::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: center / contain no-repeat url("/matching-app/wp-content/themes/swell_child/assets/img/icon/icon-target-blank.svg");
    position: relative;
    top: 0.125em;
    right: -0.125em;
}
.menu-item a[target="_blank"]::after,
.c-iconList__item a[target="_blank"]::after {
	content: none !important;
}
