
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  position: relative;
  width: 100%;
  height: 90vh;
  background: #fff;
  background: url("../../images/top/fvpc.jpg") no-repeat;
   background-position: center top;
	margin-top: 75px;
	background-size: cover;
}

.top_main .wrap {
	max-width: 1000px;
	margin: auto;
	 position: static; /* ← これが重要 */
}
.top_main .fvtitle {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.top_main .wrap .fvtitle img {
	width: 140px;
	height: auto;
	z-index: 1;
}

.Name {
font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
	color:#fff;
	font-size: clamp(1.7rem, 2.4vw, 2.6rem);
	line-height: 1.5;
	position: absolute;
	bottom:30px;
	right:50px;
	letter-spacing: 0.1rem;
}
.Name span {
	font-size: clamp(3rem, 4.5vw, 5rem);
	margin-right: 10px;

}

.fvsp {
	display: none;
}

@media screen and (max-width: 1200px) {
	
  .top_main {
  margin-top: 60px;
	  height: 65vh;
	  background: url("../../images/top/fvtab.jpg") no-repeat;
	  background-size: cover;
  }
.top_main .wrap {
	max-width: auto;
	margin: auto;
	 position: static; /* ← これが重要 */
	
}
.top_main .fvtitle {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.top_main .wrap .fvtitle img {
	width: 100px;
	height: auto;
	z-index: 1;
}

.Name {
font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
	color:#fff;
	font-size: clamp(1.7rem, 2.4vw, 2.6rem);
	line-height: 1.5;
	position: absolute;
	bottom:30px;
	right:20px;
}
.Name span {
	font-size: clamp(3rem, 4.5vw, 5rem);
	margin-right: 10px;

}
	
}

@media screen and (max-width: 640px) {
  .top_main {
  margin-top: 60px;
	  height: 65vh;
	  background: url("../../images/top/fvsp.jpg") no-repeat;
	  background-size: 100%;
  }
.top_main .wrap {
	max-width: auto;
	margin: auto;
	 position: static; /* ← これが重要 */
	
}
.top_main .fvtitle {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.top_main .wrap .fvtitle img {
	width: 20vw;
	height: auto;
	z-index: 1;
}

.Name {
font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
	color:#fff;
	font-size: clamp(1.7rem, 2.4vw, 2.6rem);
	line-height: 1.5;
	position: absolute;
	bottom:20px;
	right:20px;
}
.Name span {
	font-size: clamp(3rem, 4.5vw, 5rem);
	margin-right: 10px;

}


}

@media screen and (max-width: 375px) {
  .top_main {
  margin-top: 60px;
	  height: 75vh;
	  background: url("../../images/top/fvsp.jpg") no-repeat;
	  background-size: 100%;
  }
.top_main .wrap .fvtitle img {
	width: 20vw;
	height: auto;
	z-index: 1;
}
.Name span {
	font-size: clamp(2.8rem, 4.5vw, 5rem);
	margin-right: 10px;

}
}


/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	max-width: 850px;
	margin: auto;
}
.content_wrap02  {
	max-width: 1120px;
	margin: auto;
}

.subpage .content_wrap {
	max-width: 1000px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
.content_wrap  {
	max-width: auto;
	margin: auto 15px;
}
	.content_wrap02  {
	max-width: auto;
	margin: auto 15px;
}
.subpage .content_wrap {
	max-width: auto;
	margin: auto 15px;
}

}





/* --------------------------　コンテンツ01　-------------------------- */


.content01 {
   padding: 60px 0;
   background: url("../../images/common/bg01.jpg");
	color:#fff;
}

.content01 .Wrap {
	max-width: 1600px;
	margin: auto;
	padding: 0 2%;
   display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.content01 .itemL {
	width: 50%;
	padding: 2%;
	box-sizing: border-box;
}
.content01 .itemR {
	width: 50%;
}
.content01 .itemR img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.content01 .itemL h2 {
	font-size: clamp(2.2rem, 2.4vw, 3.4rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.content01 .itemL p {
	font-size: clamp(1.4rem, 1.5vw, 2rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}
.content01 .itemL h3 {
	font-size: clamp(1.6rem, 1.8vw, 2.6rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}





/* 019 */
.linkbutton a {
    background: #6e5d43;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 20px auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	box-sizing: border-box;
}
.linkbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.linkbutton a:hover {
  opacity: 0.9;
  color: #FFF;
}
.linkbutton a:hover:after {
  right: 1.4rem;
}

.para01 {
	background: url("../../images/top/para01.jpg");
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 400px;
	width: 100%;
}

/* --------------------------　コンテンツ02　-------------------------- */


.content02 {
	background: #292218;
   padding: 60px 0;
}

.section-title {
  text-align: center;
  color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}

/* 日本語タイトル */
.section-title .jp {
  display: block;
  font-size: clamp(2.4rem, 3.6vw, 4.2rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* 英語＋ライン */
.section-title .en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #d6c29c;
	font-weight: 400;
	 font-size: clamp(1.2rem, 1.4vw, 1.7rem);
}

/* 左右のライン */
.section-title .en::before,
.section-title .en::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #d6c29c;
}




.block-line {
	border-bottom: 1px solid  #e7e7e6;
	padding-bottom: 50px;
	margin-bottom: 50px;
}




.bn01 {
	margin:20px 0;
}
.bn01 img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 8px solid #f1f1f2;
	box-sizing: border-box;
}
.bn01 .bn-info {
	padding: 0;
	margin: 0;
   font-size: 2.2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
}

.bn01 h3 {
	padding: 0;
	margin: 0;
   font-size: 3rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
	color:#5b4d41;
}

.voicebox {
	background: url("../../images/top/bg01.jpg");
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.voicebox .ph {
	width: 25%;
}
.voicebox .txt {
	width: 70%;
}
.voicebox .ph img {
	width: 100%;
	height: auto;
	border: 6px solid #fff;
	box-sizing: border-box;
}
.voicebox .txt .katagaki {
	box-sizing: border-box;
	font-size: 1.5rem;
	display: inline-block;
line-height:1.5;
}
.voicebox .txt h4 {
	padding: 0;
	margin: 0;
   font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
border-bottom:1px solid #292113;
padding-bottom:5px;
margin-bottom:10px;
}
.voicebox .txt h4 span {
   font-size: 1.8rem;
}
.voicebox .txt p {
	padding: 0;
	margin: 0;
   font-size: 1.5rem;
	line-height: 1.7;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/* --------------------------　コンテンツ03　-------------------------- */


.content03 {
	background: #1c1d1e;
   padding: 60px 0;
}


.bannerBlock {
	margin-bottom: 20px;
}

.wrapBLOCK {
	margin-bottom: 60px;
}


.columnLISTbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

.columnLISTbox .columnLIST {
	width: 49%;
}

.columnLISTbox .columnLIST h3 {
	padding: 0;
	margin: 0;
   font-size: 3rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
	margin-bottom: 10px;
	color:#fff;
}

.columnLISTbox .columnLIST .item {
	background:#333c3d;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
	color:#fff;
	border:1px solid #424849;
	box-sizing: border-box;
}
.columnLISTbox .columnLIST .item a {
	display: flex;
	justify-content: space-between;
	color:#fff;
}
.columnLISTbox .columnLIST .item .ph {
	width: 30%;
}
.columnLISTbox .columnLIST .item .ph img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	border: 3px solid #535353;
	box-sizing: border-box;

}
.columnLISTbox .columnLIST .item .txt {
	width: 67%;
}
.columnLISTbox .columnLIST .item .txt .date {
	font-size: 1.4rem;
	line-height: 1.5;
}
.columnLISTbox .columnLIST .item .txt h4 {
	padding: 0;
	margin: 0;
   font-size: 1.9rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}
.columnLISTbox .columnLIST .item .txt p {
	padding: 0;
	margin: 0;
   font-size: 1.4rem;
	line-height: 1.7;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color:#a9a9a9;
}



/* --------------------------　コンテンツ04　-------------------------- */


.content04 {
	background: #333c3d;
   padding: 60px 0;
}


.suisenBOX {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 50px;
}
.suisenBOX li {
	width: 32.5%;
	background: #eeeeee;
	padding: 30px;
	box-sizing: border-box;
}

.suisenBOX figure {
	max-width: 120px;
	margin: auto;
	position: relative;
	width: 100%;
	margin-top: -50px;
	margin-bottom: 15px;
}

.suisenBOX figure::before {
	content: "";
	display: block;
	padding-top: 100%; /* ←正方形を作る */
}

.suisenBOX figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.suisenBOX .kata {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
.suisenBOX h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	text-align: center;
	font-weight: 600;
}
.suisenBOX h3 span {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.suisenBOX p {
	font-size: clamp(1.3rem, 1.4vw, 1.5rem);
display: -webkit-box;
  -webkit-line-clamp: 5; /* ← 行数制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

/* 「…」っぽくする（グラデーション） */
.suisenBOX p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2em;
  background: linear-gradient(to bottom, rgba(238,238,238,0), #eeeeee 80%);
}
/* 続きを見る */
.moreVOICE {
  display: block;
  text-align: center;
 font-size: clamp(1.4rem, 1.3vw, 1.4rem);
  color: #947c46;
  margin-top: 5px;
}




.para02 {
	background: url("../../images/top/para02.jpg");
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 400px;
	width: 100%;
}







/* --------------------------　コンテンツ04　-------------------------- */


.content05 {
	background: #333c3d;
   padding: 30px 0;
}

.atherbox {
	display: flex;
	justify-content: space-between;
}
.atherbox li {
	width: 49.5%;
}
.atherbox li img {
	margin-bottom: 10px;
}
.atherbox li p {
	text-align: center;
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	color:#fff;
}


.snsbox {
	display: flex;
	justify-content: center;
}
.snsbox a {
	width: 49%;
	margin: 0 10px;
}
.snsbox a img {
	width: 100%;
	height: auto;
}



/* --------------------------　コンテンツCTA　-------------------------- */


.contentCTA {
   padding: 60px 0;
  background: url("../../images/top/ctabg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.cta-title {
  text-align: center;
  color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

/* 日本語タイトル */
.cta-title .jp {
  display: block;
  font-size: clamp(2.4rem, 3.6vw, 4.2rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* 英語＋ライン */
.cta-title .en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #d6c29c;
	font-weight: 400;
	 font-size: clamp(1.2rem, 1.4vw, 1.7rem);
}

/* 左右のライン */
.cta-title .en::before,
.cta-title .en::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #d6c29c;
}

.contentCTA h3 {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#fff;
	padding: 0;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
}




@media screen and (max-width: 834px) {
	
/* --------------------------　コンテンツ01　-------------------------- */


.content01 {
   padding: 30px 0;
   background: url("../../images/common/bg01.jpg");
	color:#fff;
}

.content01 .Wrap {
	max-width: auto;
	margin: auto;
	padding: 0 3%;
   display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	box-sizing: border-box;
}
.content01 .itemL {
	width: auto;
	padding: 2%;
	box-sizing: border-box;
}
.content01 .itemR {
	width: auto;
	margin-bottom: 10px;
	
}
.content01 .itemR img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top; /* ←追加 */
}
.content01 .itemL h2 {
	font-size: clamp(1.8rem, 2.4vw, 3.4rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.content01 .itemL p {
	font-size: clamp(1.4rem, 1.5vw, 2rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.content01 .itemL h3 {
	font-size: clamp(1.6rem, 1.8vw, 2.6rem);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

	

/* 019 */
.linkbutton a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto 10px auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.linkbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.linkbutton a:hover {
  opacity: 0.9;
  color: #FFF;
}
.linkbutton a:hover:after {
  right: 1.4rem;
}

.para01 {
	background: url("../../images/top/para01.jpg");
	background-attachment:inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

/* --------------------------　コンテンツ02　-------------------------- */


.content02 {
   padding: 30px 0;
}
	
.section-title {
  text-align: center;
  color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.1;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

/* 日本語タイトル */
.section-title .jp {
  display: block;
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  letter-spacing: 0.1em;
  font-weight: 500;
	line-height: 1.1;
}

/* 英語＋ライン */
.section-title .en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #d6c29c;
	font-weight: 400;
	 font-size: clamp(1.2rem, 1.4vw, 1.7rem);
	line-height: 1.1;
	margin-bottom: 30px;
}

.block-line {
	border-bottom: 1px solid  #e7e7e6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.bn01 {
	margin:10px 0;
}
.bn01 img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 8px solid #f1f1f2;
	box-sizing: border-box;
}
.bn01 .bn-info {
	padding: 0;
	margin: 0;
   font-size: 2.2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
}

.bn01 h3 {
	padding: 0;
	margin: 0;
   font-size: 3rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
	color:#5b4d41;
}

.voicebox {
	background: url("../../images/top/bg01.jpg");
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.voicebox .ph {
	width: 40%;
	margin: 0 auto 10px;
}
.voicebox .txt {
	width: auto;
}
.voicebox .ph img {
	width: 100%;
	height: auto;
	border: 4px solid #fff;
	box-sizing: border-box;
}
.voicebox .txt .katagaki {
	box-sizing: border-box;
	font-size: 1.2rem;
	display: inline-block;
}
.voicebox .txt h4 {
	padding: 0;
	margin: 0;
   font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
padding-bottom:5px;
margin-bottom:5px;
}
.voicebox .txt h4 span {
   font-size: 1.4rem;
}
.voicebox .txt p {
	padding: 0;
	margin: 0;
   font-size: 1.4rem;
	line-height: 1.7;
}

.para02 {
	background: url("../../images/top/para02.jpg");
	background-attachment:inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}



/* --------------------------　コンテンツ03　-------------------------- */


.content03 {
   padding: 30px 0;
}
	

.bannerBlock {
	margin-bottom: 10px;
}

.wrapBLOCK {
	margin-bottom: 30px;
}

.columnLISTbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}

.columnLISTbox .columnLIST {
	width: auto;
	margin-bottom: 20px;
}
.columnLISTbox .columnLIST:last-child {
	width: auto;
	margin-bottom: 0px;
}

.columnLISTbox .columnLIST h3 {
	padding: 0;
	margin: 0;
   font-size: 2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.7;
	margin-bottom: 10px;
	color:#fff;
}

.columnLISTbox .columnLIST .item {
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.columnLISTbox .columnLIST .item a {
	display: flex;
	justify-content: space-between;
}
.columnLISTbox .columnLIST .item .ph {
	width: 27%;
}
.columnLISTbox .columnLIST .item .ph img {
	width: 100%;
	height: 85px;
	object-fit: cover;
	border: 3px solid #fff;
	box-sizing: border-box;

}
.columnLISTbox .columnLIST .item .txt {
	width: 70%;
}
.columnLISTbox .columnLIST .item .txt .date {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 5px;
}
.columnLISTbox .columnLIST .item .txt h4 {
	padding: 0;
	margin: 0;
   font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}
.columnLISTbox .columnLIST .item .txt p {
	padding: 0;
	margin: 0;
   font-size: 1.2rem;
	line-height: 1.7;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/* --------------------------　コンテンツ04　-------------------------- */


.content04 {
   padding: 30px 0;
}
	

.suisenBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 15px;
}
.suisenBOX li {
	width: auto;
	background: #eeeeee;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.suisenBOX figure {
	max-width: 120px;
	margin: auto;
	position: relative;
	width: 100%;
	margin-top: -25px;
	margin-bottom: 10px;
}

.suisenBOX figure::before {
	content: "";
	display: block;
	padding-top: 100%; /* ←正方形を作る */
}

.suisenBOX figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.suisenBOX .kata {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem);
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	line-height: 1.6;
}
.suisenBOX h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	text-align: center;
	font-weight: 600;
}
.suisenBOX h3 span {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(2rem, 2vw, 2.4rem);
}
.suisenBOX p {
	font-size: clamp(1.4rem, 1.4vw, 1.5rem);
	line-height: 1.6;
}

.snsbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.snsbox a {
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}
.snsbox a:last-child {
	margin-bottom: 0px;
}
.snsbox a img {
	width: 100%;
	height: auto;
}


/* --------------------------　コンテンツ05　-------------------------- */


.content05 {
   padding: 20px 0;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: flex;
  justify-content: center;
  align-items: center;
}
	
.atherbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}
.atherbox li {
	width: auto;
}
.atherbox li img {
	margin-bottom: 5px;
}
.atherbox li p {
	text-align: center;
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	color:#fff;
}



/* --------------------------　コンテンツCTA　-------------------------- */


.contentCTA {
   padding: 30px 0;
  background: url("../../images/top/ctabgsp.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.cta-title {
  text-align: center;
  color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

/* 日本語タイトル */
.cta-title .jp {
  display: block;
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* 英語＋ライン */
.cta-title .en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #d6c29c;
	font-weight: 400;
	 font-size: clamp(1.2rem, 1.4vw, 1.7rem);
}

/* 左右のライン */
.cta-title .en::before,
.cta-title .en::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #d6c29c;
}

.contentCTA h3 {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#fff;
	padding: 0;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.1rem;
	margin-bottom: 20px;
}

}




.bottomMG {
margin-bottom:50px;
}

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

.bottomMG {
margin-bottom:50px;
}


}