@charset "UTF-8";

.Content_bgWhite {
    padding: 5.8%;
}
.message_box + .message_box{
	margin-top: 100px;
}
.message_tit_wrap {
	position: relative;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	white-space: nowrap;
	padding-top: 80px;
	margin-bottom: 30px;
}
.message_tit_box {
	position: relative;
	margin: 50px 0 ;
	width: fit-content;
	background: #FFF;
}
.message_tit_wrap  .message_img_wrap{
	position: absolute;
	top: 0;
	width: 78%;
	height: 99%;
}
.message_tit_wrap .message_img_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.message_box:nth-child(odd) .message_img_wrap{
	right: 0;
	margin-left: auto;
}
.message_box:nth-child(odd) .message_tit_box{
    padding: 52px 5% 0px 0%;
}
.message_box:nth-child(even) .message_img_wrap{
	left: 0;
	margin-right: auto;
}
.message_box:nth-child(even) .message_tit_box{
    padding: 52px 0% 0px 5%;
    margin: 50px 0 50px auto;
}
.message_tit_wrap .category_box {
    line-height: 1.76;
    color: #00835e;
    letter-spacing: .2em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    white-space: nowrap;
    margin-bottom: 5%;
}
.message_tit_wrap .category_box .category_en {
   font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .13em;
    text-indent: 0.13em;
    line-height: 1.3;
}
.message_tit_wrap .category_box .category_ja {
    font-size: 2.5em;
      font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.message_tit {
	font-size: 2.8em;
	line-height: 1.76;
	color: #00835e;
	letter-spacing: .12em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	white-space: nowrap;
	margin: 7% 0;
}
.message_tit_wrap .profile_box {
}
.message_tit_wrap .profile_box .name_tit{
    font-size: 1.5em;
    margin-right: 1em;
}
.message_tit_wrap .profile_box .name_txt{
    font-size: 3.2em;
}
.message_txt_wrap {
	letter-spacing: .16em;
	line-height: 2;
}

.message_txt_wrap p{font-size: 1.3em}

@media only screen and (min-width: 768px) and (max-width: 1560px) {
	
	.Content_bgWhite {
			padding: 5.8%;
	}
	.message_tit_wrap {
    margin-bottom: 1vw;
	}
	.message_tit {
		margin: 0 0 1.5625vw;
    font-size: 2.5em;
	}
	.message_tit_wrap .category_box .category_ja {
    font-size: 2.3em;
}
	.message_tit_wrap .profile_box .name_txt {
    font-size: 2.7em;
}
	.message_txt_wrap {
		font-size: 1em;
		letter-spacing: .16em;
		line-height: 2;
	}
}
@media only screen and (max-width: 767px) {
    .message_txt_wrap p{font-size: 1.2em}
	.message_tit_wrap .category_box .category_ja {
    font-size:3.2vw;
}
	.message_tit_wrap {
    padding: 8vw 0 0;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		border: none;
	}
	.message_tit {
		margin: 6vw 0;
    font-size: 5.5vw;
    letter-spacing: .1em;
		line-height: 1.44;
	}
	.message_txt_wrap {
		font-size: 1.2em;
		letter-spacing: .228em;
		line-height: 1.75;
	}
	.message_box:nth-child(odd) .message_img_wrap,
	.message_box:nth-child(even) .message_img_wrap{
    position: relative;
    width: 100%;
	}
	.message_box:nth-child(odd) .message_tit_box,
	.message_box:nth-child(even) .message_tit_box {
    padding: 10vw 0 0;
    margin: 0;
    width: 100%;
	}
	.message_tit_wrap .message_img_wrap {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}
	.message_tit_wrap .profile_box .name_tit{
		display: block;
		font-size: 1.5em;
    line-height: 1.44;
	}
	.message_tit_wrap .profile_box .name_txt{
		font-size: 3em;
	}
}