@charset "utf-8";

/* ------------------------------------------------------------ message */
#message{ padding: 106px 0 75px; }

.message-inner{ width: 770px; margin: 0 auto; }
.message__title{ padding: 0 0 50px; font-size: 34px; line-height: 1.4; /* font-family: "ta-kobe", sans-serif; font-weight: 400; font-style: normal; */ text-align: center; }
.message__desc{ padding: 0 0 145px; font-size: 18px; line-height: 2.2;/*  font-family: "ta-kobe", sans-serif; font-weight: 400; font-style: normal; */ }

.message__sign{ text-align: right; }
.message__sign dt{ padding: 0 0 10px; }
.message__sign dd{ font-size: 44px; /* font-family: 'DFPEN4'; */ font-family: "ta-kobe", sans-serif; font-weight: 400; font-style: normal; }


/* ------------------------------------------------------------ introduce */
#introduce{ padding: 80px 0; background: #F1F1ED; }
#introduce .title{ padding: 0 0 55px; }
#introduce .title.avater:before{ width: 99px; height: 143px; bottom: 23px; left: 13%; background-image: url(../images/avater/cat-08.png); }
#introduce .title.avater:after{ width: 121px; height: 154px; bottom: 10px; right: 10%; background-image: url(../images/avater/squirrel-01.png); }

.profile-card{ background: #fff; border-radius: 10px; padding: 50px 50px 100px; margin: 0 0 30px; }
.profile-card:last-of-type{ margin: 0; }
.profile-card__head{ display: flex; align-items: stretch; justify-content: space-between; padding: 0 0 55px; }
.profile-card__intro{ display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; width: 50%; padding-right: 5%; }
.profile-card__role{ font-size: 22px; font-family: 'Noto-Sans-JP-Medium'; }
.profile-card__name{ font-size: 40px; font-family: "Hiragino Sans", sans-serif; font-weight: 800;  }
.profile-card__lead{ font-size: 17px; text-align: center; line-height: 1.7; }
.profile-card__photo{ width: 50%; }
.profile-card__photo img{ width: 100%; height: auto; }

.section-line:not(:last-of-type){ margin: 0 0 55px; }
.section-line__head{ display: flex; align-items: center; gap: 25px; margin: 0 0 30px; }
.section-line__title{ margin: 0; font-size: 22px; font-family: 'Noto-Sans-JP-Medium'; white-space: nowrap; color: #111; }
.section-line__rule{ flex: 1; height: 1px; background: var(--main-color); }

.pill-list{ display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 10px 0 0; }
.pill-list__item{ display: inline-flex; align-items: center; justify-content: center; min-width: 270px; padding: 17px; border-radius: 100px; background: var(--main-color); color: #fff; line-height: 1; }
.profile-wrapp{ display: flex; align-items: stretch; justify-content: space-between; gap: 24px; padding: 56px 0 0; }
.profile-box{ width: 50%; background: var(--gray); border-radius: 10px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.profile-box__title{ width: 115px; font-size: 22px; font-family: 'Noto-Sans-JP-Medium'; }
.profile-box__text{ width: calc(100% - 115px); line-height: 2; }

.dot-list__item{ position: relative; margin: 0 0 20px; padding-left: 15px; }
.dot-list__item:last-child{ margin: 0; }
.dot-list__item::before{ content: ""; position: absolute; left: -0; top: 50%; transform: translate(0,-50%); width: 3px; height: 3px; border-radius: 100px; background: #000; }




/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	
/* ------------------------------------------------------------ message */
	#message{ padding: 50px 0; }

	.message-inner{ width: 90%; }
	.message__title{ padding: 0 0 20px; font-size: 20px; line-height: 1.5; }
	.message__desc{ padding: 0 0 40px; font-size: 14px; line-height: 2; }
	
	.message__sign{ text-align: right; }
	.message__sign dt{ padding: 0 0 6px; font-size: 12px; }
	.message__sign dd{ font-size: 32px; line-height: 1.2; }


/* ------------------------------------------------------------ introduce */
	#introduce{ overflow: hidden; padding: 50px 0; }
	#introduce .title{ padding: 0 0 40px; }
	#introduce .title.avater::before { width: 85px; height: 122px; top: -34px; left: -30px; }
	#introduce .title.avater::after { right: -36px; width: 101px; height: 128px; top: -39px; }
		
	.profile-card{ padding: 28px 18px 40px; margin: 0 0 18px; border-radius: 10px; }
	.profile-card__head{ padding: 0 0 40px; flex-direction: column; gap: 15px; }
	.profile-card__intro{ width: 100%; padding-right: 0; gap: 10px; }
	.profile-card__role{ font-size: 15px; }
	.profile-card__name{ font-size: 28px; line-height: 1.2; }
	.profile-card__lead{ font-size: 14px; line-height: 1.7; }
	.profile-card__photo{ width: 100%; }
	.profile-card__photo img{ border-radius: 8px; }
	
	.section-line:not(:last-of-type){ margin: 0 0 30px; }
	.section-line__head{ gap: 14px; margin: 0 0 16px; }
	.section-line__title{ font-size: 18px; }

	.pill-list{ gap: 8px; padding: 6px 0 0; }
	.pill-list__item{ min-width: initial; width: 100%; padding: 12px 16px; font-size: 13px; border-radius: 999px; line-height: 1.3; justify-content: flex-start; }
	.profile-wrapp{ flex-direction: column; gap: 10px; padding: 30px 0 0; }
	.profile-box{ width: 100%; padding: 16px 16px; gap: 12px; }
	.profile-box__title{ width: 60px; font-size: 15px; }
	.profile-box__text{ width: calc(100% - 60px); font-size: 14px; line-height: 1.8; }
	
	.dot-list__item{ margin: 0 0 4px; padding-left: 14px; font-size: 13px; line-height: 1.8; }
	.dot-list__item::before{ top: .9em; transform: translateY(0); }
		
	
	
}
