/*****The second section**********/

section.s_03_25e {
	width: 100%;
	background-color: #f5faff;
}
.contents-groupcp {
	width: 950px;
	margin: 0 auto;
	padding: 150px 0;
	font-size: 15px;
	color: #3e3a39;
	line-height: 2.0;
	letter-spacing: 0.05em;
	font-weight: normal;
}
.contents-groupcp h2 {
	width: 400px;
	margin: 0 auto 50px;
}
.contents-groupcp h3 {
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.contents-groupcp .images {
	width: 100%;
	margin-bottom: 80px;
}
.contents-groupcp .prof-area {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
    box-sizing: border-box;
}
.contents-groupcp .prof-area .box-l {
    width: 25%;
}
.contents-groupcp .prof-area .box-r {
    width: 73%;
    box-sizing: border-box;
}
.contents-groupcp .prof-area .box-r .profbox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: url("../img/26m_s03_bg_prof.svg") no-repeat top center;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 0;
}
.contents-groupcp .prof-area .box-r .profbox-inner {
    padding: 30px 25px 22px 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents-groupcp .prof-area .box-r .proftxt {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #3e3a39;
    margin: 0 0 20px 0;
	width: 73%;
}
.contents-groupcp .prof-area .box-r .proflogo {
    text-align: right;
    margin: 0 0 10px 0;
	width: 22%;
}
.contents-groupcp .prof-area .box-r img {
    width: 100%;
    height: auto;
}
.contents-groupcp .contents-lead-area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 90px;
}
.contents-groupcp .contents-lead-area .icon {
	width: 65px;
	margin: 0 auto 5px;
}
.contents-groupcp .decorated-text {
	display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
  text-align: center;
  gap: 100px;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #3e3a39;
}
.decorated-text .frame {
  display: inline-block;
  width: 14px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.decorated-text .frame.left {
  background-image: url("../img/26m_s03_frame_l.svg");
}
.decorated-text .frame.right {
  background-image: url("../img/26m_s03_frame_r.svg");
}

.contents-groupcp .decorated-text-under {
	font-family: "Overpass", sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #3a5fab;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.contents-groupcp .decorated-text .text {
  line-height: 1.4;
}
.contents-groupcp .txt-box {
	width: 100%;
	margin-bottom: 20px;
	text-align: justify;
	word-break: break-all;
}
.contents-groupcp .ph {
	width: 100%;
}
.contents-groupcp .history-area {
	width: 100%;
	background-color: #fff;
	padding:30px;
	margin: 60px auto 0;
}
.contents-groupcp .history-area .title-area {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #3a5fab;
	text-align: left;
	width: 100%;
	padding-bottom: 6px;
}
.contents-groupcp .history-area .txt-area {
	font-size: 17px;
	text-align: left;
	padding-top: 6px;
}



@media screen and (max-width: 780px) {

	.pc-only {
		display: none; }
	.sp-only {
		display: block; }



/*****The second section**********/

section.s_03_25e {
	width: 100%;
	background-color: #e5eff4;
}
.contents-groupcp {
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
	font-size: 15px;
	color: #3e3a39;
	line-height: 2.0;
	letter-spacing: 0.05em;
	font-weight: normal;
}
.contents-groupcp h2 {
	width:80%;
	max-width: 400px;
	margin: 0 auto 50px;
}
.contents-groupcp h3 {
	font-size: 15px;
	margin-bottom: 50px;
	text-align: justify;
}
.contents-groupcp .prof-area {
    width: 100%;
    margin: 0 auto;
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 2%;
    box-sizing: border-box;
}
.contents-groupcp .prof-area .box-l {
    width: 40%;
	margin-bottom: 5px;
}
.contents-groupcp .prof-area .box-r {
    width: 100%;
    box-sizing: border-box;
}
.contents-groupcp .prof-area .box-r .profbox {
    width: 100%;
    margin: 0 auto;
    background: #fff; 
	border: 4px solid #3a5fab;  /* 緑色の線 */
	border-radius: 15px;        /* 角丸 */
	position: relative;
	margin: 40px auto;
}
.contents-groupcp .prof-area .box-r .profbox::before {
    content: "";
  position: absolute;
  top: -20px; /* 三角の高さ分だけ上へ */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 20px solid #fff;   
}
.contents-groupcp .prof-area .box-r .profbox::after {
    content: "";
  position: absolute;
  top: -24px; /* 外枠の色分だけ広く */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 24px solid #3a5fab;     /* 枠線色 */
}
.contents-groupcp .prof-area .box-r .profbox-inner {
    padding: 15px;
}
.contents-groupcp .prof-area .box-r .proftxt {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #3e3a39;
    margin: 0 0 5px 0;
	width: 70%;
}
.contents-groupcp .prof-area .box-r .proflogo {
	width: 28%;
	text-align: right;
	margin-bottom: 0;
}

.contents-groupcp .prof-area .box-r img {
    max-width: 85%;
    height: auto;
}

.contents-groupcp .contents-lead-area .icon {
	width: 50px;
	margin: 0 auto 10px;
}
.contents-groupcp .decorated-text {
	gap: 30px;
  font-size: 18px;
}

.contents-groupcp .decorated-text-under {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.contents-groupcp .decorated-text .text {
  line-height: 1.4;
}
.contents-groupcp .history-area {
	width: 100%;
	background-color: #fff;
	padding:20px;
	margin: 60px auto 0;
}
.contents-groupcp .history-area .title-area {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #0f9c9b;
	text-align: left;
	width: 100%;
	padding-bottom: 4px;
}
.contents-groupcp .history-area .txt-area {
	font-size: 15px;
	text-align: left;
	padding-top: 8px;
	line-height: 1.5;
}
}