@charset "UTF-8";
/*sp（なくても良い）*/
@media screen and (max-width: 480px) {}
/*tablet 768px以下*/
@media screen and (max-width: 767px) {}
/*pc 1000px以下*/
@media screen and (max-width: 1000px) {}
.fv-contents {
  position: relative;
}
.fv-catch-box {
  position: absolute;
  display: flex;
  top: 50%;
	transform: translateY(-50%);
  right: 100px;
  z-index: 2;
}
.fv-catch-box .catch-item{
	position: relative;
	margin-left: 40px;
	opacity: 0;
   transform: translateY(-20px);
}
.fv-catch-box.is-start .catch-item {
  animation: fadedown 2s forwards;
}
/* 3 → 2 → 1 の順 */
.fv-catch-box.is-start .catch-item:nth-child(3) {
  animation-delay: 0.5s;
}
.fv-catch-box.is-start .catch-item:nth-child(2) {
  animation-delay: 1.2s;
}
.fv-catch-box.is-start .catch-item:nth-child(1) {
  animation-delay: 1.9s;
}

.fv-catch-box .catch-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #002D68;

  transform: scaleY(0);
  transform-origin: top;
}

.fv-catch-box.is-start .catch-item::after {
  animation: lineDown 1.5s forwards;
}

.fv-catch-box.is-start .catch-item:nth-child(3)::after {
  animation-delay: 0.5s;
}
.fv-catch-box.is-start .catch-item:nth-child(2)::after {
  animation-delay: 1.2s;
}
.fv-catch-box.is-start .catch-item:nth-child(1)::after {
  animation-delay: 1.9s;
}

@keyframes fadedown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineDown {
  to {
    transform: scaleY(1);
  }
}


.fv-catch-box .catch-item img{
	width: 42px;
}

.fv-contents .swiper-slide {
  overflow: hidden;
}
.fv-contents .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3A72B9;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}
.fv-contents .swiper-slide-prev::after,
.fv-contents .swiper-slide-next::after {
  opacity: 0.5;
}
.fv-contents .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 7s linear;
}
/* アクティブスライドだけズーム */
.fv-contents .swiper-slide-active img {
  transform: scale(1.08);
}
.fv-contents .swiper-slide .pc{
	display: block;
}
.fv-contents .swiper-slide .sp{
	display: none;
}
.top-bg {
  position: relative;
  overflow: visible; 
	height: auto; 
}
.top-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/top/top_message.webp") center / cover no-repeat;
  z-index: 0;
	pointer-events: none;
}
/* 中身だけスクロール */
.top-content {
  position: relative;
  z-index: 3;
}

.top-content .message-content{
	max-width: 1060px;
	width: 100%;
	margin: 120px auto;
	padding: 0px 30px;
	display: flex;
	justify-content: flex-end;
}
.message-content .message-text{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.3;
	color: #fff;
	letter-spacing: 0.1rem;
	margin-bottom: 45px;
}
.message-btn{
	display: flex;
	width: fit-content;
	background-color: #ffffffd4;
	padding: 10px 20px;
	transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.message-btn p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #002D68;
  margin-right: 20px;
}
.message-btn p .en {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #002D68;
}
.message-btn img{
	width: 14px;
}
.message-btn:hover{
	background-color: #002D68;
}
.message-btn:hover p,
.message-btn:hover p .en{
	color: #fff;
}
.message-btn:hover img{
	filter: invert(100%) sepia(15%) saturate(0%) hue-rotate(73deg) brightness(100%) contrast(102%);
}

.synergy-content{
    background-color: #FFFEFA;
    background-image: linear-gradient(#fffdf8cc, #fffdf8cc), url(../img/about/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    padding: 80px 30px;
    margin: 120px auto;

}
.synergy-box{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
		display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.synergy-content .text-aera{
	width: 45%;
}
.synergy-head{
	    font-family: "EB Garamond", serif;
    font-size: 6.0rem;
	font-weight: 400;
    color: #002D68;
    line-height: 1;
	margin-bottom: 30px;
}
.synergy-read{
	  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
	line-height: 2.3;
  letter-spacing: 0.1rem;
  color: #3D3A3A;
}
.synergy-content .img-aera{
	width: 50%;
}

.top-btn_box{
	position: relative;
	z-index: 5;
}
.main-btn{
	    display: block;
    max-width: 640px;
    width: 80%;
    position: relative;
    margin: 0px auto;
	overflow: hidden;
}
.main-btn::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.4); /* 白40% */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.main-btn:hover::before{
  opacity: 1;
}

.main-btn .btn-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
	z-index: 2;
}
.main-btn h3{
	position: relative;
     font-family: "EB Garamond", serif;
    font-size: 4.0rem;
	font-weight: 400;
	line-height: 1;
    letter-spacing: 0.1rem;
    color: #fff;
	margin-bottom: 10px;
}
.main-btn p{
	position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #fff;
	padding-bottom: 30px;
}
.main-btn p::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 21px;
    height: 14px;
    background-image: url(../img/icon/arrow_long_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.top-subcontent{
  position: relative;
  z-index: 2;             /* 背景より前面 */
  background: #fff;       /* 以降は白背景で塗りつぶす */
}

/* 5) 境目：上部に薄いグラデで徐々に白へ（背景→白のフェード） */
.top-subcontent::before{
  content:"";
  position: absolute;
  left: 0;
  right: 0;

  /* グラデの“帯”を上にせり出させて、背景の上に被せる */
  top: -240px;            /* 帯の高さ分だけ上に */
  height: 240px;          /* 好みで調整（80〜200pxくらい） */

  /* 上は透明→下で白（= 白に溶ける） */
  background: linear-gradient(to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 45%,
    rgba(255,255,255,1) 100%
  );

  pointer-events: none;
}
.news-content{
	position: relative;
  margin-top: 120px;
}
/* ▼ 背景を左側だけに広げる */
.news-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: calc(50vw + 500px);
  height: 100%;
  background-color: #EBF1F8;
  z-index: -1;
}
.news-content .news-box{
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;       /* 中央寄せ */
  padding: 70px 70px 30px 0px;
}
.news-content .topnews-head{
	    font-family: "EB Garamond", serif;
    font-size: 4.0rem;
    font-weight: 400;
    color: #002D68;
	position: absolute;
	left: 0;
	top: -35px;
}
.news-list{
		padding-left: 40px;
}
.news-list li{
	margin-bottom: 10px;
}
.news-list  a, .news-item-top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list .date {
    font-family: "EB Garamond", serif;
    font-size: 2.0rem;
    color: #3D3A3A;
    margin-bottom: 10px;
}
.news-list .source {
	width: calc(100% - 140px);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #3D3A3A;
    line-height: 1.9;
}
.news-content .news-btn{
	position: absolute;
	z-index: 2;
	bottom: -30px;
	right: 70px;
	width: 95px;
	height: 48px;
	border: 1px solid #002D68;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.news-content .news-btn p{
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
    color: #002D68;
}
.news-content .news-btn img{
    width: 13px;
	margin-left: 10px;
}
.news-content .news-btn:hover{
	background-color: #002D68;
}
.news-content .news-btn:hover p{
	 color: #fff;
}
.news-content .news-btn:hover img{
	filter: invert(100%) sepia(15%) saturate(0%) hue-rotate(73deg) brightness(100%) contrast(102%);
}
.recruit-content{
	max-width: 1000px;
	width: 100%;
	margin: 130px auto 0px;
	padding-bottom: 150px;
}
.recruit-content .main-head {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 6.0rem;
	font-weight: 400;
  color: #002D68;
  line-height: 1;
}
.recruit-content .main-head::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-1 * (100vw - 100%) / 2);
  width: max(0px, calc((100vw - 100%) / 2 - 24px));
  height: 3px;
  background: linear-gradient(-90deg, rgba(20, 42, 70, 1) 0%, rgba(132, 180, 241, 1) 100%);
}
.recruit-content .recruit-box{
	padding: 0px 30px;
}
.inst-area{
	position: relative;
}
.recruit-box .recruit-item{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.recruit-btn{
	width: 230px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #002D68;
	margin: 0px 40px;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.recruit-btn:hover{
	opacity: 0.5;
}
.recruit-btn p{
	font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 400;
	line-height: 1.2;
    color: #3D3A3A;
}
.recruit-btn img{
	width: 23px;
}
.inst-btn{
	position: absolute;
	bottom: -50px;
	right: 40px;
	width: 124px;
	display: flex;
	justify-content: space-between;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.inst-btn:hover{
	opacity: 0.5;
}
.inst-btn p{
	font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.2;
    color: #002D68;
}
.inst-btn p .en{
	font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    font-weight: 400;
	line-height: 1.2;
    color: #002D68;
}
.inst-btn img{
	width: 18px;
}

/* 下層ページ */
.fv_sub-contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("../img/fv/fv_news.png");
  background-size: cover;
  background-position: center left;
  width: 100%;
  height: 400px;
  padding: 0px 30px;
}
.fv_sub-contents.group {
  background-image: url("../img/fv/fv_group.png");
}
.fv_sub-contents.about {
  background-image: url("../img/fv/fv_about.png");
}
.fv_sub-contents .sub-catch-box {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
}
.sub-catch-box .subtitle {
  font-family: "EB Garamond", serif;
  font-size: 5.0rem;
  color: #fff;
  line-height: 1;
}
.sub-catch-box .title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
}
.margin-box {
  max-width: 1060px;
  width: 100%;
  margin: 0px auto;
	padding: 0px 30px;
}
.head-area .subhead {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 6.0rem;
  color: #002D68;
  line-height: 1;
}
.head-area .subhead::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-1 * (100vw - 100%) / 2);
  width: max(0px, calc((100vw - 100%) / 2 - 24px));
  height: 3px;
  background: linear-gradient(-90deg, rgba(20, 42, 70, 1) 0%, rgba(132, 180, 241, 1) 100%);
}
.head-area .head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #002D68;
  line-height: 1;
  margin-top: 20px;
}
.link-banner-area .link-banner {
  display: block;
  max-width: 485px;
  width: 80%;
  position: relative;
  margin: 0px auto;
}
.link-banner-area .link-banner {
  display: block;
  max-width: 485px;
  width: 80%;
  position: relative;
  margin: 0px auto;
	overflow: hidden;
}
.link-banner-area .link-banner::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.4); /* 白40% */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.link-banner-area .link-banner:hover::before{
  opacity: 1;
}
.link-banner p {
  position: absolute;
	z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #fff;
  padding-right: 40px;
}
.link-banner p .en {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #fff;
}
.link-banner p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 23px;
  height: 15px;
  background-image: url("../img/icon/arrow_long_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.top-message-box {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 130px;
}
.top-message-box .img-item {
  position: relative;
 width: 28.5%;
  height: fit-content;
}
.top-message-box .img-item p {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: -45px;
  font-family: "Allison", cursive;
  font-size: 7.4rem;
  font-weight: 400;
  color: #6499DB;
  line-height: 1;
}
.top-message-box .message-head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  font-weight: 400;
  color: #002D68;
  margin-bottom: 25px;
}
.top-message-box .text-box p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4;
  color: #3D3A3A;
  margin-bottom: 20px;
}
.top-message-box .name-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
	margin-top: 35px;
}
.top-message-box .name-box .position {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #3D3A3A;
  margin-right: 15px;
}
.top-message-box .name-box .name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #3D3A3A;
}
.corporate-head {
  font-family: "EB Garamond", serif;
  font-size: 3.0rem;
  font-weight: 400;
  color: #002D68;
  line-height: 1;
  text-align: center;
  margin: 80px auto 40px;
}

.philosophy-list {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  align-items: center;
}
.philosophy-list li {
  position: relative;
	   width: 33%;
  padding: 15px 0px;
  text-align: center;
}
.philosophy-list li:nth-child(2) {
  border-right: 1px solid #3D3A3A30;
  border-left: 1px solid #3D3A3A30;
}
.philosophy-list .subhead {
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3D3A3A;
  margin-bottom: 35px;
}
.philosophy-list .head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  font-weight: 400;
  color: #3D3A3A;
  letter-spacing: 0.1rem;
}
.concept-area {
  text-align: center;
  background-color: #FFFEFA;
  background-image: linear-gradient(#fffdf8cc, #fffdf8cc), url("../img/about/noise.png");
  background-repeat: repeat;
  background-size: 100px;
  padding: 80px 30px;
  margin: 120px auto;
}
.concept-area .corporate-head {
  margin: 0px auto 40px;
}
.concept-head {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: #3D3A3A;
  margin-bottom: 20px;
}
.concept-read {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3D3A3A;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.symbol-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	    align-items: center;
  margin-bottom: 120px;
}
.symbol-area .text-item {
  width: 53%;
  margin-right: 50px;
}
.symbol-area .text-item .symbol-head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #002D68;
  margin-bottom: 20px;
}
.symbol-area .text-item .symbol-text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.0;
  color: #3D3A3A;
}
.symbol-area .text-item .symbol-color{
	font-family: "Noto Serif JP", sans-serif;
	  font-size: 1.2rem;
  font-weight: 400;
	color: #3D3A3A;
	position: relative;
	margin-top: 15px;
}
.symbol-area .text-item .symbol-color::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #002D68;
	margin-right: 10px;
	    vertical-align: text-bottom;
}
.symbol-area .img-item {
  width: 140px;
	text-align: center;
}
.symbol-area .img-item img{
  width: 100px;
}
.symbol-area .img-item p{
	margin-top: 16px;
	font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.0;
  color: #002D68;
	text-align: center;
}
#history {
  background-color: #EBF1F8;
  padding: 70px 30px;
  margin-bottom: 120px;
}
.history-box {
  max-width: 760px;
  width: 100%;
  margin: 50px auto 0px;
}
.history-box .history-item {
  display: flex;
	margin-bottom: 40px;
}
.history-box .history-item dt {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #002D68;
	width: 137px;
}
.history-box .history-item dt::before {
  content: "";
  display: inline-block;
  position: absolute;
	top: 8px;
  right: 33px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(-90deg, rgba(58, 111, 185, 1) 0%, rgba(20, 42, 70, 1) 100%);
}
.history-box .history-item dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 37px;
  width: 1px;
  height: 90%;
  background-color: #3D3A3A30;
}
.history-box .history-item:last-child dt::before{
	top: 13px;
}
.history-box .history-item:last-child dt::after{
	display: none;
}
.history-box .history-item dd {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3D3A3A;
	line-height: 2;
	width: calc(100% - 137px);
}
.history-box .history-item dd p{
	font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3D3A3A;
	line-height: 2;
}


.business-content {
  overflow: hidden;
}
.business-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -170px;
}
.business-area .text-item {
  width: 47%;
}
.business-read {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #3D3A3A;
  margin-bottom: 30px;
}
.business-date li {
  margin-bottom: 10px;
	display: flex;
}
.business-date span{
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #002D68;
}
.business-date .label{
  width: fit-content;
}

.business-date .value{
      width: 60px;
    text-align: right;
}
.business-date .unit{
      width: 33px;
    text-align: right;
}

.business-date .note{
  white-space:nowrap;
}

.business-area .img-item {
  width: 57%;
}
#business .group-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}
#business .group-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -160px;
  bottom: 0px;
	z-index: -1;
  width: 564px;
  height: 613px;
  background-image: url("../img/group_japan.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.group-list li {
  width: 46%;
  margin-bottom: 120px;
}
.group-list .group-head {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #002D68;
  border-bottom: 1px solid #002D68;
  padding-bottom: 10px;
  padding-right: 20px;
  margin-bottom: 25px;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.group-list .group-head:hover{
	opacity: 0.5;
}
.group-list .group-head::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon/external.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.group-list .group-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3D3A3A;
  margin-bottom: 20px;
}
.group-list .info-list {
  position: relative;
  padding-left: 12px;
}
.group-list .info-list::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #C2C7CE;
}
.group-list .info-list p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #3D3A3A;
}
.news-head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  font-weight: 400;
  color: #002D68;
  margin-bottom: 35px;
}
.news-item {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}
.news-summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}
.news-summary::-webkit-details-marker {
  display: none;
}
.news-date {
	    display: block;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-size: 2.0rem;
  color: #3D3A3A;
  margin-bottom: 10px;
}
.news-text {
	    display: block;
  line-height: 1.9;
  padding-right: 95px; /* ←ここ重要 */
  overflow: hidden;
  transition: max-height 300ms ease;
}

.news-text h4{
	position: relative;
font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3D3A3A;
}
.news-text h4::after{
	content: "...";
	display: inline-block;
	width: 10px;
	height: 5px;
	position: absolute;
	top: 2px;
	right: -10px;
	color: #3D3A3A;
}
.news-text h4.one-line::after {
  display: none;
}
.news-item[open] .news-text h4::after{
  display:none;
}
.news-text .news-link{
	display: inline-block;
font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3A72B9;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
	padding-bottom: 1px;
	border-bottom: 1px solid #3A72B9;
	margin-top: 5px;
}
.news-text .news-link:hover{
	    opacity: 0.5;
}
/* 閉じてる時だけ「途中まで」 */
/* ＋/−アイコン */
.news-icon {
	    display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 3.6rem; /* dateの下に来るよう微調整 */
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.news-icon:hover{
	opacity: 0.5;
}
.news-icon::before, .news-icon::after {
  content: "";
  position: absolute;
  background: #111;
  transition: transform 0.25s ease;
}
/* 横棒 */
.news-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* 縦棒（＋） */
.news-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
/* 開いたら縦棒を消して「−」 */
.news-item[open] .news-icon::after {
  transform: translateX(-50%) scaleY(0);
}
.news-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}
.pg-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg-list li {
  margin: 0px 8px;
}
.pg-list .pg-num {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #3D3A3A;
  opacity: 0.5;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pg-list .pg-num.is-current {
  color: #002D68;
  opacity: 1.0;
}
.pg-list .pg-num:hover{
	color: #002D68;
	opacity: 1.0;
}
.pg-btn {
  display: block;
  width: 10px;
	line-height: 1;
}
.pg-btn.prevpage {
  transform: rotate(-180deg);
  margin-right: 10px;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pg-btn.nextpage {
  margin-left: 10px;
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pg-btn.prevpage:hover,
.pg-btn.nextpage:hover{
	opacity: 0.5;
}
.pg-ellipsis {
  color: #3D3A3A;
  opacity: 0.5;
}
.subpage-content {
  width: 100%;
  padding-top: 100px;
}
.head-area {
  position: relative;
  max-width: 1060px;
  width: 100%;
	padding: 0px 30px;
  margin: auto;
}
.subpage-content .company-box {
  display: flex;
  margin-top: 15px;
}
.subpage-content .company-box:first-child {
  margin-top: 80px;
}
.subpage-content .company-box:last-child {
  margin-bottom: 140px;
}
.subpage-content .company-box dt {
  width: 16%;
  border-bottom: 1px solid #002D68;
  padding-left: 15px;
  padding-bottom: 15px;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #002D68;
}
.subpage-content .company-box dd {
  width: 84%;
  border-bottom: 1px solid #3D3A3A30;
  padding-left: 15px;
  padding-bottom: 15px;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3D3A3A;
}
.subpage-content .access-area {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  width: 100%;
  margin: 80px auto 0px;
}
.subpage-content .access-area li {
  position: relative;
  padding-left: 30px;
	    width: 45%;
}
.access-head {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #002D68;
  line-height: 1;
  margin-bottom: 35px;
}
.access-head::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(-90deg, rgba(132, 180, 241, 1) 0%, rgba(20, 42, 70, 1) 100%);
}
.subpage-content .access-area .address {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3D3A3A;
}
.subpage-content .access-area .tel-box {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px 45px;
}
.subpage-content .access-area .tel {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3D3A3A;
}
.subpage-content .access-area .tel:first-child{
  margin-right: 25px;
}
.subpage-content .access-area .tel span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.1rem;
  background-color: #002D68;
  padding: 0px 7px;
  margin-right: 5px;
}
.subpage-content .access-area .gmap_iframe{
	aspect-ratio: 5 / 4;
    width: 100%;
    height: auto;
}
.subpage-content .policy-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3D3A3A;
}
.subpage-content .policy-text:first-child {
  margin-top: 80px;
}
.policy-head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #3D3A3A;
  margin-top: 30px;
}
.policy-unstyled li {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3D3A3A;
  margin-bottom: 30px;
}
.policy_add-box {
  max-width: 590px;
  width: 100%;
  margin: 80px auto 0px;
  background-color: #EBF1F8;
  padding: 35px 30px;
}
.policy_add-head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #002D68;
  padding-bottom: 15px;
  border-bottom: 1px solid #002D68;
  margin-bottom: 16px;
}
.policy_add-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3D3A3A;
}
.policy_add-box address {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #3D3A3A;
  margin: 15px 0px;
}



@media screen and (max-width: 1200px) {
	#business .group-list::before{
		right: -100px;
	}
}
@media screen and (max-width: 1100px) {
	.synergy-box{
		    justify-content: space-between;
	}
	.synergy-content .text-aera{
		width: 40%;
	}
	.synergy-head{
		    font-size: 5.0rem;
	}
	.news-content{
		    padding: 0px 30px;
	}
	.news-content::before{
		left: 0;
		width: calc(100% - 30px);
	}
	.recruit-content{
    max-width: 1060px;
		 padding: 0px 30px 150px;
	}
	.recruit-content .main-head::before{
		    width: max(0px, calc((100vw - 100%) / 2 - 10px));
	}
	
	.head-area{
		    padding: 0px 40px;
	}
	.head-area .subhead::before{
		    width: max(0px, calc((100vw - 100%) / 2 - 10px));
	}

}
@media screen and (max-width: 1100px) {
	.top-message-box .img-item p{
		left: -20px;
		font-size: 6.4rem;
	}
}
@media screen and (max-width: 1000px) {
	.fv_sub-contents{
		    background-position: center;
		    height: 350px;
	}
}
@media screen and (max-width: 995px) {
	.top-message-box .img-item{
		    width: 25%;
	}
	.business-area{
		margin-top: -100px;
	}
	.business-area .text-item {
    width: 45%;
}
}
@media screen and (max-width: 936px) {
	.fv-catch-box .catch-item img{
		width: 30px;
	}
	.top-message-box{
		justify-content: center;
	}
	.top-message-box .img-item p{
		        left: -45px;
	}
	.top-message-box .img-item{
		max-width: 260px;
		        width: 100%;
	}
	.top-message-box .text-item{
		width: 100%;
		margin-top: 60px;
	}
	.philosophy-list li{
		    padding: 15px 25px;
	}
	.philosophy-list .head{
		    font-size: 1.8rem;
	}
	.subpage-content .access-area .tel{
		width: 100%;
	}
	.subpage-content .access-area .tel:first-child {
    margin-right: 0px;
}
	.subpage-content .access-area .tel:last-child{
		margin-top: 10px;
	}
}

@media screen and (max-width: 770px) {
	.fv-catch-box{
		    right: 50px;
	}
	.fv-catch-box .catch-item{
		    margin-left: 30px;
	}
	    .fv-catch-box .catch-item img {
        width: 26px;
    }
	.recruit-box .recruit-item{
		justify-content: space-between;
	}
	.recruit-btn{
		margin: 0px 20px;
	}
	.inst-btn{
		    right: 20px
	}
	.subpage-content .access-area li{
		width: 100%;
	}
	.subpage-content .access-area li:last-child{
		margin-top: 50px;
	}
	    .business-area {
        margin-top: 50px;
				flex-wrap: wrap;
    }
	.business-area .text-item{
		width: 100%;
	}
	.business-area .img-item{
		width: 80%;
		margin-top: 35px;
	}
}

@media screen and (max-width: 670px) {
	.group-list li{
		    width: 100%;
	}
	    .recruit-btn {
        margin: 0px;
    }
	.inst-btn{
		    right: 0px
	}
}

@media screen and (max-width: 560px) {
	.subpage-content .company-box dt{
		width: 80px;
		padding: 0px 0px 15px;
		text-align: center;
	}
	
	.fv-contents .swiper-slide .pc{
	display: none;
}
.fv-contents .swiper-slide .sp{
	display: block;
}
	.fv-catch-box{
		top: 20%;
    transform: translateX(50%);
		right: 50%;
	}
	.fv-catch-box .catch-item img {
        width: 27px;
    }
	.fv-catch-box .catch-item:first-child{
		        margin-left: 0px;
	}
	
	.swiper-wrapper{
		    height: 100vh;
	}
	
	
	.top-bg::before{
		background: url(../img/top/top_message_sp.webp) center / cover no-repeat;
		        background-position: top;
	}
	.top-content .message-content{
		    margin: 60px auto;
	}
	.message-content .message-text{
		font-size: 1.4rem;
		    line-height: 2.0;
		margin-bottom: 35px;
	}
	.message-btn{
		        margin: 0px auto;
	}
	.synergy-content{
		margin: 60px auto 85px;
		    padding: 40px 30px;
	}
	.synergy-content .text-aera{
		width: 100%;
		margin-bottom: 20px;
	}
	.synergy-head{
		font-size: 3.4rem;
		margin-bottom: 20px;
	}
	.synergy-read{
		font-size: 1.4rem;
	}
	.synergy-content .img-aera{
		width: 100%;
	}
	.top-btn_box{
		padding: 0px 30px;
	}
	.main-btn{
		width: 100%;
		height: 110px;
	}
	.main-btn .btn-text{
		    top: 55%;
		    left: 30px;
	}
	.main-btn h3{
		font-size: 3.0rem;
		    margin-bottom: 5px;
	}
	.main-btn p{
		    font-size: 1.6rem;
	}
	.main-btn p::after{
		    bottom: 10px;
	}
	.news-content{
		            margin-top: 80px;
	}
	.news-content .news-box{
		padding: 50px 30px 30px 0px;
	}
	.news-list{
		    padding-left: 0px;
	}
	.news-list .date{
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 3px;
	}
	.news-list .source{
		width: 100%;
		font-size: 1.2rem;
	}
	.news-content .news-btn{
		    right: 30px;
	}
	.recruit-content{
		    margin: 80px auto 0px;
		        padding: 0px 30px 100px;
	}
	.recruit-content .main-head{
		font-size: 3.4rem;
		        padding: 0px 10px;
	}
	.recruit-content .main-head::before{
		        width: max(0px, calc((100vw - 100%) / 2 - 0px));
	}
	.recruit-content .recruit-box{
		padding: 0px;
	}
	.recruit-btn{
		width: 45%;
	}
	.inst-area{
		width: 45%;
	}
	.inst-area 	.recruit-btn{
		width: 100%;
	}
	.recruit-btn p{
		    font-size: 1.6rem;
	}
	.inst-btn{
		justify-content: flex-start;
	}
	.inst-btn p{
		margin-right: 5px;
	}
}
@media screen and (max-width: 500px) {
	.fv_sub-contents{
		    height: 180px;
		        align-items: flex-end;
        padding-bottom: 40px;
	}
	.sub-catch-box .subtitle {
    font-size: 3.0rem;
	}
	.sub-catch-box .title{
		    font-size: 1.4rem;
	}
	
	.head-area .subhead{
		    font-size: 3.4rem;
	}
	.head-area .head{
		    font-size: 1.6rem;
	}
	.link-banner-area .link-banner{
		width: 100%;
	}
	.link-banner-area .link-banner img{
		min-height: 80px;
	}
	.link-banner-area{
		padding: 0px 30px;
	}
	.link-banner p{
		    left: 20px;
	}
	.link-banner p .en{
		font-size: 1.6rem;
	}
	.link-banner p::after{
		position: relative;
		display: block;
		    top: 0%;
		transform: translateY(-0%);
		width: 15px;
		    height: 11px;
		        margin-top: 5px;
	}

	
	    .top-message-box .img-item {
        max-width: 190px;
    }
	.top-message-box .img-item p {
        left: -30px;
		bottom: -25px;
		        font-size: 4.7rem;
    }
	
	.top-message-box .message-head{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.top-message-box .text-box p{
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: justify;
	}
	.top-message-box .name-box{
		margin-top: 25px;
	}
	.top-message-box .name-box .name{
		font-size: 2.0rem;
	}
	
	.philosophy-list{
		padding: 0px 25px;
	}
	.philosophy-list li{
		width: 100%;
		padding: 25px 0px;
	}
	.philosophy-list li:nth-child(2){
		    border-right: 0px solid #3D3A3A30;
    border-left: 0px solid #3D3A3A30;
		    border-top: 1px solid #3D3A3A30;
    border-bottom: 1px solid #3D3A3A30;
	}
	
	.philosophy-list .subhead{
		font-size: 1.4rem;
		    margin-bottom: 10px;
	}
	.corporate-head{
		font-size: 2.4rem;
		margin: 50px auto 20px;
	}
	
	.concept-area{
		    padding: 60px 30px;
		    margin: 40px auto 60px;
	}
	.concept-area .corporate-head{
		font-size: 2.4rem;
		    margin: 0px auto 20px;
	}
	.concept-head{
		font-size: 2.8rem;
		line-height: 1.8;
		margin-right: -15px;
	}
	.concept-read{
		font-size: 1.4rem;
		line-height: 1.8;
		margin-right: -15px;
	}
	.symbol-area{
		margin-bottom: 60px;
	}
	.symbol-area .text-item{
		width: 100%;
		    margin-right: 0px;
	}
	.symbol-area .text-item .symbol-head{
		font-size: 1.7rem;
	}
	.symbol-area .img-item{
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	.symbol-area .img-item img{
		width: 90px;
	}
	#history{
		padding: 40px 30px 60px;
		margin-bottom: 60px;
	}
	#history .head-area{
		padding: 0px 10px;
	}
	.history-box .history-item{
		position: relative;
		flex-wrap: wrap;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.history-box .history-item dt{
		position: static;
		width: 100%;
		    font-size: 2.4rem;
	}
	.history-box .history-item dt::before{
		right: auto;
		left: 0px;
	}
	.history-box .history-item dt::after{
		right: auto;
		left: 3.5px;
		    height: calc(100% - 25px);
	}
	.history-box .history-item dd{
		width: 100%;
		margin-top: 5px;
		    font-size: 1.2rem;
		line-height: 1.8;
	}
	.history-box .history-item:last-child dt::before{
	top: 10px;
}
	

	.business-read{
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.business-date li{
		font-size: 1.2rem;
	}
	.business-area .img-item{
		width: 100%;
	}
	#business .group-list{
		margin-top: 70px;
		        margin-bottom: 30px;
	}
	.group-list li{
		margin-bottom: 40px;
	}
	.group-list .group-head{
		font-size: 1.8rem;
		        margin-bottom: 15px;
	}
	.group-list .group-text{
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	#business .group-list::before{
		width: 100%;
		height: 440px;
		right: 0px;
		bottom: 100px;
		    background-size: cover;
	}
	

	.news-head{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.news-item{
		    padding: 10px 0px;
	}
	.news-date{
		font-size: 1.6rem;
	}
	.news-text{
		font-size: 1.4rem;
		    padding-right: 45px;
	}
	.news-icon{
		width: 16px;
    height: 16px;
	}
	.news-icon::before{
		    height: 1px;
	}
	.news-icon::after{
		width: 1px;
	}
	.pg-btn.prevpage{
		    margin-right: 20px;
	}
	.pg-btn.nextpage{
		margin-left: 20px;
	}
	.pg-list li{
		    margin: 0px 13px;
	}
	
	.subpage-content .company-box:first-child{
		    margin-top: 50px;
	}
	.subpage-content .company-box:last-child {
    margin-bottom: 70px;
}
	.subpage-content .access-area{
		    margin: 40px auto 0px;
	}
	.access-head{
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.subpage-content .access-area .address{
		font-size: 1.4rem;
	}
	.subpage-content .access-area .tel-box{
		    margin: 15px 0px 25px;
	}
	.subpage-content .access-area .tel{
		width: auto;
		font-size: 1.4rem;
	}
	.subpage-content .access-area .tel span{
		font-size: 1.2rem;
	}
	.subpage-content .access-area .tel:first-child{
		    margin-right: 25px;
	}
	.subpage-content .access-area .tel:last-child{
		margin-top: 0px;
	}
	.policy-head{
		    font-size: 1.8rem;
	}
	.subpage-content .policy-text{
		font-size: 1.2rem;
	}
	.subpage-content .policy-text:first-child{
		    margin-top: 50px;
	}
	.policy-unstyled li{
		font-size: 1.2rem;
	}
	.policy_add-box{
		    padding: 30px 25px;
	}
	.policy_add-head{
		    font-size: 1.8rem;
	}
	.policy_add-text{
		font-size: 1.4rem;
	}
	.policy_add-box address{
		font-size: 1.2rem;
	}
	.policy_sub-text{
		font-size: 1.2rem;
	}
	
}