@charset "UTF-8";

@media screen and (min-width:768px) {
  .breadcrumb { width: 1100px; }
  .content_inner { max-width: 1100px; }
  .message-wrap {
    display: flex;
    margin: 50px 0;
  }
  .message-left {
    min-width: 400px;
    margin-right: 60px;
  }
  .message__img {
    width: 100%;
    height: auto;
  }
  .message__katagaki {
    font-weight: bold;
    margin-top: 10px;
  }
  .message__katagaki span {
    font-size: 2rem;
  }

  .message-right p {
    line-height: 2.2;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .message-wrap {
    margin-top: 25px;
  }
  .message-left {
    margin-bottom: 30px;
  }
  .message__img {
    width: 100%;
    height: auto;
  }
  .message__katagaki {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }
  .message__katagaki span {
    font-size: 2rem;
  }

  .message-right p {
    line-height: 2.2;
    margin-bottom: 30px;
  }
}


section {
	padding-bottom: 80px
}
section .content_inner {
	max-width: 900px !important;
}
#actual {
	max-width: 800px !important;
	margin: auto;
}


.content_inner-detail {
	max-width: 800px !important;
	margin: auto;
}
.main.grid {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}
.main.grid .profile_box {
}
.main.grid .profile_box .photoWrap {
	position: relative;
	width: 100%;
	margin:0 auto 10px;
	overflow:hidden;
}
.main.grid .profile_box .photoWrap img{
	transition:1s all;
	width: 100%;
}
.main.grid .profile_box .photoWrap img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}
.arrow {
	position: absolute;
	right: 0;
	bottom: 0px;
	text-align: center;
	background-color: #B21014;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
}
.triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #B21014 transparent transparent transparent;
}
.txt_data {
	text-align: left;
}
.txt_data .title {
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 130%;
}
.txt_data .name {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0px;
}
.sub.grid {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr;
}
.sub_box {
	padding: 50px;
	background-color: #fff;
}
.sub_box p {
	margin-top: 40px;
	line-height: 2;
}


.c-headline-h2-detail {
  color: #e11515;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
.profile-detail p {
	margin-top: 50px;
	text-align: left;
	line-height: 200%;
}
.main-name {
	font-size: 90px;
	font-weight: 700;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	color: #000;
}
.main-name.long {
	font-size: 70px;
	font-weight: 700;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	color: #000;
}
.message-detail p {
	line-height: 200%;
}

@media screen and (max-width:767px) {
	.content_inner-detail {
	padding-left: 20px;
		padding-right: 20px;
}
	.main.grid {
		grid-template-columns: 1fr 1fr;
	}
	.sub.grid {
	grid-template-columns: 1fr;
}
	.main-name {
	font-size: 40px;
	font-weight: 700;
	letter-spacing:0.2em;
}
	.main-name.long {
	font-size: 30px;
	font-weight: 700;
	letter-spacing:0.2em;
}
}
