@charset "utf-8";

/* ==========================================================================
   therapists
   ========================================================================== */
#page_therapists .contents_wrap{
	margin: 0;
}

@media (min-width: 960px){
#page_therapists .contents_wrap .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}


/* executive
============================================================ */
#page_therapists #executive{
	background-color: #F2F7FB;
	padding: 50px 0 0 0;
}
@media (min-width: 960px){
#page_therapists #executive{
	padding: 80px 0 0 0;
}
}

@media (min-width: 960px){
#page_therapists #executive .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#executive .profile_block{
	position: relative;
}

#executive .thumbnail{
	width: 100%;
	height: auto;
}
@media (min-width: 440px){
#executive .thumbnail{
	width: 81%;
	margin-left: 19%;
}
}

#executive .name_block{
	color: #fff;
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgb(79,146,109);
	background: linear-gradient(45deg, rgba(79,146,109,1) 0%, rgba(99,195,142,1) 100%);
}
@media (min-width: 440px){
#executive .name_block{
	color: #fff;
	width: 350px;
	height: 350px;
	position: absolute;
	bottom: -60px;
	left: -0.5%;
}
}

#executive .name_block .post{
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0 0 0 0.06em;
}
@media (min-width: 440px){
#executive .name_block .post{
	font-size: 1.6rem;
}
}

#executive  .name_block .name{
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 0 0 0 0.12em;
}
@media (min-width: 440px){
#executive  .name_block .name{
	font-size: 2.6rem;
}
}

#executive .name_block .name_en{
	font-size: 1.0rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 4px 8px 4px 10px;
}
@media (min-width: 440px){
#executive .name_block .name_en{
	font-size: 1.2rem;
	padding: 4px 11px 4px 13px;
}
}


/* message
============================================================ */
#page_therapists #message{
	background-color: #F2F7FB;
	padding: 50px 0 60px 0;
}
@media (min-width: 960px){
#page_therapists #message{
	padding: 140px 0 100px 0;
}
}

@media (min-width: 960px){
#page_therapists #message .wrap{
	max-width: calc(800px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#message .head{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.7;
}
@media (min-width: 440px){
#message .head{
	font-size: 2.7rem;
}
}

#message .text_block p{
	font-size: 1.4rem;
	margin-top: 20px;
}
@media (min-width: 440px){
#message .text_block p{
	font-size: 1.5rem;
	margin-top: 24px;
}
}

#message .text_block p:first-of-type{
	margin-top: 20px;
}
@media (min-width: 960px){
#message .text_block p:first-of-type{
	margin-top: 30px;
}
}


/* therapists
============================================================ */
#page_therapists #therapists{
	padding: 0 0 80px 0;
	position: relative;
}
@media (min-width: 960px){
#page_therapists #therapists{
	padding: 0 0 200px 0;
}
}

/*#page_therapists #therapists .diagonal-bottom{
	transform: scale(-1, 1);
}*/

@media (min-width: 960px){
#page_therapists #therapists .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#page_therapists #therapists .card{
	width: 100%;
	display: flex;
  flex-direction: column;
	align-items: center;
	margin: 40px 0 0 0;
}
@media (min-width: 960px){
#page_therapists #therapists .card{
  flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 80px 0 0 0;
}
}

#page_therapists #therapists .card:first-of-type{
	margin-top: 0;
}

#page_therapists #therapists .thumbnail{
	width: 100%;
}
@media (min-width: 960px){
#page_therapists #therapists .thumbnail{
	width: 39%;
}
}

#page_therapists #therapists .thumbnail img{
	border-radius: 10px;
}

#page_therapists #therapists .text_block{
	width: 100%;
	margin: 30px 0 0 0;
}
@media (min-width: 960px){
#page_therapists #therapists .text_block{
	width: 53%;
	margin: 10px 0 0 0;
}
}

#page_therapists #therapists .text_block .name{
	color: #4f926d;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}
@media (min-width: 960px){
#page_therapists #therapists .text_block .name{
	font-size: 2.6rem;
}
}

#page_therapists #therapists .text_block .post{
	color: #4f926d;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	vertical-align: 2px;
	margin: 0 10px 0 0;
}
@media (min-width: 960px){
#page_therapists #therapists .text_block .post{
	font-size: 1.65rem;
	margin: 0 20px 0 0;
}
}

#page_therapists #therapists .text_block .name_en{
	color: #4f926d;
	font-size: 1.0rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
	padding: 3px 10px 3px 12px;
	margin: 0 0 0 6px;
	vertical-align: 4px;
}
@media (min-width: 960px){
#page_therapists #therapists .text_block .name_en{
	font-size: 1.2rem;
	padding: 4px 10px 4px 12px;
	margin: 0 0 0 12px;
	vertical-align: 5px;
}
}

#page_therapists #therapists .text_block .head{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6;
}
@media (min-width: 440px){
#page_therapists #therapists .text_block .head{
	font-size: 1.8rem;
}
}

#page_therapists #therapists .text_block p{
	line-height: 1.7;
	letter-spacing: 0.04em;
	font-feature-settings: "palt" 1;
}

#page_therapists #therapists .text_block .btn-2{
	justify-content: flex-start;
}

#page_therapists #therapists .voice_block .voice{
	background-color: #fff;
	border: 1px solid #4f926d;
	border-radius: 8px;
	padding: 16px 20px 14px 20px;
}

#page_therapists #therapists .voice_block .voice .title{
	color: #4f926d;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}

#page_therapists #therapists .voice_block .voice .star{
	color: #D5AF30;
	font-size: 1.5rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.14em;
}

#page_therapists #therapists .voice_block .voice p{
	font-size: 1.4rem;
	line-height: 1.5;
}


/* ==========================================================================
	 voice-modal(popup)
   ========================================================================== */
#page_therapists .btn-modal{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#page_therapists .btn-modal{
	color: #4f926d;
	width: 100%;
	height: 50px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	border: 1px solid #4f926d;
	border-radius: 7px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
@media (min-width: 960px){
#page_therapists .btn-modal{
	width: 400px;
	height: 58px;
	font-size: 1.6rem;
}
}

@media (min-width: 960px){
#page_therapists .btn-modal:hover{
	color: #1594F7;
	color: rgba(90, 170, 125, 1);
}
}

#page_therapists .btn-modal::after{
	content: "";
	width: 13px;
	height: 13px;
	background-image: url(../img/common/icon-arrow-rp.svg);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -6.5px 0 0 0;
}
@media (min-width: 960px){
#page_therapists .btn-modal::after{
	width: 13px;
	height: 13px;
	background-size: 13px 13px;
	margin: -6.5px 0 0 0;
}
}

#page_therapists .modal{
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.85);
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}

#page_therapists .modal .modal-base{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
	align-items: center;
	justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}

#page_therapists .modal .modal-box{
	width: 90%;
	height:90vh;
	background-color: #fff;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 18px 0 18px;
	border-radius: 2px;
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
}
@media (min-width: 960px){
#page_therapists .modal .modal-box{
	width: 46%;
	height: 90vh;
	padding: 40px 42px 0 42px;
	box-sizing: border-box;
}
}

#page_therapists .modal .modal-box .voice_block{
	overflow-y: scroll;
}

#page_therapists .modal .modal-box .voice{
	background-color: #fff;
	border: 1px solid #4f926d;
	border-radius: 8px;
	padding: 16px 20px 14px 20px;
}

#page_therapists .modal .modal-box .voice:last-of-type{
	margin: 0 0 20px 0;
}
@media (min-width: 960px){
#page_therapists .modal .modal-box .voice:last-of-type{
	margin: 0 0 40px 0;
}
}

#page_therapists .modal .modal-box .voice .title{
	color: #4f926d;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}

#page_therapists .modal .modal-box .voice .star{
	color: #D5AF30;
	font-size: 1.3rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.14em;
}

#page_therapists .modal .modal-box .voice p{
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
}

#page_therapists .modal .modal-box .modalClose{
	color: #fff;
	background-color: #4f926d;
  width: 44px;
  height: 44px;
  font-size: 2.6rem;
  font-weight: 300;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
	top: -24px;
	right: -12px;
	z-index: 100;
}
@media (min-width: 960px){
#page_therapists .modal .modal-box .modalClose{
  ccolor: #fff;
	background-color: #4f926d;
  width: 50px;
  height: 50px;
  font-size: 3.0rem;
	line-height: 48px;
	border-radius: 50%;
	top: -4px;
	right: -66px;
}
}


/* ==========================================================================
   interview, faq
   ========================================================================== */
@media (min-width: 960px){
#page_therapists-interview .contents_wrap .wrap,
#page_therapists-faq .contents_wrap .wrap{
	max-width: calc(900px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#page_therapists-interview .single_entry h4{
	color:#4f926d;
	font-size: 1.4rem;
	line-height: 1.8;
	text-indent: -6em;
  padding-left: 6em;
	margin-top: 30px!important;
}
@media (min-width: 440px){
#page_therapists-interview .single_entry h4{
	font-size: 1.5rem;
	text-indent: -5.5em;
  padding-left: 5.5em;
}
}

#page_therapists-interview .single_entry p.text{
	font-size: 1.4rem;
	text-indent: -6em;
  padding-left: 6em;
}
@media (min-width: 440px){
#page_therapists-interview .single_entry p.text{
	font-size: 1.5rem;
	text-indent: -5.5em;
  padding-left: 5.5em;
}
}

#page_therapists-interview .single_entry img{
	width: 80%!important;
	height: auto!important;
	display: block!important;
	border-radius: 10px!important;
	padding: 0!important;
}
@media (min-width: 440px){
#page_therapists-interview .single_entry img{
	width: 440px!important;
}
}
