@charset "utf-8";

/*-------------------------
- common
- mv
- sec_intro
- sec_btn
-------------------------*/

:root {
	--gray:#FAFAF8;
}


#container .content {
	letter-spacing: 0.01em;
}
#container .mv::before {
  background: url("../img/meister_mv.png") no-repeat center bottom;
  background-size: cover;
  background-position: center;
}
#container .bg_gary {
	background-color: var(--gray);
}
#container .mab120 {
	margin-bottom: 120px;
}

@media only screen and (max-width: 768px){
#container .mab120 {
	margin-bottom: 60px;
}
}

#container .sttl {
	color: #FF551E;
	font-size: clamp(18px, calc(36/1366*100vw), 36px);
	font-weight: bold;
	text-align: center;
	max-width: 850px;
	margin: 0 auto 80px;
	padding: 0 0 30px;
	position: relative;
	letter-spacing: 0.12em;
	width: 90%;
}
#container .sttl:after {
	content: "";
	display: inline-block;
	background-image: url(../img/ttl_line.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media only screen and (max-width: 768px){
#container .sttl {
	font-size: 18px;
	max-width: 100%;
	margin: 0 auto 29.74px;
	padding: 0 0 12.24px;
	width: 90%;
	letter-spacing: 1px;
}
#container .sttl:after {
	background-image: url(../img/ttl_line_sp.svg);
	height: 4px;
}
}

.tab {
	display: none;
}

@media only screen and (max-width: 834px) {
.tab {
	display: block;
}
}


/*=======================================
	mv
=======================================*/
#container .mv #contents_title h2{
		margin-top: 15px;
}
#container .mv #contents_title .sub_ttl {
		background: url(../img/ttl_after.png) no-repeat center center;
		background-size: 100% 100%;
}


@media only screen and (max-width: 768px){
	#container .mv::before {
		background: url(../img/meister_mv_sp.jpg) no-repeat center center;
		background-size: cover;
	background-position: bottom;
	}
	#container .mv #contents_title h2{
		margin-top: 0;
	}
	#container .mv #contents_title .sub_ttl {
		background: url(../img/ttl_after_sp.png) no-repeat center center;
		background-size: 100% auto;
		font-weight: 700;
		padding: 6px 10px 10px;
}
}


/*=======================================
	sec_intro
=======================================*/
.sec_intro {
	color: #503700;
	margin-bottom: 132px;
}
.sec_intro .read_text {
	font-size: 25px;
	line-height: 2.56;
	letter-spacing: 0.09em;
	width: 90%;
	margin: 0 auto 95px;
	padding: 100px 0 0;
	text-align: center;
	font-weight: bold;
}


/*profile_area*/
.sec_intro .profile_area {
	max-width: 926px;
	width: 90%;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.sec_intro .profile_area .innar {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 0 50px;
}
.sec_intro .profile_area:after {
	content: "";
	display: inline-block;
	background: url( "../img/line.png") repeat-x center left;
	width: 100%;
	height: 3px;
	background-size: contain;
}
.sec_intro .profile_area .title {
	position: relative;
	margin-bottom: 37px;
}
.sec_intro .profile_area .title:before {
	content: "";
	display: inline-block;
	background: url( "../img/line.png") repeat-x center left;
	width: 100%;
	height: 3px;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.sec_intro .profile_area .title p {
	width: 35.09719222462203%;
	background-color: var(--gray);
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.sec_intro .profile_area .title p img {
	width: 80%;
	margin: 0 auto;
}
.sec_intro .profile_area .prof_intro {
	display: flex;
	align-items: center;
	gap: 20px;
}
.sec_intro .profile_area .prof_intro .img {
	/* max-width: 140px; */
	width: 18.93844132550273%;
}
.sec_intro .profile_area .prof_intro .text {
	width: 78.01920189894024%;
}
.sec_intro .profile_area .prof_intro .text .name {
	font-size: 28px;
	letter-spacing: 0.24em;
	margin-bottom: 15px;
	display: flex;
	gap: 18px;
	align-items: center;
}
.sec_intro .profile_area .prof_intro .text .name .link_blank {display: inline-flex;}
.sec_intro .profile_area .prof_intro .text .name .link_blank a {
	text-decoration: none;
	border-bottom: solid 1px #503700;
	padding: 0 5px;
	font-size: 16px;
	letter-spacing: 0.12em;
}
.sec_intro .profile_area .prof_intro .text .name .link_blank a:hover {
	color: #503700;
	text-decoration: none;
}
.sec_intro .profile_area .prof_intro .text .name .link_blank a:after {
	content: "";
	display: inline-block;
	background: url("../img/icon_blank.png") no-repeat left top;
	background-size: cover;
	width: 14.2748px;
	height: 14.2748px;
	margin-left: 8px;
}
.sec_intro .profile_area .innar p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.14em;
}
@media only screen and (max-width: 768px){
.sec_intro {
	margin-bottom: 51px;
}
.sec_intro .read_text {
	font-size: 14px;
	line-height: 2.14;
	margin: 0 auto 70px;
	padding: 50px 0 0;
	letter-spacing: 0;
}


/*profile_area*/
.sec_intro .profile_area {
}
.sec_intro .profile_area .innar {
	width: auto;
	padding: 0;
}
.sec_intro .profile_area:after {
}
.sec_intro .profile_area .title {
	margin-bottom: 30px;
}
.sec_intro .profile_area .title:before {
}
.sec_intro .profile_area .title p {
	width: 46.15384615384615%;
}
.sec_intro .profile_area .title p img {
	width: 90%;
	margin: 0 auto;
}
.sec_intro .profile_area .prof_intro {
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
.sec_intro .profile_area .prof_intro .img {
	width: 27.83727810650888%;
}
.sec_intro .profile_area .prof_intro .text {
	width: 65.97633136094675%;
}
.sec_intro .profile_area .prof_intro .text .name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.sec_intro .profile_area .prof_intro .text .name .link_blank {
}
.sec_intro .profile_area .prof_intro .text .name .link_blank a {
	padding: 0;
	font-size: 13px;
	display: flex;
	align-items: center;
	padding: 0 0 1px;
}
.sec_intro .profile_area .prof_intro .text .name .link_blank a:after {
	width: 13.86px;
	height: 13.86px;
	margin-left: 12px;
}
.sec_intro .profile_area .innar p {
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
}
}


/*=======================================
	sec_btn
=======================================*/
.sec_btn {
	padding-bottom: 150px;
}
.sec_btn .btn {
	width: 87.48169838945827%;
	margin-bottom: 60px;
}
.sec_btn .btn:last-child {
	margin-bottom: 0;
}
.sec_btn .btn a {
	background-color: #fff;
	border-radius: 85px;
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
}
.sec_btn .btn .img {
	width: 35.48117154811715%;
}
.sec_btn .btn .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_btn .btn .ttl {
	width: 9.08333333333333%;
	margin-left: 2.92887029288703%;
}
.sec_btn .btn .text {
	width: 40.28242677824268%;
	margin-left: 2.92887029288703%;
}
.sec_btn .btn .text .copy_01 {
	color: #503700;
	font-size: clamp(18px, calc(32/1366*100vw), 32px);
	font-weight: 700;
	letter-spacing: 0.012em;
	font-feature-settings: "palt";
}
.sec_btn .btn .text .copy_01 span {
	text-indent: 0.5em;
	margin-left: -0.5em;
}
.sec_btn .btn .icon {
	width: 3.33333333333333%;
}
@media only screen and (max-width: 768px){
.sec_btn {
	padding-bottom: 75px;
}
.sec_btn .btn {
	width: 95%;
	margin-bottom: 20px;
}
.sec_btn .btn:last-child {
	margin-bottom: 0;
}
.sec_btn .btn a {
	background-color: #fff;
	border-radius: 85px;
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
}
.sec_btn .btn .img {
	width: 35.81267217630854%;
}
.sec_btn .btn .img img {
}
.sec_btn .btn .ttl {
	margin-left: 1.37741046831956%;
	width: 8.26446280991736%;
}
.sec_btn .btn .text {
	width: 41.8732782369146%;
	margin-left: 3.30578512396694%;
}
.sec_btn .btn .text .copy_01 {
	font-size: clamp(12px, calc(18/768*100vw), 18px);
}
.sec_btn .btn .text .copy_01 span {
	text-indent: 0em;
	margin-left: 0em;
}
.sec_btn .btn .icon {
	margin-left: 0%;
	width: 5.23415977961433%;
}
}

