@charset "utf-8";

/* ****************************************************************************

　目次

******************************************************************************* */
#headerSub .nav .nav01 > li.headerSubHome > a {
    border-bottom-color: #000;
}
.section{
	margin-bottom:50px;
}
.section_in{
	margin:0 auto;
	max-width:1100px;
	box-sizing: border-box;
}

/* ==

　01. 

=============================================================================== */
/* MV
------------------------------------------------------------------------------- */
.Visual01 {
	margin: 0 0 0;
	padding: 0 10px;
	background: url(../../images/rn02/main.jpg) center center no-repeat;
	background-size: cover;
}
.Visual01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	max-width: 1180px;
	height: 520px;
	margin: 0 auto;
}
.Visual01_box{
	display:block;
	max-width:390px;
	background-color: rgba(255, 255, 255, 0.8);
	padding:30px;
	box-sizing: border-box;
}
.Visual01_tit {
	line-height: 1.2;
	margin: 0;
	font-size: 46px;
	font-weight:700;
	font-family: "Noto Serif JP", "serif"
}
.Visual01_txt {
	font-size:22px;
	font-weight: 700;
	margin:15px 0 5px;
	line-height:1.4;
}
.Visual01_txt2 {
	font-size:18px;
	font-weight: 700;
	margin:0 0 20px;
	line-height:1.4;
}
.Visual01_btn a{
	position: relative;
	display:block;
	width:100%;
	padding:15px 0;
	background:#FF9C50;
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-weight:700;
	font-size:20px;
}
.Visual01_btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
	margin-top:-5px;
}
.Visual01_btn a:hover{
	opacity: 0.6;
}

/* news
------------------------------------------------------------------------------- */
.news_section {
  background: #F5F2E9;
  padding: 40px 50px 50px;
  box-sizing: border-box;
}
.news_section_in{
	max-width:800px;
	margin:0 auto;
}
.news-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
	padding-bottom:10px;
  border-bottom:1px solid #D7C181;
}
.news-list {
  max-height: 160px;
  overflow-y: auto;
  padding-right: 10px;
}
.news-item {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #333;
}
.news-date {
  width: 90px;
  flex-shrink: 0;
}
.news-text {
  flex: 1;
  line-height: 1.6;
}
/* スクロールエリア */
.news-list::-webkit-scrollbar {width: 6px;}
.news-list::-webkit-scrollbar-track {background: transparent;}
.news-list::-webkit-scrollbar-thumb {background: #ccc; border-radius: 10px;}
.news-list::-webkit-scrollbar-thumb:hover {background: #ccc;}
.news-list {scrollbar-width: thin; scrollbar-color: #ccc transparent;}



/* トータルサポート
------------------------------------------------------------------------------- */
.supp_section{
	position: relative;
	padding:0 10px;
}
.supp_section::before{
	content: " ";
	position: absolute;
	background-image: url("../../images/rn02/tit_bg_l.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width:545px;
	height:427px;
  top: -140px;
  left: 0;
	transform: translateX(clamp(-300px, calc(39vw - 545px), 0px));
}
.colBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.colBox .colItem {
  box-sizing: border-box;
  width: calc(50% - 10px);
}
.colBox02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
	box-sizing: border-box;
	gap:20px;
}
.colBox02 .colItem:first-child {
  width: 31%;
	position: relative;
  box-sizing: border-box;
}

.colBox02 .colItem:last-child {
	flex: 1;
	padding: 0 20px;
  box-sizing: border-box;
}
.colBox02 .colItem:last-child .lead {
  font-size: 1.125rem;
}
.titBox{
  position: relative;
  padding: 0 0 0 10px;
	box-sizing: border-box;
	overflow: visible;	
}
.titBox h2 {
    position: relative;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 700;
    z-index: 3;
		line-height:1.2;
}
.titBox p {
    position: relative;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 700;
    z-index: 3;
		color:#8e8e8e;
		margin-bottom:20px;
}
.titBox img{
	display: block;
  margin-left: calc(100% - 485px);
  margin-right: 0;
}


/* 8つのサポートポイント
------------------------------------------------------------------------------- */
.point_section{
	margin-top: clamp(-200px, -18vw, -170px);
	background: url("../../common/images/rn02/bg01.png") no-repeat right center;
  background-size: cover;
	padding:30px 0;

}
.point_section_in{
	max-width:950px;
	margin:0 auto;
}
.support_nodes {
  position: relative;
	width:790px;
	height:790px;
	margin:0 auto;
	background: url("../../images/rn02/img02.png") no-repeat 0 0;
}

.support_node {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle at 25% 75%, #ffc86b, #ffaa48 40%, #d4872a);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.support_node::before {
  content: '';
  position: absolute;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
	transition: transform 0.3s ease;	
}
.support_node:hover::before{
	transform: scale(1.05);
}


.support_node a{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.support_node01{
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
}
.support_node02{
	position: absolute;
	top:12%;
	right:12%;
}
.support_node03{
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.support_node04{
	position: absolute;
	bottom:12%;
	right:12%;
}
.support_node05{
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}
.support_node06{
	position: absolute;
	bottom:12%;
	left:12%;
}
.support_node07{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

.support_node08{
	position: absolute;
	top:12%;
	left:12%;
}
.support_node .ja,
.support_node .en,
.support_node .supportarrow {
  display: block;
  width: 100%;
  text-align: center;
	line-height: 1.3;	
}

.support_node .ja {
  font-size: 1.125rem;
  font-weight: 700;
  color: #666666;
	padding-top:15px;
}

.support_node .en {
  font-size: 0.75rem;
  color: #8E8E8E;
  letter-spacing: 0.06em;
  margin-top: 4px;
	font-weight:600;	
}

.support_node .supportarrow {
  font-size: 2rem;
  color: #F18736;
	font-weight:600;
	line-height: 1;
}






