@charset "utf-8";

.index-talksession-list{
	counter-reset: number 0;
}
.talksession-item .image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.talksession-item .image:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
.talksession-item .image:after{
	color: #FFF;
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero);
	font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	line-height: 1;
	display: block;
	position: absolute;
}
.talksession-item .detail{
	background-color: #FFF;
	position: relative;
	z-index: 0;
}
.talksession-item .detail .ttl{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.talksession-item .detail .ttl .main{
	background-color: #27BDE2;
	color: #FFF;
	font-weight: 500;
	line-height: 1.6;
}
.talksession-item .detail .ttl .sub{
	font-weight: 700;
	line-height: 1.5;
}
.talksession-item .detail .btn-area > .en{
	background-color: #FD6925;
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.talksession-item .detail .btn-area > .en:after{
	background-image: url("../../common/img/ic_navi_arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
}

#talksession01 .image:before{
	background-image: url("../talksession01/img/thumb_index.jpg");
}
#talksession02 .image:before{
	background-image: url("../talksession02/img/thumb_index.jpg");
}
#talksession03 .image:before{
	background-image: url("../talksession03/img/thumb_index.jpg");
}
#talksession04 .image:before{
	background-image: url("../talksession04/img/thumb_index.jpg");
}
@media print, screen and (min-width:1025px) {
	.index-talksession-list{
		margin-top: 150px;
	}
	.talksession-item:nth-child(n + 2){
		margin-top: 120px;
	}
	.talksession-item > a{
		display: flex;
		flex-direction: row-reverse;
	}
	.talksession-item:nth-child(even) > a{
		flex-direction: row;
	}
	.talksession-item .image{
		border-radius: 30px;
		width: 52.89855%;
		transform:  translateY(-50px);
		position: relative;
	}
	.talksession-item:nth-child(odd) .image{
		margin-left: -2.89855%;
	}
	.talksession-item:nth-child(even) .image{
		margin-right: -2.89855%;
	}
	.talksession-item .image:before{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transition: .8s;
	}
	.talksession-item .image:after{
		font-size: clamp(5rem, 1.572rem + 7.02vw, 10rem);
		bottom: 50px;
	}
	.talksession-item:nth-child(odd) .image:after{
		right: 45px;
	}
	.talksession-item:nth-child(even) .image:after{
		left: 45px;
	}
	.talksession-item .detail{
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 30px;
		padding-top: 4.34%;
		padding-bottom: 4.34%;
		width: 52.89855%;
	}
	.talksession-item:nth-child(odd) .detail{
		padding-left: 4.34%;
		padding-right: 9.89855%;
		margin-right: -2.89855%;
	}
	.talksession-item:nth-child(even) .detail{
		padding-left: 9.89855%;
		padding-right: 4.34%;
		margin-left: -2.89855%;
	}
	.talksession-item .detail .ttl .main{
		font-size: min(1.81vw,2.5rem);
		padding: 5px 20px;
	}
	.talksession-item .detail .ttl .sub{
		font-size: min(2.6vw,4rem);
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.talksession-item .detail .btn-area{
		display: flex;
		justify-content: flex-start;
	}
	.talksession-item .detail .btn-area > .en{
		border-radius: 70px;
		font-size: clamp(1rem, 0.314rem + 1.4vw, 2rem);
		padding: 15px 20px 15px 30px;
		max-width: 230px;
		width: 90%;
		transition: .8s;
	}
	.talksession-item .detail .btn-area > .en:after{
		height: 40px;
		width: 40px;
	}
	
	@media (hover: hover) and (pointer: fine){
		.talksession-item  a:hover .image:before{
			transform: scale(1.03);
		}
		.talksession-item  a:hover .detail .btn-area > .en{
			background-color: #0068FE
		}
	}
}

@media screen and (max-width: 1024px){
	.index-talksession-list{
		margin-top: 40px;
	}
	.talksession-item:nth-child(n + 2){
		margin-top: 20px;
	}
	.talksession-item .image{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.talksession-item .image:before{
		padding-bottom: 68.5714%;
	}
	.talksession-item .image:after{
		font-size: 3.5rem;
		right: 20px;
		bottom: 20px;
	}
	.talksession-item .detail{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 8% 7%;
	}
	.talksession-item .detail .ttl .main{
		font-size: 1.6rem;
		padding: 5px 15px;
	}
	.talksession-item .detail .ttl .sub{
		font-size: 2.0rem;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.talksession-item .detail .btn-area > .en{
		border-radius: 70px;
		font-size: 2.0rem;
		padding: 20px 30px;
		width: 100%;
	}
	.talksession-item .detail .btn-area > .en:after{
		height: 30px;
		width: 30px;
	}
}






.talksession-detail .root-ttl .en,
.talksession-detail .root-ttl .jp{
  font-weight: 700;
}
.talksession-detail .page-ttl .page-ttl-wrap > h1{
  background-color: #27BDE2;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.talksession-detail .page-ttl .page-ttl-wrap > p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.45;
  position: relative;
}
.talksession-detail .page-ttl .page-ttl-wrap > p:before,
.talksession-detail .page-ttl .page-ttl-wrap > p:after{
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
}
@media print, screen and (min-width:1025px) {
  .talksession-detail .talksession-detail-heading{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin: 40px auto;
    height: calc(100vh - 180px);
    min-height: 600px;
    width: calc(100% - 80px);
    position: relative;
    overflow: hidden;
  }
  .talksession-detail .talksession-detail-heading:before,
  .talksession-detail .talksession-detail-heading:after{
    content: "";
    display: block;
    position: absolute;
  }
  .talksession-detail .talksession-detail-heading:before{
    background-image: url("../img/main_pc_title.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 9.54216%;
    width: 90%;
    top: 23.444%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .talksession-detail .talksession-detail-heading:after{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .talksession-detail-heading-inner{
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .talksession-detail-heading-inner:after{
    background: #D5DDEB;
    background: linear-gradient(180deg, rgba(213, 221, 235, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    z-index: 0;
  }
  
  
  .talksession-detail .root-ttl{
    color: #FFF;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5.4347826%;
    top: 8.888%;
    z-index: 2;
  }
  .talksession-detail .root-ttl .en,
  .talksession-detail .root-ttl .jp{
    line-height: 1;
  }
  .talksession-detail .root-ttl .en{
    font-size: 1.5rem;
    margin-right: 23px;
  }
  .talksession-detail .root-ttl .jp{
    font-size: 2.4rem;
  }
  .talksession-detail .page-ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    padding: 0 5.4347826%;
    bottom: 8.33%;
    z-index: 2;
  }
  .talksession-detail .page-ttl:after{
    color: #FFF;
    font-size: clamp(16rem, 0.855rem + 1.79vw, 20rem);
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    display: block;
  }
  .talksession-detail .page-ttl .page-ttl-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > h1{
    font-size: clamp(2rem, 0.855rem + 1.79vw, 3rem);
    padding: 15px 20px;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p{
    color: #FFF;
    font-size: clamp(2rem, -1.207rem + 5.01vw, 4.8rem);
    padding: 15px 33px;
    margin-top: 35px;
    white-space: nowrap;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p:before,
  .talksession-detail .page-ttl .page-ttl-wrap > p:after{
    height: 100%;
    width: 47px;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p:before{
    background-image: url("../img/bg_parentheses1_pc.svg");
    background-position: center top;
    left: 0;
    top: 0;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p:after{
    background-image: url("../img/bg_parentheses2_pc.svg");
    background-position: center bottom;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px){
  .talksession-detail .talksession-detail-heading{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 90%;
  }
  
  .talksession-detail .root-ttl{
    display: flex;
    align-items: center;
  }
  .talksession-detail .root-ttl .en,
  .talksession-detail .root-ttl .jp{
    line-height: 1;
  }
  .talksession-detail .root-ttl .en{
    color: #275AF7;
    font-size: 1.2rem;
    margin-right: 13px;
  }
  .talksession-detail .root-ttl .jp{
    font-size: 1.8rem;
  }
  .talksession-detail .page-ttl{
    margin-top: 30px;
  }
  .talksession-detail .page-ttl:before{
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
  }
  .talksession-detail .page-ttl .page-ttl-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > h1{
    font-size: 2.0rem;;
    padding: 15px 20px;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p{
    font-size: 2.2rem;
    padding: 15px 20px;
    margin-top: 20px;
    text-align: center;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p:before,
  .talksession-detail .page-ttl .page-ttl-wrap > p:after{
    height: 100%;
    width: 47px;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p:before{
    background-image: url("../img/bg_parentheses1_sp.svg");
    background-position: center top;
    left: 0;
    top: 0;
  }
  .talksession-detail .page-ttl .page-ttl-wrap > p:after{
    background-image: url("../img/bg_parentheses2_sp.svg");
    background-position: center bottom;
    right: 0;
    bottom: 0;
  }
  
  .talksession-detail-heading .image-sp{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding-bottom: 100%;
    margin-top: 15px;
  }
  .talksession-detail .talksession-detail-heading .image-sp:after{
    color: #FFF;
    font-size: 6rem;
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
}



.employee-item{
  background-color: #F4F4F4;
}
.employee-item .image{
  overflow: hidden;
}
.employee-item .department{
  font-weight: 500;
  line-height: 1.6;
}
.employee-name > .jp{
  font-weight: 500;
}
.employee-name > .en{
  color: #275AF7;
  font-weight: 700;
}
.employee-profile,
.employee-profile2{
  font-weight: 500;
  line-height: 1.76;
}
.employee-profile2:before{
  background-color: #275AF7;
  height: 1px;
  width: 30px;
  content: "";
  display: block;
}
@media print, screen and (min-width:1025px) {
  .employee-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
  }
  .employee-item{
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 48.55%;
  }
  .employee-item:nth-child(n + 3){
    margin-top: 40px;
  }
  .employee-item .image{
    border-radius: 15px;
    width: 38.095238%;
  }
  .employee-item .detail{
    width: 55.5555%;
  }
  .employee-item .department{
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .employee-name{
    display: flex;
    align-items: center;
  }
  .employee-name > .jp{
    font-size: 2.0rem;
  }
  .employee-name > .en{
    font-size: 1.5rem;
    margin-left: 20px;
  }
  .employee-profile{
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .employee-profile2{
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .employee-profile2:before{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px){
  .employee-list{
    margin-top: 40px;
  }
  .employee-item{
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    margin-top: 20px;
  }
  .employee-item .image{
    border-radius: 15px;
    width: 38.095238%;
  }
  .employee-item .detail{
    width: 55.5555%;
  }
  .employee-item .department{
    font-size: 1.2rem;
  }
  .employee-name > .jp{
    font-size: 1.8rem;
  }
  .employee-name > .en{
    font-size: 1.2rem;
  }
  .employee-profile{
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .employee-profile2{
    font-size: 1.1rem;
    margin-top: 15px;
  }
  .employee-profile2:before{
    margin-bottom: 15px;
  }
}



.employee-section > .inner:before{
  background-color: #FD6925;
  border-radius: 50%;
  color: #FFF;
  content: "Q";
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.employee-section .ttl{
  display: flex;
  justify-content: center;
}
.employee-section .ttl .jp{
  font-weight: 500;
  line-height: 1.68;
  text-align: center;
  position: relative;
}
.employee-section .ttl .jp:before,
.employee-section .ttl .jp:after{
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.employee-section .ttl .jp:before{
  background-image: url("../img/bg_diagonal_line1.svg");
  left: 0;
}
.employee-section .ttl .jp:after{
  background-image: url("../img/bg_diagonal_line2.svg");
  right: 0;
}

.employee-section-wrap .image{
  overflow: hidden;
}
@media print, screen and (min-width:1025px) {
  .employee-section-wrap{
    margin-top: 170px;
  }
  .employee-section{
    margin-top: 110px;
    padding: 90px 0 100px;
    position: relative;
  }
  .employee-section .bg{
    background-color: #FFF7E3;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: -1;
  }
  .employee-section.left-side .bg{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    left: 0;
  }
  .employee-section.right-side .bg{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    right: 0;
  }
  .employee-section > .inner{
    max-width: 1080px;
    width: 80%;
  }
  .employee-section > .inner:before{
    font-size: 7.0rem;
    line-height: 100px;
    height: 100px;
    width: 100px;
    top: -50px;
  }
  .employee-section .ttl .jp{
    font-size: clamp(2rem, 0.629rem + 2.14vw, 3.2rem);
    padding: 0 40px;
  }
  .employee-section .ttl .jp:before,
  .employee-section .ttl .jp:after{
    height: 35px;
    width: 23px;
  }
  
  
  .employee-section-wrap > .image{
    margin-top: 60px;
  }
  .employee-section-wrap .image.right-side{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .employee-section-wrap .image.left-side{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media screen and (max-width: 1024px){
  .employee-section-wrap{
    margin-top: 120px;
  }
  .employee-section{
    background-color: #FFF7E3;
    margin-top: 100px;
    padding: 70px 0 55px;
    position: relative;
  }
  .employee-section .bg{
    display: none;
  }
  .employee-section > .inner{
    width: 90%;
  }
  .employee-section > .inner:before{
    font-size: 5.0rem;
    line-height: 80px;
    height: 80px;
    width: 80px;
    top: -40px;
  }
  .employee-section .ttl .jp{
    font-size: 2.0rem;
    padding: 0 40px;
  }
  .employee-section .ttl .jp:before,
  .employee-section .ttl .jp:after{
    height: 35px;
    width: 23px;
  }
  
  
  .employee-section-wrap > .image{
    margin-top: 60px;
  }
  .employee-section-wrap .image.right-side{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 5% !important;
  }
  .employee-section-wrap .image.left-side{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 5% !important;
  }
}


.employee-talk-set{
  display: flex;
  align-items: center;
}
.employee-image .jp{
  font-weight: 500;
  text-align: center;
}
.employee-talk{
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}
.employee-talk p{
  line-height: 1.6;
}
.employee-talk:before{
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.talk1 .employee-talk:before{
  background-image: url("../img/bg_talk1.svg");
}
.talk2 .employee-talk:before{
  background-image: url("../img/bg_talk2.svg");
}
.talk3 .employee-talk:before{
  background-image: url("../img/bg_talk3.svg");
}
.talk4 .employee-talk:before{
  background-image: url("../img/bg_talk4.svg");
}
.talk5 .employee-talk:before{
  background-image: url("../img/bg_talk5.svg");
}
.talk6 .employee-talk:before{
  background-image: url("../img/bg_talk6.svg");
}
.talksession-list > .image{
  overflow: hidden;
}

.image-talk-set > .image{
  overflow: hidden;
}
@media print, screen and (min-width:1024px) {
  .talksession-list{
    margin-top: 60px;
  }
  .talksession-list > .image{
    border-radius: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .employee-talk-set{
    margin-top: 30px;
  }
  .employee-image{
    width: 60px;
		flex-shrink: 0;
  }
  .employee-image .jp{
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .employee-talk{
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 15px;
    padding: 20px 30px;
		margin-left: 50px;
  }
  .employee-talk:before{
    height: 20px;
    width: 17px;
    left: 0;
    top: 50%;
    transform: translate(-100%,-50%);
  }
  
  .image-talk-set{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .image-talk-set > .image{
    border-radius: 30px;
    margin-top: 40px;
    width: 41.666%;
  }
  .image-talk-set > .talk{
    width: 53.7%;
  }
}
@media screen and (max-width: 1024px){
  .talksession-list{
    margin-top: 20px;
  }
  .talksession-list > .image{
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .employee-talk-set{
    margin-top: 20px;
    align-items: flex-start;
  }
  .employee-image{
    width: 17.1428%;
		flex-shrink: 0;
  }
  .employee-image .jp{
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .employee-talk{
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 10px;
    padding: 20px;
    margin-left: 30px;
  }
  .employee-talk:before{
    height: 18px;
    width: 15px;
    left: 0;
    top: 20px;
    transform: translateX(-100%);
  }
  
  .image-talk-set{
  }
  .image-talk-set > .image{
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    width: 76%;
  }
}



.massage-heading{
  overflow: hidden;
}
.massage-heading .detail{
  background-color: #FD6925;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.massage-heading .detail .en{
  color: #FFF;
  font-weight: 500;
  line-height: 1;
}
.massage-heading .detail .jp{
  color: #FFF;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
}
.massage-heading .detail .en:after{
  background-color: #FFF;
  content: "";
  display: block;
  margin: 30px auto 0;
  height: 3px;
  width: 90px;
}
.massage-employee-list{
  overflow: hidden;
}
.massage-employee-item > .profile .en{
  color: #275AF7;
  font-weight: 700;
  line-height: 1.4;
}
.massage-employee-item > .profile .jp{
  font-weight: 500;
}
@media print, screen and (min-width:1025px) {
  .massage{
    margin-top: 120px;
  }
  .massage-heading{
    display: flex;
    flex-direction: row-reverse;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .massage-heading .detail{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34.05797%;
  }
  .massage-heading .detail .en{
    font-size: min(4.5vw,6rem);
  }
  .massage-heading .detail .jp{
    font-size: min(2.59vw,2.8rem);
    margin-top: 30px;
  }
  .massage-heading .image{
    width: 65.94203%;
  }
  
  .massage-employee-list{
    background-color: #FFF;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 7% 6%;
  }
  .massage-employee-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 45.7627%;
  }
  .massage-employee-item:nth-child(n + 3){
    margin-top: 85px;
  }
  .massage-employee-item > .image{
    align-self: center;
    width: 20.37%;
  }
  .massage-employee-item > .profile{
    align-self: center;
    width: 75%;
  }
  .massage-employee-item > .profile .en{
    font-size: clamp(1.3rem, 0.855rem + 1.79vw, 1.5rem);
  }
  .massage-employee-item > .profile .jp{
    font-size: clamp(2.0rem, 0.855rem + 1.79vw, 3.0rem);
  }
  .massage-employee-item > .detail{
    font-size: clamp(1.4rem, 0.855rem + 1.79vw, 1.5rem);
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px){
  .massage{
    margin-top: 120px;
  }
  .massage-heading{
    margin-left: -5%;
    margin-right: -5%;
  }
  .massage-heading .detail{
    padding: 7% 5%;
  }
  .massage-heading .detail .en{
    text-align: center;
    font-size: 3.0rem;
    width: 61.7647%;
  }
  .massage-heading .detail .en:after{
    margin-top: 15px;
  }
  .massage-heading .detail .jp{
    margin-top: 15px;
    text-align: center;
    font-size: 2.4rem;
  }
  
  .massage-employee-list{
    margin-top: 30px;
  }
  .massage-employee-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .massage-employee-item:nth-child(n + 2){
    margin-top: 60px;
  }
  .massage-employee-item > .image{
    width: 26.47%;
  }
  .massage-employee-item > .profile{
    align-self: center;
    width: 70.588%;
  }
  .massage-employee-item > .profile .en{
    font-size: 1.3rem;
  }
  .massage-employee-item > .profile .jp{
    font-size: 2.4rem;
  }
  .massage-employee-item > .detail{
    font-size: 1.5rem;
    margin-top: 20px;
    width: 100%;
  }
}