@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
*/

:root {
    --color_gray: hsla(0, 0%, 78%, .35);
	--swl-box_shadow: 0px 3px 6px rgba(0, 0, 0, .2), 3px 0px 6px rgba(0, 0, 0, .2);
}

.mt0 {margin-top: 0 !important;}
@media (max-width: 600px) {
	#content .mt20_sp {
		margin-top: 20px !important;
	}
}

/* ----------- ヘッダー ----------- */
/* PC時の検索ボタン */
.c-gnav__s .c-gnav__sBtn .icon-search {
	display: flex;
	gap: 2px;
}
.c-gnav__s .c-gnav__sBtn .icon-search::after {
	content: "検索";
	font-size: 13px;
	font-style: normal;
	white-space: nowrap;
}
/* SPメニューライン */
.c-iconBtn__icon {
    font-size: 30px;
}

/* ご予約ボタン */
.p-blogParts[data-partsid="652"] .swell-block-button__link {
	white-space: nowrap;	
}


/* ----------- トップページ ----------- */
/* swiper */
.swiper-container:has(.counselor-swiper) {
  overflow: hidden;
}
.counselor-swiper {
  overflow: visible;
}
.counselor-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.counselor-swiper .swiper-slide {
	background-color: #fff;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  height: 8px;
  border-radius: 2px;
  margin: 10px 0;
}
.swiper-scrollbar-drag {
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.swiper-scrollbar:hover {
  background: rgba(0, 0, 0, 0.2);
}
.counselor-swiper .counselor-img {
	margin: 0;
}
.counselor-swiper .counselor-img img {
	aspect-ratio: 73 / 90;
	object-fit: cover;
}
.counselor-swiper .bottom-txt {
	padding: 0.25em 0.5em 0.75em;
	color: #333;
	text-align: center;
	height: 140px;
}
.counselor-swiper .bottom-txt .name {
	margin-bottom: 0.25em;
	font-size: 21px;
}
.counselor-swiper .data ul {
	padding-left: 0;
}
.counselor-swiper .data ul li {
	font-size: 16px;
	list-style: none;
}

@media (max-width:959.99px) {
  .swiper-container:has(.counselor-swiper) {
    /*padding-left: 16.25vw;*/
  }
}
@media (min-width:960px) and (max-width:1295.99px) {
  .swiper-container:has(.counselor-swiper) {
    /*padding-left: 9.75vw;*/
  }
}
@media (min-width:1296px) {
  .swiper-container:has(.counselor-swiper) {
    /*padding-left: 124px;*/
  }
}
@media screen and (max-width:768px) {
	.counselor-swiper .bottom-txt .name {
		font-size: 18px;
	}
}

.u-sp {
	display: none;
}


/* ---- 共通 ---- */
@media (min-width: 600px) {
    .l-topTitleArea {
        display: none;
    }
}
.l-topTitleArea {
display: none;
}
/* セクション見出し */
.wp-block-heading.deco-green,
.wp-block-heading.deco-white {
	display: flex;
	justify-content: center;
	align-items: center;	
	gap: 3em;
}
.wp-block-heading.deco-green::before, 
.wp-block-heading.deco-green::after,
.wp-block-heading.deco-white::before, 
.wp-block-heading.deco-white::after {
	content: "";
	width: 55px;
	height: 39px;
	position: static;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(4px);
}
.wp-block-heading.deco-green::before {
	background-image: url(/wp/wp-content/uploads/2024/06/heading_green_left.svg);
}
.wp-block-heading.deco-green::after {
	background-image: url(/wp/wp-content/uploads/2024/06/heading_green_right.svg);
}
.wp-block-heading.deco-white::before {
	background-image: url(/wp/wp-content/uploads/2024/06/heading_white_left.svg);
}
.wp-block-heading.deco-white::after {
	background-image: url(/wp/wp-content/uploads/2024/06/heading_white_right.svg);
}

@media screen and (max-width:768px){
	.wp-block-heading.is-style-section_ttl {
		gap: 1em;
	}
	.wp-block-heading.deco-green::before, 
	.wp-block-heading.deco-green::after,
	.wp-block-heading.deco-white::before, 
	.wp-block-heading.deco-white::after {
		width: 54px;
	}
}

/* 背景あしらい */
.bg-deco .swell-block-fullWide__inner {
	position: relative;
	padding-bottom: 5em;
}
.bg-deco .swell-block-fullWide__inner::before, 
.bg-deco .swell-block-fullWide__inner::after {
	content: "";
	width: min(15vw, 160px);
	height: min(15vw, 160px);
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-deco .swell-block-fullWide__inner::before {
	top: -2rem;
	right: 1rem;
}
.bg-deco .swell-block-fullWide__inner::after {
	left: 1rem;	
	bottom: -3rem;
	z-index:-1;
}
.bg-deco-green .swell-block-fullWide__inner::before, 
.bg-deco-green .swell-block-fullWide__inner::after {
	background-image: url(/wp/wp-content/uploads/2024/06/bg_deco_green.svg);
}
.bg-deco-white .swell-block-fullWide__inner::before, 
.bg-deco-white .swell-block-fullWide__inner::after {
	background-image: url(/wp/wp-content/uploads/2024/06/bg_deco_white.svg);
}
@media screen and (max-width:768px){
	.bg-deco .swell-block-fullWide__inner::before, 
	.bg-deco .swell-block-fullWide__inner::after {
		width: 25vw;
		height: 25vw;
	}
	.bg-deco .swell-block-fullWide__inner {
		padding-top: 5em;
	}
}


/* ---- トップ MV ---- */
.p-mainVisual__textLayer {
	flex-direction: column-reverse;
	max-width: inherit;
}
.p-mainVisual__slideTitle {
	font-size: min(3.5vw, 35px);
	font-family: "Noto Serif JP";
	font-weight: 700;
}
.p-mainVisual__slideText {
	font-family: "Noto Serif JP";
	margin-top: 0;
	position: relative;
	/* top: -140px;*/
	font-size: 23px;
	font-weight: 700;
}
.p-mainVisual__slideText span {
	font-size: 28px;
}

/* MV 緑のエリア */
.p-blogParts[data-partsid="409"] {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 0;
	background: linear-gradient(112deg, #2c4a4a 36%, transparent 0);
}

@media screen and (max-width:959px){
	.p-blogParts[data-partsid="409"] {
		background: linear-gradient(112deg, #2c4a4a 42%, transparent 0);
	}
}

@media screen and (max-width:768px){
	.p-mainVisual__textLayer{
		justify-content:left;
		padding-top:30px;
		background-color: #2c4a4a11;
		height: fit-content;
		padding-bottom: 30px;
		top: 45%;
		transform: translate(-50%, -50%);
	}
	.p-mainVisual__slideTitle {
		font-size: 22px;
		/*text-align: center;*/
	}
	.p-mainVisual__slideText {
		font-size: 15px;
		/*text-align: center;*/
	}
	.p-mainVisual__slideText span {
		font-size: 20px;
	}
	.p-blogParts[data-partsid="409"] {
		/*background: linear-gradient(170deg, #008080 35%, transparent 0);*/
		background: linear-gradient(180deg, #2c4a4a 30%, transparent 0);
		background: none;
	}
	.u-sp {
		display: block;
	}
}

/* ---- トップ Greetingセクション ---- */
.top-greeting-image img {
	box-shadow: 12px 12px 0 rgba(0, 128, 128, 0.5);
}
@media screen and (max-width:768px){
	.top-greeting-image {
		width: 80%;
		margin-inline: auto;
	}
	.top-greeting-image img {
		box-shadow: 8px 8px 0 rgba(0, 128, 128, 0.5);
	}
}


/* ---- トップ Menuセクション ---- */
/* メニューのボタン位置 */
.top-menu-cols .swell-block-column {
	position: relative;
}

.c-menu__btn {
	width: 100%;
    position: absolute;
	left: 50%;
	bottom: 36px;
	transform: translateX(-50%);
}
@media screen and (max-width:599px){
	.c-menu__btn {
		width: 90%;
		bottom: 2em;
	}
	.c-menu__btn a {
		padding: 0.2em 0.8em;
	}
}


/* ---- トップ ご利用案内セクション ---- */

/* ご利用案内マップ */
.top-access-map iframe {
	width: 100%;
}

/*  ご利用案内ボタン*/
/*
.is-style-more_btn a:hover {
	background-color: #333;
}
*/

.link-white-line {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.top-map {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.top-access .text-col .swell-block-button a {
	width: 100%;	
}
.top-access .map-col {
	align-self: flex-end;	
}
.tel-link a {
	color:#FFF;
	text-decoration: underline;
}
.access-heding {
	padding: .75em 1em .75em 0 !important;
}


/* ---- トップ Pick Upセクション ---- */
.c-pick-btn {
	bottom: 100px;
}
@media screen and (max-width:768px) {
	.c-pick-btn {
	bottom: 70px;
}
	.c-pick-btn a {
		padding: 5px 10px;
		font-size: 14px;
	}
}

/* Pick up 背景白バージョン */

.pickup-cols-white .swell-block-column {
	background-color: white;
	border-radius: 20px;
	padding-bottom: 1em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}

/* Pick up ボックスメニュー */
.top-pickup-box .swell-block-box-menu__item:nth-of-type(1) .swell-block-box-menu__text {
	display: grid;
	align-items: center;	
}
.top-pickup-box .swell-block-box-menu__link {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
	border-radius: 20px;
}
.swell-block-box-menu.top-pickup-box .swell-block-box-menu__text {
	position: relative;
	font-size: 1.2em;
	line-height: 1.4;
	margin-inline: auto;
}
.swell-block-box-menu.top-pickup-box .swell-block-box-menu__text i {
	position: absolute;
	top: calc(50% + 2px);
	right: 0;
	transform: translate(100%, -50%);
	font-size: 1.8em;
}
@media screen and (min-width:600px) {
	.top-pickup-box {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:768px) {
	.swell-block-box-menu.top-pickup-box .swell-block-box-menu__link {
		border-radius: 10px;
		padding: 0.6em 1.2em 1em;
	}
	.swell-block-box-menu.top-pickup-box .swell-block-box-menu__text {
		font-size: 1em;
	}
	.swell-block-box-menu.top-pickup-box .swell-block-box-menu__text i {
		font-size: 1.5em;		
	}
	.swell-block-box-menu__figure img {
		height: auto;
	}
}


/* ---- トップ Informationセクション ---- */

.top-info .recent-post .p-postList__body {
	display: flex;
	gap: 1rem;
}
.top-info .recent-post .p-postList__meta {
	flex-shrink: 0;
	font-size: 0.8rem;
	gap: 1rem;
}
@media screen and (max-width:959px){
	.top-info .recent-post .p-postList__body {
		display: block;
	}
	.top-info .recent-post .p-postList__meta {
		font-size: 13px;
		gap: 0;
	}
}

/* ---- トップ Contactセクション ---- */
/* ボタン */
.c-heart-link a{
	width: 95%;
	padding: 0.6em 15px;
	font-size: 18px;
}
@media (max-width: 600px) {
	.c-heart-link a {
		width: 90%;
		min-width: 90%;
		padding: 0.3em 5px;
		font-size: 18px;
	}
}


/* お問い合わせ */
@media screen and (max-width:768px){
	.contact-text {
		position: relative;
		bottom: 30px;
	}
	.top-contact__text span {
		font-size:16px !important;
	}
}


/* ----------- フッター ----------- */
.footer-access .is-style-more_btn a {
	color: #666;
}
.footer-access .is-style-more_btn a:hover {
    background-color: #333;
	color: #fff;
}

/* 各固定ページタイトル */
.title {
    text-align: center;
    font-size: 38px;
    position: relative;
}

.title::before, 
.title::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url('/wp/wp-content/uploads/2024/06/bg_deco_white.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
}

.title::before {
   top: -15px;
   left: -140px;
}

.title::after {
   top: 15px;
   right: -140px;
}

@media (max-width: 768px) {
       .title {
      font-size: 28px;
    }
}

/* カウンセリングプロセスタイトル */
.process-head {
	color: #6c7d69;
	font-size: 30px;
	position: relative;
	text-align: center;
	margin-top: 40px !important;
}
.process-head::after {
	content: "";
	position: absolute;
	background-color: #6c7d69;
	width: 365px;
	height: 1px;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
}

/*  セクションタイトル*/
.section-title {
	white-space: nowrap;
}

/* 所属カウンセラーページ */
.custom-field__picture {
	width: 50%;
}
.custom-body {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.custom-field__title {
	font-size: 22px;
	background-color: #6c7d69;
	color: #fff;
	padding: 5px 10px;
}

.custom-field:not(:first-child) {
	margin-top: 20px;
}

.custom-textarea {
	font-size: 18px;
	padding: 5px;
}

.custom-field__container {
	width: 50%;
}

/* 所属カウンセラーのアーカイブページ */
.post-type-archive-counselor .p-postList__thumb {
    height: 100%;
}

.post-type-archive-counselor .c-postThumb__figure {
    height: 100%;
}

.post-type-archive-counselor  .p-postList__item {
	margin-bottom: 6.7em;
}

@media (max-width: 768px) {
	.custom-field__picture {
		width: 250px;
		margin: 0 auto;
	}
	.custom-body {
		display: block;
	}
	.custom-field__title {
		font-size: 20px;
	}
	.custom-textarea {
	font-size: 16px;
	}
	.custom-field__container {
	width: 100%;
	}
	.post-type-archive-counselor .p-postList__thumb {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.post-type-archive-counselor .p-postList__body {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 記事一覧ページ */
@media (max-width: 768px) {
	.c-pageTitle__inner {
		font-size: 26px;
	}
}

/* お問い合わせ */
.p-contact__title {
	text-align: center;
}
.p-contact__inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  padding: 0 25px 100px;
}
@media (max-width: 768px) {
  .p-contact__inner {
    max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-form__item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #B5B5B5;
}
@media (max-width: 768px) {
  .p-form__item {
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-start;
  }
}

.p-form__item:first-of-type {
  border-top: 1px solid #B5B5B5;
}

.p-form__title {
  display: flex;
  width: 30%;
  padding: 0 30px;
  gap: 10px;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-form__title {
    width: 100%;
    padding: 0 10px;
  }
}
.p-form__title span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  background-color: #D00000;
}

.p-form__title--type02 {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-form__title--type02 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-form__title--type03 {
  flex-direction: column;
}

.p-form__title--aiStart {
  align-items: flex-start;
}

.p-form__input {
  flex: 1;
}
@media (max-width: 768px) {
  .p-form__input {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }
}

.p-formInput input::-moz-placeholder, .p-formTextarea textarea::-moz-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-formInput input {
    width: 100%;
    height: 50px;
    margin-left: 0;
    padding-left: 15px;
  }
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 2px solid #B5B5B5;
}

.p-formInput--sm input {
  width: 350px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-formInput--sm input {
    width: 100%;
  }
}

.p-formInput__post {
  display: flex;
  gap: 10px;
  align-items: center;
}

.p-formInput__post input {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-formInput__post input {
    width: 100%;
  }
}

.p-formInput__address {
  margin-top: 10px;
}

.p-formInput__address input {
  width: 70%;
}
@media (max-width: 768px) {
  .p-formInput__address input {
    width: 100%;
  }
}

.p-formInput--tel {
  display: flex;
  gap: 5px;
  align-items: center;
}

.p-formInput--tel > * {
  min-width: 0;
}

.p-formInput--tel input {
  width: 150px;
  max-width: 100%;
}

.p-formSelect select {
  width: 250px;
  max-width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 768px) {
  .p-formSelect select {
    width: 100%;
    height: 50px;
  }
}

.p-formSelect select:focus {
  outline: 2px solid #B5B5B5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formTextarea textarea {
  width: 100%;
  min-height: 350px;
  padding-top: 10px;
  padding-left: 20px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-formTextarea textarea {
    width: 100%;
    min-height: 300px;
    margin-left: 0;
    padding-left: 15px;
  }
}

.p-form__privacy {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-form__privacy {
    text-align: left;
  }
}

.p-form__privacy a {
  line-height: 1;
  text-decoration: underline;
}

.p-form__acceptance {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-form__acceptance {
    text-align: left;
  }
}

.p-form__submit {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-form__submit {
    margin-top: 30px;
  }
}

.p-formBtn input {
  width: 300px;
  padding: 20px 0;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  background-color: #313D58;
  cursor: pointer;
  transition: opacity 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.p-formBtn input:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
@media screen and (min-width: 768px) {
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
}
@media screen and (min-width: 768px) {
  .p-formBtn input:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2C94DE;
  font-size: 24px;
}
@media (max-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}
@media (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

/* 予約カレンダー */
.calendar_area-text {
	text-align: center;
}
/* サイドバーの検索画面 */
.wp-block-search .wp-block-search__input {
	    border: 3px solid var(--color_border);
}

/* 心理テスト診断結果区切り */
.post_content .test-line {
	border-bottom: 1px solid rgba(0, 128, 128, 0.7);
}

/* 相談者の声ボタン */
.btn-voice a {
	padding: 9px 40px;
}

/* 固定ページのみサムネイル非表示（一覧時） */
.page .post-thumbnail {
  display: none;
}

/*SP固定メニュー */
#fix_bottom_menu::before{
	background-color:#481804;
}

.in_page_menu1 {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0 !important;
	position: relative;
}
.home .in_page_menu1 {
	top: -127px;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}
.in_page_menu1 li {
	width: calc(100% / 7);
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 14px;
	margin: 0 !important;
}
.in_page_menu1 li:last-child {
	border-right: none;
}
.in_page_menu1 li a {
	background-color: #6c7d69;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 10px 0;
}
.in_page_menu1 li a:hover {
	opacity: 0.7;
}
@media (max-width: 959px) {
	.in_page_menu1 li {
		width: calc(100% / 5);
		font-size: 11px;
	}
	.home .in_page_menu1 {
		top: -31px;
	}
}
@media (max-width: 768px) {
	.home .in_page_menu1 {
		top: -6.7em;
	}
}

@media (min-width: 769px) {
	.accordion_box .accordion_box_btn {
		display: none;
	}
}
@media (max-width: 768px) {
	.accordion_box {
		position: relative;
		height: 200px;
		overflow: hidden;
		display: block;
	}
	.accordion_box::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 140px;
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(254,254,254,1) 100%);
		z-index: 1;
	}
	.accordion_box.active {
		height: auto;
		padding-bottom: 50px;
	}
	.accordion_box.active::before {
		display: none;
	}
	.accordion_box .accordion_box_btn {
		position: absolute;
		left:50%;
		top: 160px;
		transform: translateX(-50%);
		display: inline-block;
		padding: 4px 12px 5px;
		font-size: 14px;

		background: #f7f7f7;
		color: #333;
		border: 1px solid #acacac;
		box-shadow: 0 0 1px rgba(0,0,0,0.3);
		border-radius: 25px;
		cursor: pointer;
		z-index: 10;
		opacity: 1;
	}
	.accordion_box.active .accordion_box_btn {
		top: auto;
		bottom: 5px;
	}
}

.c-postTitle__ttl {
	letter-spacing: 3px;
}
.c-postTitle__ttl::first-letter {
	font-size: 140%;
	color: var(--color_main);
}
.c-postTitle__sub {
	font-size: 120%;
	color: #666;
}

.p-articleThumb {
	margin: .5em 0 2em;
}

.post_content p {
	margin-bottom: 2.5em;
}
.post_content li {
	margin: 1.5em 0;
}
.post_content .p-toc__list li {
	margin-top: .5em;
	margin-bottom: .5em;
}

.-type-thumb .p-postList__item {
	margin-bottom: 65px;
}
.-type-thumb .p-postList__body {
	bottom: auto;
}

.-type-big .p-postList__body, .-type-card .p-postList__body {
	padding-top: 0.5em;
}

.parent-category-psychological-counseling .-type-card .p-postList__body {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 0.75em 0.75em 0;
}

.p-postList .p-postList__title {
	font-size: 75%;
	font-weight: normal;
	color: #666;
	text-align: center;
}

.p-postList__title .post-date {
    display: block;
	color: #333;
	font-weight: bold;
}

@media (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}	
}

.c-pageTitle__subTitle {
	color: #8c8c8c;
}

.swell-block-accordion__body {
	border: solid 4px var(--color_gray);
}

.category-couple .swell-block-box-menu__item.category-couple,
.category-family .swell-block-box-menu__item.category-family,
.category-love .swell-block-box-menu__item.category-love,
.category-school .swell-block-box-menu__item.category-school,
.category-human .swell-block-box-menu__item.category-human,
.category-improvement .swell-block-box-menu__item.category-improvement,
.category-dependence .swell-block-box-menu__item.category-dependence,
.category-anxiety .swell-block-box-menu__item.category-anxiety,
.category-mental-health .swell-block-box-menu__item.category-mental-health,
.category-emotions .swell-block-box-menu__item.category-emotions,
.category-personality .swell-block-box-menu__item.category-personality,
.category-other .swell-block-box-menu__item.category-other {
	opacity: 0.6;
}

.swell-block-box-menu__figure>img {
	aspect-ratio: 1/1;
	width: 45%;
	height: auto;
}
.size-small .swell-block-box-menu__figure>img {
	width: 35%;
}
.swell-block-box-menu[data-direction=vertical] .swell-block-box-menu__figure {
	margin-bottom: 0.5em;
}
.swell-block-box-menu.is-style-fill .swell-block-box-menu__link {
	padding: 0.5em 1em 1em;
}

.swell-block-box-menu__text {
	font-size: 22px;
	font-weight: bold;
}
.size-small .swell-block-box-menu__text {
	font-size: 16px;
}
.swell-block-box-menu.is-style-fill .swell-block-box-menu__link {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.swell-block-box-menu.is-style-fill .swell-block-box-menu__link:hover {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
@media (max-width: 600px) {
	.swell-block-box-menu__figure>img {
		width: 60%;
	}
	.size-small .swell-block-box-menu__figure>img {
		width: 80%;
	}
	.swell-block-box-menu__text {
		font-size: 18px;
	}
	.size-small .swell-block-box-menu__text {
		font-size: 12px;
	}
}

.top-menu.bg-green .swell-block-box-menu.is-style-fill .swell-block-box-menu__link {
	background-color: #472400aa;

}

.-type-card .p-postList__thumb {
	border-radius: 10px;
}

.grecaptcha-badge {
	display: none;
}

.l-footer__foot .c-iconList li a {
	font-size: 150%;
}

.top-counselor .p-postListWrap {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.top-counselor .p-postListWrap .p-postList .p-postList__title {
	color: #fff;	
}

@media (max-width: 600px) {

}

.c-mvBtn__btn {
	margin-bottom: 1em;
}


@media (max-width: 600px) {
	.otodoke_msg {
		display: block;
	}
}

.reference {
	padding: 1.5em !important;
}
.reference h2 {
	text-align: justify !important;
	margin-bottom: 0.75em !important;
}
.reference li {
	margin: 0.5em 0 !important;
}

@media (max-width: 600px) {
.sp-img-small.is-style-card>.wp-block-media-text__media>img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 600px) {
	.top-features .swell-block-columns {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.b-radius10 img {
	border-radius: 10px;
}
