
/* -----------------------------------------------------
 * Mainvisual
 * -------------------------------------------------- */
.c-mainvisual-bg {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mainvisual-bg {
    height: unset;
  }
}
.c-mainvisual-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/top_2026/main_bg2026.jpg) no-repeat center top/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-mainvisual-bg::before {
    background: url(/images/top_2026/main_bg2026_sp.jpg) no-repeat center top/contain!important;
  }
}

.c-mainvisual__contain {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-mainvisual__contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(1200px, 100vw - 45px);
  }
}
.c-mainvisual .c-copy{
	padding:20% 10% 18% 10%;
}
@media only screen and (max-width: 1600px) {
.c-mainvisual .c-copy{
	padding:16% 10% 18% 10%;
}
.c-mainvisual-bg::before {
  background: url(/images/top_2026/main_bg2026.jpg) no-repeat center top/110%;
}
.c-mainvisual .assignment img{
	margin: 0 auto;
	text-align: center;
	width: 85%;
}
.c-mainvisual .assignment{
	top:3%;
	left: 3%;
}
}
@media only screen and (max-width: 1100px) {
	.c-mainvisual-bg::before {
  background: url(/images/top_2026/main_bg2026.jpg) no-repeat center top/140%;
}
.c-mainvisual .c-copy{
	padding:20% 10% 18% 10%;
}
.c-mainvisual .assignment img{
	width: 100%;
}
}
.c-mainvisual__heading {
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  color: #000;
}
.c-mainvisual__heading .c-upper{
	font-size: calc(32px + 12 * (100vw - 360px) / 840); 
}
.c-mainvisual__heading .c-upper span{
		background: #fffc0e;
	}
.c-mainvisual__heading .c-upper small{
	font-size: calc(22px + 10 * (100vw - 360px) / 840); 
	font-weight: 900;
}
.c-mainvisual__heading em{
	display: block;
	font-size: calc(40px + 20 * (100vw - 360px) / 840); 
	font-style: normal;
}
.c-mainvisual h2{
  text-align: center;
  margin:10px auto 0 auto;
	width: 40%;
}
.c-mainvisual .assignment{
	position: absolute;
	margin: 0 auto;
	top:5%;
	left: 3%;
	display: flex;
	align-content: center;
}
.c-mainvisual .assignment img{
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
.assignment-upper{
	padding:3% 3% 0% 3%;
}
.assignment-downner{
	margin-top:-5%;
	padding:0 3%;
}
.c-mainvisual .c-copy{
	padding:0;
}

.c-mainvisual__heading .c-upper{
	font-size: calc(28px + 12 * (100vw - 360px) / 840); 
}
.c-mainvisual__heading .c-upper small{
	font-size: calc(16px + 10 * (100vw - 360px) / 840); 
}
.c-mainvisual__heading em{
	font-size: calc(38px + 20 * (100vw - 360px) / 840); 
}
.c-mainvisual h2{
	width: 75%;
	margin:0 auto;
}
}

@media screen and (max-width: 375px) {
  .c-mainvisual__heading {
    font-size: 4.5rem;
  }
}


/* -----------------------------------------------------
 * List Problem
 * -------------------------------------------------- */
.c-problem {
	padding: 5% 0 5% 0;
  position: relative;
background: url(/images/top_2026/probrem_bg.png) no-repeat left bottom 25%/60%;
}
@media only screen and (max-width: 1100px) {
.c-problem {
background:none;
}
.problem_arrow{
	text-align: center;
	margin: 0 auto;
	padding: 5% 0 5% 0;
}
}
.c-problem .l-container{
  position: relative;
}
.c-problem .problem_ill{
	position: absolute;
	bottom:-4%;
	right: 10%;
	width: 30%;
}
.c-problem h2{
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	gap: 16px;                /* アイコンと文字の間隔 */
	margin: 0 auto 30px auto;
	padding: 20px 0 30px;
	font-weight: 900;
	color: #21279a;
	font-size: 3.4rem;
}

.c-problem h2::before {
	content: "";
	display: block;
	width: 48px;   /* アイコンサイズ */
	height: 48px;
	background: url(/images/top_2026/probrem_h2ico.png) no-repeat center / contain;
}
.c-problem ul{
	display: grid;
	grid-template-columns:repeat(2,1fr) ;
	gap: 30px;
}
.c-problem ul li{
	background-color: rgba(240,242,250,0.8);
	border-radius: 10px;
	padding: 20px 30px;
}
.c-problem dl{
	display: grid;
	grid-template-columns:110px 1fr ;
	align-items: center;
}
.c-problem dd{
	font-weight: 700;
}
.c-problem .problem_arrow{
	margin: 0 auto;
	text-align: center;
	padding: 30% 0 5% 0;
}

@media screen and (max-width: 768px) {
.c-problem {
	padding-top: 40%;
  position: relative;
background: none;
}
.c-problem h2{
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	gap: 8px;                /* アイコンと文字の間隔 */
	margin: 0 auto 10px auto;
	padding: 10px 0 10px;
	font-weight: 900;
	color: #21279a;
	font-size: 1.8rem;
}

.c-problem h2::before {
	content: "";
	display: block;
	width: 30px;   /* アイコンサイズ */
	height: 30px;
	background: url(/images/top_2026/probrem_h2ico.png) no-repeat center / contain;
}
.c-problem .problem_ill{
	display: none;
}
.c-problem ul{
	display: block;
}
.c-problem ul li{
	background-color: rgba(240,242,250,0.8);
	border-radius: 10px;
	padding: 7%;
	margin-bottom: 10px;
}
.c-problem dl{
	display: grid;
	grid-template-columns:80px 1fr ;
	align-items: center;
}
.c-problem dt{
	width: 65px;
}
.c-problem dd{
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2;
}
}

.problem_arrow{
	text-align: center;
	margin: 0 auto;
	padding: 10% 0 4% 0;
}

/* -----------------------------------------------------
 * c-solution
 * -------------------------------------------------- */
.c-solution{
	background: url(/images/top_2026/solution_bg_upper.png) no-repeat center top / 100% ,url(/images/top_2026/solution_bg_downer.png) no-repeat center bottom / 100% #fff8bb;
}

.c-solution h2{
	text-align: center;
}
.c-solution h2 dt{
	font-size: calc(17px + 20 * (100vw - 360px) / 840); 
	font-weight: 900;
}
.c-solution h2 dd{
	font-size: calc(27px + 20 * (100vw - 360px) / 840); 
	font-weight: 900;
}
.c-solution .solution_en_ttl{
	text-align: center;
	 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
	font-style: italic;
	font-weight: 700;
	color: #b0bcf3;
	font-size: calc(80px + 30 * (100vw - 360px) / 840); 
	line-height: 0.9;
	margin: 50px 0 8% 0;
}
/* ===== 部門カード ===== */

.c-solution .dept-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.c-solution .dept-card{
  background: #f4c61f;
  padding: 30px 12%;
  border-radius: 20px;
	text-align: left;
}
.c-solution .dept-card a{
	text-decoration: none;
	color: #000;
	display: block;
}
.c-solution .dept-card img{
	margin: 0 auto;
  text-align: center;
	display: block;
}

.c-solution .dept-card h3{
  font-size: 2.4rem;
	font-weight: 700;
  margin:20px 0 10px 0;
}
.c-solution .dept-card p{
  font-size: 1.6rem;
	line-height: 2.5;
}

.c-solution .dt_btn{
  display: block;
	background: url(/images/top_2026/ditail_arrow.png) no-repeat center right 15px #fff;
  margin-top: 25px;
  padding: 10px 18px;
  border: 3px solid #000;
  border-radius: 30px;
  font-size: 1.4rem;
	color: #000;
	font-weight: 700;
	width:150px;
	text-align: left;
}
.c-solution .solution-cmn-ttl{
	margin:70px 0 40px 0;
}
.c-solution .solution-cmn-ttl em{
	display: block;
 font-size: calc(27px + 20 * (100vw - 360px) / 840); 
	font-weight: 900;
	font-style: normal;
}
.c-solution .solution-cmn-ttl span{
	display: block;
 font-size: 1.6rem; 
	font-weight: 700;
	color: #21279a;
	font-family: "Poppins", sans-serif;
}
/* ===== アイコングリッド ===== */

.c-solution .icon-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
  text-align: center;
	max-width: 900px;
	margin:0 auto 15% auto;
	place-content: center;
}
	
.c-solution .icon-item{
	text-align: center;
	margin: 0 auto;
}
.c-solution .sub-title{
 font-size: calc(24px + 10 * (100vw - 360px) / 840); 
	font-weight: 900;
	margin:7% auto 40px auto;
}
.c-solution .icon-item p{
  font-size: 1.6rem;
	font-weight: 700;
}
.c-solution .icon-item img{
  margin-bottom: 8px;
	display: block;
}


/* ===== ソリューション ===== */

.c-solution .solution-list{
	padding-bottom: 30%;
}

.c-solution .solution-card a{
	text-decoration: none;
	color: #000;
	display: grid;
  grid-template-columns: 200px 1fr;
  gap: 25px;
  background: #f4c61f;
  padding: 22px 28px;
  border-radius: 20px;
	margin-bottom: 20px;
}
.c-solution .solution-card .ico{
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
.c-solution .solution-card h3{
    font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: left;
}
.c-solution .solution-card p{
    font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}

@media (max-width: 1024px){

 .c-solution  .dept-grid{
    grid-template-columns: repeat(2,1fr);
  }

.c-solution .icon-grid{
    grid-template-columns: repeat(3,1fr);
	max-width: 750px;
  }

}
@media screen and (max-width: 768px) {
.c-solution{
	background: url(/images/top_2026/solution_bg_upper_sp.png) no-repeat center top / 100% ,url(/images/top_2026/solution_bg_downer.png) no-repeat center bottom / 100% #fff8bb;
	padding: 10% 0 0 0;
}
	
.problem_arrow{
	text-align: center;
	margin: 0 auto;
	padding:10% 15% 10% 15%!important;
}
.c-solution .solution_en_ttl{
	text-align: center;
	font-size: calc(50px + 30 * (100vw - 360px) / 840); 
	line-height: 0.9;
	margin: 5% 0 8% 0;
}	
.c-solution .dt_btn{
  margin-top: 15px;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 1.3rem;
	width:120px;
}
.c-solution .dept-grid{
    grid-template-columns: 1fr;
  }
.c-solution .dept-card img{
	margin: 0 auto;
  text-align: center;
	display: block;
}
.c-solution .dept-card{
  background: #f4c61f;
  padding: 20px 8%;
  border-radius: 20px;
	text-align: left;
}
.c-solution .dept-card a{
	text-decoration: none;
	color: #000;
	display: block;
}
.c-solution .dept-card img{
	margin: 0 auto;
  text-align: center;
	display: block;
	width: 40%;
}
.c-solution .dept-card .ico01{
	width: 40%;
}
.c-solution .dept-card .ico02{
	width: 50%;
}
.c-solution .dept-card .ico03{
	width: 30%;
}
.c-solution .sub-title{
	margin:20% auto 30px auto;
}
.c-solution .dept-card h3{
  font-size: 1.8rem;
  margin:10px 0 10px 0;
}
.c-solution .dept-card p{
  font-size: 1.4rem;
	line-height: 1.8;
}

.c-solution .icon-grid{
  gap: 10px;
}
.c-solution .icon-item p{
  font-size: 1.2rem;
}
.c-solution .solution-list{
	padding-bottom: 40%;
}
.c-solution .solution-card a{
	text-decoration: none;
	color: #000;
	display:block;
  padding: 20px 8%;
	margin-bottom: 20px;
}
.c-solution .solution-card .ico{
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 5%;
	width: 50%;
}
.c-solution .solution-card h3{
    font-size: 1.8rem;
	margin-bottom: 10px;
}
.c-solution .solution-card p{
    font-size: 1.4rem;
	font-weight: 400;
}
}
/* -----------------------------------------------------
 * Top heading
 * -------------------------------------------------- */
.top-heading2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-heading2 {
    font-size: 1.1rem;
    padding-top: 30px;
  }
}

.top-heading3 {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #21279a;
  text-align: start;
  letter-spacing: 0.2em;
  padding-left: 75px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-heading3 {
    font-size: 3rem;
    padding-left: 37px;
  }
}

.top-heading3::before {
  content: "";
  background: url(/images/heading-box.svg) no-repeat center/cover;
  width: 40px;
  aspect-ratio: 1;
  position: absolute;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .top-heading3::before {
    width: 26px;
  }
}

.top-heading4 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: 0;
  padding-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-heading4 {
    font-size: 2rem;
    line-height: 1.33;
    padding-bottom: 19px;
  }
}
.top-heading4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #21279a;
  transform: translateY(50%);
  z-index: 0;
}
.top-heading4::after {
  content: "";
  position: absolute;
  background-color: #a1a6b7;
  height: 1px;
  width: calc(100% - 20px);
  bottom: 0;
  right: 0;
}

.top-heading5 {
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .top-heading5 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.top-heading6 {
  color: #21279a;
  letter-spacing: 0;
  font-size: 2.4rem;
  font-weight: 900;
  padding-top: 138px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-heading6 {
    font-size: 1.5rem;
    padding-top: 80px;
    margin-bottom: 16px;
  }
}

.top-heading7 {
  font-weight: 900;
  font-size: calc(22px + 10 * (100vw - 360px) / 840); 
  line-height: 1.23;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  padding-top: 155px;
  margin-bottom: -12px;
}
@media screen and (max-width: 768px) {
  .top-heading7 {
    font-size: 1.8rem;
    padding-top: 41px;
    margin-bottom: -6px;
  }
}

.top-heading8 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.33;
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .top-heading8 {
    font-size: 2.1rem;
    margin-top: 45px;
  }
}

.top-headingJp2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-headingJp2__innertxt {
  line-height: 1.2;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
  padding-right: 81px;
  padding-left: 81px;
}
@media screen and (max-width: 768px) {
  .top-headingJp2__innertxt {
    font-size: 3rem;
    padding-right: 76px;
    padding-left: 76px;
  }
}
@media screen and (max-width: 375px) {
  .top-headingJp2__innertxt {
    font-size: 2.4rem;
  }
}

.top-headingJp3 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 100px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-headingJp3 {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 2.6;
  }
}

.top-headingJp7 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-headingJp7__innertxt {
  font-weight: 900;
  font-size: 8rem;
  color: #21279a;
  position: relative;
  padding-left: max(16.77vw, 150px);
  padding-right: max(16.77vw, 150px);
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: #21279a;
  text-underline-offset: 14px;
}
@media screen and (max-width: 768px) {
  .top-headingJp7__innertxt {
    font-size: 4rem;
    padding-left: max(16.77vw, 48px);
    padding-right: max(16.77vw, 48px);
    min-width: 340px;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }
}
.top-headingJp7__innertxt::before {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #21279a;
}

.top-sub-heading7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top-sub-heading7 {
    flex-direction: column;
    margin-top: 0;
  }
}
.top-sub-heading7:before {
  content: "";
  background: url(/images/top_2025/assembly4.png) no-repeat center/contain;
  width: 135px;
  aspect-ratio: 135/44;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-sub-heading7:before {
    width: 79px;
    background-image: url(/images/top_2025/assembly4-sp.png);
    aspect-ratio: 159/67;
    margin-top: 13px;
  }
}
.top-sub-heading7__innertxt {
  color: #21279a;
  font-weight: 900;
  font-size: 3.7rem;
  line-height: 1.08;
  margin-left: 12px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sub-heading7__innertxt {
    font-size: 2.5rem;
    line-height: 1.64;
  }
}

.top-sub-heading7__innertxt span {
  display: inline;
  text-wrap: nowrap;
}

/* -----------------------------------------------------
 * Text with dots, lines
 * -------------------------------------------------- */
.c-txt-dot {
  position: relative;
}
.c-txt-dot:before {
  content: "";
  background: url(/images/top_2025/bg-dots.svg) repeat-x center/cover;
  position: absolute;
  bottom: 0;
  left: 14px;
  height: 16px;
  aspect-ratio: 298/16;
}
@media screen and (max-width: 768px) {
  .c-txt-dot:before {
    height: 10.5px;
  }
}


@media screen and (max-width: 1059px) {
  .c-txt-line-blue::after {
    height: 1.2em;
    width: 1.2em;
    top: unset;
    bottom: 15px;
  }
}

@media screen and (max-width: 1059px) {
  .c-txt-line-blue::before {
    height: 1.2em;
    width: 1.2em;
    top: unset;
    bottom: 15px;
  }
}



