@charset "UTF-8";
/* base setting */
body {
  color: #1A1311;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  display: block;
  color: inherit;
  transition: all 0.3s ease;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#wrap {
  overflow-x: clip;
  width: 100%;
}

body.is-fixed #wrap {
  position: fixed;
  left: 0;
  width: 100%;
}

[id] {
  scroll-margin-block-start: 80px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-block-start: 48px;
  }
}

.inner-wrap {
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (max-width: 1100px) {
  .inner-wrap {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inner-wrap {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp-v {
      display: none;
  }
}
.fc-red {
  color: #DD1B1B;
}

/* /base setting */
/* header */
/* header {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  background-color: #002250;
  z-index: 100;
}
header .inner-wrap {
  display: flex;
  align-items: center;
  padding: 15px 27px;
  max-width: none;
  min-height: 70px;
}
header .logo-wrap {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  header .inner-wrap {
    padding: 6px 13px;
    padding-right: 7px;
    min-height: 37px;
  }
}
@media screen and (max-width: 767px) {
  header .logo-wrap {
    max-width: 144px;
  }
}
header .link-list {
  display: flex;
  align-items: center;
  gap: 2.196vw;
  margin-left: auto;
  margin-right: 17px;
  font-size: clamp(12px, 1.1713030747vw, 16px);
}
@media (any-hover: hover) {
  header .link-list li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
header .link-list .link-list-item .risk {
  font-size: 1.2rem;
  padding: 3px 7px;
  border: 1px solid #fff;
}
@media (any-hover: hover) {
  header .link-list .link-list-item .risk:hover {
    text-underline-offset: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .link-list .link-list-item .risk {
    border-color: #002250;
  }
}
@media screen and (max-width: 767px) {
  header .link-list {
    display: none;
  }
}
header .hamburger-wrap {
  margin-left: auto;
}
header .hamburger-wrap .hamburger-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 34px;
  height: 21px;
  border: none;
  background-color: transparent;
}
header .hamburger-wrap .hamburger-btn span {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 3px;
  border-radius: 7px;
  background-color: #fff;
  transition: all 0.3s ease;
}
header .hamburger-wrap .hamburger-btn span:nth-child(1) {
  top: 1px;
}
header .hamburger-wrap .hamburger-btn span:nth-child(2) {
  top: 9px;
}
header .hamburger-wrap .hamburger-btn span:nth-child(3) {
  top: 17px;
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(1), header .hamburger-wrap .hamburger-btn.open span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}
header .hamburger-wrap .hamburger-btn.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .sp-nav-wrap {
  position: fixed;
  top: 37px;
  left: 100vw;
  padding: 20px;
  width: 100%;
  height: calc(100vh - 37px);
  background-color: #EEF2F8;
  transition: all 0.3s ease;
}
header .sp-nav-wrap.open {
  left: 0;
}
header .sp-nav-wrap .link-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #002250;
  font-size: 1.6rem;
} */

.header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 80px;
	background: linear-gradient(rgba(0, 0, 0, 1), transparent);
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-logo a {
	display: block;
  background-color: #fff;
  width: 280px;
  height: 100%;
  position: absolute;
	top: 0;
  left: 0;
  margin: auto;
	padding: 25px 17px 20px 12px;
}
.header-logo img {
  width: 100%;
  height: auto;
}
.header-btn {
	position: absolute;
	top: 0;
  bottom: 0;
	right: 36px;
  margin: auto;
	width: 93px;
  height: 26px;
  border: 1px solid #fff;
  font-size: 12px;
}
.header-btn > a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	line-height: 1;
	font-weight: 500;
	color: #ffffff;
}
.header-btn > a > span {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.header-menu a:hover,
.header-btn a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.header-btn a:hover {
  text-underline-offset: 12px;
}
.header-menu {
	padding-right: 160px;
}
.header-menu ul {
  display: flex;
  justify-content: flex-end;
}
.header-menu ul li {
  margin-right: 30px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu a {
	display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1180.99px) {
	.header {
		flex-direction: column;
		align-items: baseline;
		height: auto;
		background: linear-gradient(rgba(0, 0, 0, 1) 50%, transparent);
	}
	.header-logo {
		width: 100%;
	}
	.header-logo > a {
		position: static;
		width: 30%;
		margin: 0;
		padding: 25px 12px 20px;
	}
	.header-btn {
		top: 26px;
		right: 20px;
		bottom: auto;
	}
	.header-menu {
		padding: 0;
		width: 100%;
	}
	.header-menu a {
		text-align: center;
		padding: 30px 20px;
	}
	.header-menu ul li {
		flex: 0 0 33.3333%;
		margin-right: 0;
	}

}
@media screen and (max-width: 767px) {
	.header {
		flex-direction: column;
		align-items: baseline;
		height: auto;
		background: linear-gradient(rgba(0, 0, 0, 1) 50%, transparent);
	}
	.header-logo {
		width: 100%;
	}	
	.header-logo > a {
		position: static;
		padding: 10px 10px;
		width: 160px;
		margin: 0;
	}
	.header-btn {
		width: 105px;
		height: 30px;
		top: 10px;
		right: 20px;
		bottom: auto;
		font-size: 1.2rem;
	}
	.header-menu {
		padding: 10px 13px;
		width: 100%;
	}
	.header-menu a {
		text-align: left;
		font-size: 1.3rem;
	}
  .header-menu ul {
    justify-content: center;
    gap: 20px;
  }
	.header-menu ul li {
		margin-right: 0;
	}
}

/* mv-section */
.mv-sectionWrap{
  padding-top: 80px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .mv-sectionWrap {
    padding-top: 84px;
  }
}
.mv-section {
  background: url(../images/mv.webp) no-repeat right/cover;
}
@media screen and (max-width: 767px) {
  .mv-section {
    background-position-x: right;
    background-position-y: top;
    background-image: url(../images/mv_sp.webp);
  }
}
.mv-section .inner-wrap {
  min-height: max(571px, 41.8vw);
}
@media screen and (max-width: 767px) {
  .mv-section .inner-wrap {
    padding-bottom: 30px;
    min-height: auto;
  }
}
.mv-section .h1-wrap {
  margin-inline: auto;
  padding-top: max(70px, 5.1244509517vw);
  padding-right: 100px;
  width: fit-content;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap {
    padding-top: max(225px, 60vw);
    padding-right: 0;
    width: 100%;
  }
}
.mv-section .h1-wrap h1 {
  font-size: min(8.2rem, 6.0029282577vw);
  font-weight: bold;
  line-height: 1.0975;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap h1 {
    font-size: 3.8rem;
    text-shadow: 0 0 5px #000;
  }
}
.mv-section .h1-wrap .sub {
  font-size: min(4.2rem, 3.074670571vw);
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .sub {
    font-size: 1.9rem;
    text-shadow: 1px 1px 3px #000;
  }
}
.mv-section .h1-wrap .labels {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  font-size: 2.4rem;
  font-size: min(2.4rem, 1.756954612vw);
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .labels {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.mv-section .h1-wrap .labels .label-border {
  min-height: 58px;
  min-height: min(58px, 4.2459736457vw);
  padding: 9px 26px;
  border: 2px solid #fff;
  background-color: rgba(17, 17, 33, 0.7);
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .labels .label-border {
    padding: 5px 10px;
    min-height: 22px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.mv-section .h1-wrap .labels .label-blue {
  padding: 9px 33px;
  min-height: 58px;
  min-height: min(58px, 4.2459736457vw);
  background-color: #223684;
  border: 2px solid #223684;
}
@media screen and (max-width: 767px) {
  .mv-section .h1-wrap .labels .label-blue {
    padding: 5px 10px;
    min-height: 22px;
  }
}

/* /mv-section */
/* movie-section */
.movie-section {
  background-color: #EEF2F8;
}
.movie-section .inner-wrap {
  padding-top: 50px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .movie-section .inner-wrap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.movie-section .movie-wrap {
  text-align: center;
}
.movie-section .movie-wrap iframe {
  max-width: 560px;
  width: 100%;
  aspect-ratio: 560/315;
}
/* /movie-section */
/* section-turbulent-world */
.section-turbulent-world {
  color: #fff;
  background: url(../images/bg_01.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world {
    background-image: url(../images/bg_01_sp.webp);
  }
}
.section-turbulent-world .inner-wrap {
  padding: 115px 0 13px;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .inner-wrap {
    padding-inline: 15px;
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.section-turbulent-world p {
  line-height: 2;
}
.section-turbulent-world .hd-wrap h2 {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .hd-wrap h2 {
    font-size: 4.5rem;
  }
}
.section-turbulent-world .hd-wrap h2 strong {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .hd-wrap h2 strong {
    font-size: 5rem;
  }
}
.section-turbulent-world .panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 30px;
  }
}
.section-turbulent-world .panels .panel {
  padding: 15px;
  background: #070E51;
  background: linear-gradient(180deg, rgb(7, 14, 81) 42%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels .panel {
    padding: 10px;
  }
}
.section-turbulent-world .panels .panel .panel-ttl {
  margin-top: 20px;
  text-align: center;
  font-size: 3rem;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels .panel .panel-ttl {
    margin-top: 15px;
  }
}
.section-turbulent-world .panels .panel .panel-ttl.txt-long {
  line-height: 1.0714;
  letter-spacing: -0.1em;
}
.section-turbulent-world .panels .panel .panel-txt {
  margin-top: 15px;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .panels .panel .panel-txt {
    margin-top: 0;
  }
}
.section-turbulent-world .normal-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-turbulent-world .normal-txt {
    margin-top: 5px;
    letter-spacing: 0.08em;
  }
}

/* /section-turbulent-world */
/* section-growth-areas */
.section-growth-areas {
  position: relative;
  background: url(../images/bg_02.webp) no-repeat bottom/cover;
  z-index: 0;
}
@media screen and (min-width: 1366px) {
  .section-growth-areas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: #D6EBF8;
    background: linear-gradient(180deg, rgb(214, 235, 248) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: #D6EBF8;
    background: linear-gradient(180deg, rgb(214, 235, 248) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
}
.section-growth-areas::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 210px;
  background: url(../images/bg_02_02.webp) no-repeat top/cover;
}
@media screen and (max-width: 767px) {
  .section-growth-areas::after {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas {
    background-image: url(../images/bg_02_sp.webp);
    background-position: top;
  }
}
.section-growth-areas .inner-wrap {
  padding-top: 120px;
  padding-bottom: 15.71vw;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .inner-wrap {
    padding-top: 70px;
    padding-bottom: 20vw;
  }
}
.section-growth-areas .hd-wrap {
  text-align: center;
}
.section-growth-areas .hd-wrap .sub {
  margin-inline: auto;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
  color: #002250;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-growth-areas .hd-wrap .sub::before, .section-growth-areas .hd-wrap .sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .sub::before, .section-growth-areas .hd-wrap .sub::after {
    width: 18px;
    height: 2px;
  }
}
.section-growth-areas .hd-wrap .sub::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .sub::before {
    left: -25px;
  }
}
.section-growth-areas .hd-wrap .sub::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .sub::after {
    right: -25px;
  }
}
.section-growth-areas .hd-wrap h2 {
  margin-top: 35px;
  font-size: 4rem;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #002250;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap h2 {
    margin-top: 18px;
    font-size: 2.3rem;
    line-height: 1.3;
  }
}
.section-growth-areas .hd-wrap h2 strong {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap h2 strong {
    font-size: 3.1rem;
  }
}
.section-growth-areas .hd-wrap .lead-txt {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .hd-wrap .lead-txt {
    margin-top: 25px;
    font-size: 1.3rem;
  }
}
.section-growth-areas .box-category {
  margin-top: 50px;
  margin-inline: auto;
  padding: 43px 55px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category {
    margin-top: 22px;
    padding: 25px 10px;
  }
}
.section-growth-areas .box-category .box-ttl {
  padding-inline: 25px;
  color: #002250;
  text-align: center;
  font-size: min(3.8rem, 2.7818448023vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category .box-ttl {
    font-size: 1.9rem;
    line-height: 1;
  }
}
.section-growth-areas .box-category .box-ttl strong {
  font-size: min(6.4rem, 4.6852122987vw);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category .box-ttl strong {
    font-size: 3.2rem;
  }
}
.section-growth-areas .box-category .box-ttl .highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.section-growth-areas .box-category .box-ttl .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 102%;
  height: 10px;
  background-color: #FFFA77;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category .box-ttl .highlight::after {
    bottom: 4px;
    height: 6px;
  }
}
.section-growth-areas .box-category > .note {
  margin-top: 21px;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .box-category > .note {
    margin-top: 12px;
    text-align: left;
    font-size: 1.1rem;
  }
}
.section-growth-areas .cateogories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.section-growth-areas .cateogories .category {
  color: #fff;
}
.section-growth-areas .cateogories .category .category-head {
  padding: 14px 14px 20px;
  border-radius: 10px 10px 0 0;
}
.section-growth-areas .cateogories .category .category-head .icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 55px;
}
.section-growth-areas .cateogories .category .category-head .txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75px;
  text-align: center;
}
.section-growth-areas .cateogories .category .category-head .txt-wrap .sub {
  font-size: 2.2rem;
}
.section-growth-areas .cateogories .category .category-head .txt-wrap .category-ttl {
  font-size: min(4.8rem, 3.513909224vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1;
  text-shadow: 3px 3px 6px #000000;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .txt-wrap .category-ttl {
    font-size: 4.9rem;
  }
}
.section-growth-areas .cateogories .category .category-head .current-theme {
  position: relative;
  margin-top: 20px;
  padding: 25px 10px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .current-theme {
    margin-top: 26px;
  }
}
.section-growth-areas .cateogories .category .category-head .current-theme .label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  padding: 2px 12px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .current-theme .label {
    font-size: 1.6rem;
  }
}
.section-growth-areas .cateogories .category .category-head .current-theme .main-theme {
  font-size: 1.8rem;
  color: #131313;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-head .current-theme .main-theme {
    font-size: 1.4rem;
  }
}
.section-growth-areas .cateogories .category .category-body {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body {
    margin-top: 15px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-top {
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: min(1.8rem, 1.317715959vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-top {
    border-radius: 5px 5px 0 0;
    font-size: 1.8rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-top strong {
  font-size: min(2.2rem, 1.6105417277vw);
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-top strong {
    font-size: 2.2rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom {
  padding: 10px;
  height: 100%;
  min-height: 635px;
  color: #000;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .icon-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .icon-wrap img {
    width: 100%;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 102%;
  height: 10px;
  background-color: #FFFA77;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight::after {
    bottom: 4px;
    height: 6px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .highlight::after {
  bottom: 0;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list {
  margin-top: min(3px, 0.2196193265vw);
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list {
    margin-top: 20px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .before {
  position: relative;
  font-size: min(1.8rem, 1.317715959vw);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .before {
    font-size: 2rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .before::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 14px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .after {
  margin-top: 47px;
  padding: 7px 17px;
  font-size: min(1.6rem, 1.1713030747vw);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .flow-list .after {
    font-size: 1.6rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap {
  margin-top: 12px;
  text-align: center;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl {
    font-size: 1.6rem;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl-sub {
  margin-top: 3px;
  font-size: 1.2rem;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl + img {
  margin-top: 5px;
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-ttl-sub + img {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-img-wrap {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .graph-img-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-01 .graph-img-wrap {
    margin-inline: 20px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-02 .graph-ttl-sub, .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-03 .graph-ttl-sub {
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-02 .graph-ttl-sub, .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap.graph-03 .graph-ttl-sub {
    padding-left: 40px;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .quote {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .graph-wrap .quote {
    font-size: 1rem;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
.section-growth-areas .cateogories .category .category-body .category-body-bottom .note {
  margin-top: 5px;
  padding-left: 10px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category .category-body .category-body-bottom .note {
    margin-top: 10px;
    padding-left: 0;
  }
}
.section-growth-areas .cateogories .category.energy .category-head,
.section-growth-areas .cateogories .category.energy .category-body .category-body-top {
  background-color: #A70719;
}
.section-growth-areas .cateogories .category.energy .category-body .category-body-bottom {
  background-color: #FEF2F4;
}
.section-growth-areas .cateogories .category.energy .category-body .category-body-bottom .icon-wrap img {
  filter: drop-shadow(0px 0px 15px rgba(167, 7, 25, 0.1));
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category.energy .category-body .category-body-bottom .icon-wrap img {
    max-width: 146px;
  }
}
.section-growth-areas .cateogories .category.energy .current-theme {
  background-color: #FEF2F4;
}
.section-growth-areas .cateogories .category.energy .current-theme .label {
  background-color: #800714;
}
.section-growth-areas .cateogories .category.energy .flow-list .before::after {
  background-color: #F6D6DA;
}
.section-growth-areas .cateogories .category.energy .flow-list .after {
  color: #A70719;
  background-color: rgba(167, 7, 25, 0.15);
}
.section-growth-areas .cateogories .category.robotics .category-head,
.section-growth-areas .cateogories .category.robotics .category-body .category-body-top {
  background-color: #B37631;
}
.section-growth-areas .cateogories .category.robotics .category-body .category-body-bottom {
  background-color: #FCF6E8;
}
.section-growth-areas .cateogories .category.robotics .category-body .category-body-bottom .icon-wrap img {
  margin-top: -10px;
}
.section-growth-areas .cateogories .category.robotics .current-theme {
  background-color: #FCF6E8;
}
.section-growth-areas .cateogories .category.robotics .current-theme .label {
  background-color: #925D21;
}
.section-growth-areas .cateogories .category.robotics .flow-list .before::after {
  background-color: #F6DEA5;
}
.section-growth-areas .cateogories .category.robotics .flow-list .after {
  color: #B37631;
  background-color: #F1E6D9;
}
.section-growth-areas .cateogories .category.security .category-head,
.section-growth-areas .cateogories .category.security .category-body .category-body-top {
  background-color: #175A2C;
}
.section-growth-areas .cateogories .category.security .category-body .category-body-bottom {
  background-color: #ECF5EB;
}
.section-growth-areas .cateogories .category.security .category-body .category-body-bottom .icon-wrap img {
  filter: drop-shadow(0px 0px 15px rgba(23, 90, 44, 0.1));
}
@media screen and (max-width: 767px) {
  .section-growth-areas .cateogories .category.security .category-body .category-body-bottom .icon-wrap img {
    max-width: 146px;
  }
}
.section-growth-areas .cateogories .category.security .current-theme {
  background-color: #ECF5EB;
}
.section-growth-areas .cateogories .category.security .current-theme .label {
  background-color: #0A411B;
}
.section-growth-areas .cateogories .category.security .flow-list .before::after {
  background-color: #C8E1C7;
}
.section-growth-areas .cateogories .category.security .flow-list .after {
  color: #175A2C;
  background-color: #DCE6DE;
}

/* /section-growth-areas */
/* section-operation-status */
.section-operation-status {
  position: relative;
  background-color: #EEF2F8;
}
.section-operation-status .inner-wrap {
  padding-top: 150px;
  padding-bottom: 155px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .inner-wrap {
    padding-top: 30px;
    padding-bottom: 115px;
  }
}
.section-operation-status .hd-wrap {
  text-align: center;
}
.section-operation-status .hd-wrap .sub {
  font-size: 3rem;
  font-weight: bold;
  color: #002250;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-operation-status .hd-wrap .sub::before, .section-operation-status .hd-wrap .sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap .sub::before, .section-operation-status .hd-wrap .sub::after {
    width: 18px;
    height: 2px;
  }
}
.section-operation-status .hd-wrap .sub::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap .sub::before {
    left: -25px;
  }
}
.section-operation-status .hd-wrap .sub::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap .sub::after {
    right: -25px;
  }
}
.section-operation-status .hd-wrap h2 {
  margin-top: 50px;
  padding: 20px;
  font-size: 3.6rem;
  color: #fff;
  background-color: #002250;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap h2 {
    margin-top: 25px;
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.section-operation-status .hd-wrap h2 .period {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap h2 .period {
    font-size: 1.4rem;
  }
}
.section-operation-status .hd-wrap h2.fund {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .hd-wrap h2.fund {
    margin-top: 45px;
  }
}
.section-operation-status .img-wrap {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .img-wrap {
    margin-top: 20px;
  }
}
.section-operation-status .graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .graphs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-operation-status .graphs .graph img {
    width: revert-layer;
  }
}
.section-operation-status .note,
.section-operation-status .quote {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-operation-status .note,
  .section-operation-status .quote {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
.section-operation-status .note + .quote {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .note + .quote {
    margin-top: 0;
  }
}
.section-operation-status .table-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .table-wrap {
    margin-top: 5px;
  }
}
.section-operation-status .fund-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table {
    width: 840px;
    font-size: 1.2rem;
  }
}
.section-operation-status .fund-table thead tr {
  color: #fff;
  background-color: #223684;
}
.section-operation-status .fund-table thead tr th {
  padding: 15px 5px 20px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table thead tr th {
    padding: 10px 5px;
  }
}
.section-operation-status .fund-table thead tr th:first-child, .section-operation-status .fund-table thead tr th:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table tbody tr:first-child th {
    padding: 5px;
    width: 3%;
  }
}
.section-operation-status .fund-table tbody tr th,
.section-operation-status .fund-table tbody tr td {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .section-operation-status .fund-table tbody tr th,
  .section-operation-status .fund-table tbody tr td {
    padding: 8px 5px;
  }
}
.section-operation-status .fund-table tbody tr th {
  color: #fff;
  text-align: center;
  background-color: #587AAE;
  border-bottom: 1px solid #fff;
}
.section-operation-status .fund-table tbody tr td {
  border-bottom: 1px solid #B2B2B2;
}
.section-operation-status .fund-table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.section-operation-status .fund-table tbody tr:nth-child(2n) {
  background-color: #F1F1F1;
}
.section-operation-status .fund-table tbody tr:last-child th {
  border-bottom: 1px solid #587AAE;
}
.section-operation-status .fund-table sup {
  font-size: 1rem;
}

/* /section-operation-status */
/* section-newton-investiment */
.section-newton-investiment {
  position: relative;
  padding-top: 160px;
  padding-bottom: 90px;
  color: #fff;
  background: url(../images/bg_03.webp) no-repeat top/cover #EEF2F8;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment {
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: url(../images/bg_03_sp.webp);
  }
}
.section-newton-investiment::before, .section-newton-investiment::after {
  content: "";
  position: absolute;
}
.section-newton-investiment::before {
  left: 54px;
  top: -70px;
  width: min(249px, 18.2284040996vw);
  height: min(281px, 20.5710102489vw);
  background: url(../images/bg_03_01.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment::before {
    left: 15px;
    width: 124px;
    height: 140px;
  }
}
.section-newton-investiment::after {
  right: 82px;
  top: -98px;
  width: min(350px, 25.6222547584vw);
  height: min(327px, 23.9385065886vw);
  background: url(../images/bg_03_02.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment::after {
    right: 25px;
    top: -85px;
    width: 175px;
    height: 163px;
  }
}
.section-newton-investiment .hd-wrap h2 {
  font-size: 4.8rem;
  text-align: center;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .hd-wrap h2 {
    font-size: 2.4rem;
    letter-spacing: -0.001em;
  }
}
.section-newton-investiment .white-label {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  color: #212233;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .white-label {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 1.3rem;
    letter-spacing: -0.001em;
  }
}
.section-newton-investiment h3 {
  margin-top: 60px;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment h3 {
    margin-top: 25px;
    font-size: 2rem;
  }
}
.section-newton-investiment .txt-wrap {
  margin-top: 23px;
  margin-inline: auto;
  max-width: 990px;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .txt-wrap {
    margin-top: 10px;
  }
}
.section-newton-investiment .lead-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .lead-txt {
    font-size: 1.3rem;
  }
}
.section-newton-investiment .lead-txt + .lead-txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .lead-txt + .lead-txt {
    margin-top: 20px;
  }
}
.section-newton-investiment .txt-orange {
  color: #FDAA40;
}
.section-newton-investiment .box-pickup {
  position: relative;
  margin-top: 117px;
  padding: 36px min(56px, 4.0995607613vw) 60px;
  background-color: #313241;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup {
    margin-top: 40px;
    padding-top: 55px;
    padding-inline: 10px;
    padding-bottom: 20px;
  }
}
.section-newton-investiment .box-pickup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  background: url(../images/icon_09.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup::before {
    width: 70px;
    height: 70px;
  }
}
.section-newton-investiment .box-pickup .box-ttl {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-ttl {
    font-size: 2rem;
  }
}
.section-newton-investiment .box-pickup .box-inner {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 23px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner {
    grid-template-columns: 1fr;
    margin-top: 10px;
    gap: 4px;
  }
}
.section-newton-investiment .box-pickup .box-inner .txt-wrap {
  margin-top: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .txt-wrap {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}
.section-newton-investiment .box-pickup .box-inner .txt-wrap p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .txt-wrap p {
    line-height: 1.7;
  }
}
.section-newton-investiment .box-pickup .box-inner .txt-wrap > p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .txt-wrap > p + p {
    margin-top: 25px;
  }
}
.section-newton-investiment .box-pickup .box-inner .img-wrap {
  margin-top: 14px;
  text-align: center;
}
.section-newton-investiment .box-pickup .box-inner .box-point {
  margin-top: 23px;
  padding: 9px 6px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 143px auto;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .box-point {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.section-newton-investiment .box-pickup .box-inner .box-point .point-label {
  padding: 15px 10px;
  text-align: center;
  background-color: #F07800;
  font-size: min(2rem, 1.4641288433vw);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .box-point .point-label {
    font-size: 1.4rem;
  }
}
.section-newton-investiment .box-pickup .box-inner .box-point .point-txt {
  font-size: min(2rem, 1.4641288433vw);
  text-align: center;
  color: #F07800;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .box-pickup .box-inner .box-point .point-txt {
    font-size: 1.4rem;
  }
}
.section-newton-investiment .list-btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-newton-investiment .list-btn {
    margin-top: 20px;
  }
}

/* /section-newton-investiment */
/* section-featured-stocks */
.section-featured-stocks {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-featured-stocks > .inner-wrap > .hd-wrap {
    margin: 70px 0;
  }
}
.section-featured-stocks .hd-wrap h2 {
  color: #002250;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-featured-stocks .hd-wrap h2::before, .section-featured-stocks .hd-wrap h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .hd-wrap h2::before, .section-featured-stocks .hd-wrap h2::after {
    width: 18px;
    height: 2px;
  }
}
.section-featured-stocks .hd-wrap h2::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .hd-wrap h2::before {
    left: -25px;
  }
}
.section-featured-stocks .hd-wrap h2::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .hd-wrap h2::after {
    right: -25px;
  }
}
.section-featured-stocks .fund-area {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area {
    padding-bottom: 50px;
  }
}
.section-featured-stocks .fund-area .inner-wrap {
  padding-top: 70px;
  max-width: 1246px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .inner-wrap {
    padding-top: 55px;
  }
}
.section-featured-stocks .fund-area .hd-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-inline: auto;
  width: fit-content;
  color: #fff;
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .hd-wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.section-featured-stocks .fund-area .hd-wrap .sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 9px;
  max-height: 46px;
  font-size: 3.5rem;
  background: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .hd-wrap .sub {
    max-width: 90px;
    margin-inline: auto;
    font-size: 1.7rem;
  }
}
.section-featured-stocks .fund-area .hd-wrap h3 {
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .hd-wrap h3 {
    font-size: 3rem;
    text-align: center;
  }
}
.section-featured-stocks .fund-area .lead-txt {
  margin-top: 5px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .lead-txt {
    font-size: 1.3rem;
  }
}
.section-featured-stocks .fund-area .box-fund {
  margin-top: 47px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund {
    margin-top: 20px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head {
  padding: 20px 68px 50px;
  display: flex;
  flex-direction: column;
  min-height: min(281px, 20.5710102489vw);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head {
    padding: 10px;
    min-height: max(133px, 35.4666666667vw);
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .sub {
  margin-top: auto;
  color: #002250;
  font-size: min(2.4rem, 1.756954612vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .sub {
    margin-top: max(35px, 9.3333333333vw);
    font-size: 1.2rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  width: fit-content;
  height: fit-content;
  color: #002250;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap h4 {
  font-size: min(6rem, 4.39238653vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap h4 {
    font-size: 3rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags {
  display: grid;
  grid-template-columns: max-content auto;
  font-size: min(2.2rem, 1.6105417277vw);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags {
    font-size: 1.3rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags p {
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags p {
    padding: 2px 8px;
    border-width: 1px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags .country {
  color: #fff;
  background-color: #002250;
  border: 2px solid #002250;
  border-radius: 5px 0 0 5px;
}
.section-featured-stocks .fund-area .box-fund .box-head .box-ttl-wrap .tags .industry {
  color: #002250;
  background-color: #fff;
  border: 2px solid #002250;
  border-radius: 0 5px 5px 0;
  width: fit-content;
}
.section-featured-stocks .fund-area .box-fund .box-body {
  padding: 50px 70px 65px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body {
    padding: 25px 10px 20px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .txt-wrap + .txt-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .txt-wrap + .txt-wrap {
    margin-top: 30px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap {
  line-height: 1;
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap h5 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap h5 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap .label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  padding-right: 37px;
  width: fit-content;
  height: 50px;
  color: #fff;
  font-size: min(3rem, 2.196193265vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap .label {
    gap: 5px;
    padding-right: 18px;
    height: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap .label img {
    width: 20px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap .txt {
  font-size: min(4.4rem, 3.2210834553vw);
  font-family: "Shippori Mincho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap .txt {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .label-wrap + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .label-wrap + p {
    margin-top: 3px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point {
    margin-top: 5px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point li {
    padding-left: 20px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #A70719;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point li::before {
    top: 2px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .list-point li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .list-point li + li {
    margin-top: 15px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .graphs {
    gap: 35px;
    margin-top: 35px;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .graphs .note {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .graphs .note {
    font-size: 1rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .graphs + .note {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .graphs + .note {
    margin-top: 20px;
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .note {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -0.001em;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .note {
    font-size: 1rem;
  }
}
.section-featured-stocks .fund-area .box-fund .box-body .quote {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: -0.001em;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area .box-fund .box-body .quote {
    font-size: 1rem;
  }
}
.section-featured-stocks .fund-area::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 297px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area::before {
    width: 150px;
    height: 28px;
  }
}
.section-featured-stocks .fund-area.cameco {
  margin-top: 80px;
  background-color: #A70719;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.cameco {
    margin-top: 0;
  }
}
.section-featured-stocks .fund-area.cameco .hd-wrap .sub {
  color: #A70719;
}
.section-featured-stocks .fund-area.cameco::before {
  background-image: url(../images/bg_04.webp);
}
.section-featured-stocks .fund-area.cameco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: url(../images/icon_01.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.cameco::after {
    top: -12px;
    width: 50px;
    height: 60px;
  }
}
.section-featured-stocks .fund-area.cameco .box-fund .box-head {
  background: url(../images/bg_05.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.cameco .box-fund .box-head {
    background-image: url(../images/bg_05_sp.webp);
  }
}
.section-featured-stocks .fund-area.cameco .box-fund .label-wrap .label {
  background-color: #A70719;
}
.section-featured-stocks .fund-area.cameco .box-fund .label-wrap .txt {
  color: #A70719;
}
.section-featured-stocks .fund-area.cameco .box-fund .list-point li::before {
  background-color: #A70719;
}
.section-featured-stocks .fund-area.cameco .highlight {
  color: #A70719;
}
.section-featured-stocks .fund-area.ge-vernova {
  background-color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .hd-wrap {
  margin-top: 30px;
}
.section-featured-stocks .fund-area.ge-vernova .hd-wrap .sub {
  color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova::before {
  background-image: url(../images/bg_04_02.webp);
}
.section-featured-stocks .fund-area.ge-vernova::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 43px;
  background: url(../images/icon_02.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.ge-vernova::after {
    top: 0;
    width: 64px;
    height: 60px;
  }
}
.section-featured-stocks .fund-area.ge-vernova .box-fund {
  margin-top: 40px;
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .box-head {
  background: url(../images/bg_06.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.ge-vernova .box-fund .box-head {
    background-image: url(../images/bg_06_sp.webp);
  }
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .label-wrap .label {
  background-color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .label-wrap .txt {
  color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .box-fund .list-point li::before {
  background-color: #B37631;
}
.section-featured-stocks .fund-area.ge-vernova .highlight {
  color: #B37631;
}
.section-featured-stocks .fund-area.aerovironment {
  background-color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .hd-wrap .sub {
  color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment::before {
  background-image: url(../images/bg_04_03.webp);
}
.section-featured-stocks .fund-area.aerovironment::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 43px;
  background: url(../images/icon_03.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.aerovironment::after {
    width: 66px;
    height: 66px;
  }
}
.section-featured-stocks .fund-area.aerovironment .box-fund .box-head {
  background: url(../images/bg_07.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .fund-area.aerovironment .box-fund .box-head {
    background-image: url(../images/bg_07_sp.webp);
  }
}
.section-featured-stocks .fund-area.aerovironment .box-fund .label-wrap .label {
  background-color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .box-fund .label-wrap .txt {
  color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .box-fund .list-point li::before {
  background-color: #175A2C;
}
.section-featured-stocks .fund-area.aerovironment .highlight {
  color: #175A2C;
}
.section-featured-stocks .list-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-featured-stocks .sp-txt-shadow {
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }
}

/* /section-featured-stocks */
/* section-risk */
.section-risk .inner-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .section-risk .inner-wrap {
    margin-top: 55px;
  }
}
.section-risk .hd-wrap h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #002250;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.section-risk .hd-wrap h2::before, .section-risk .hd-wrap h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk .hd-wrap h2::before, .section-risk .hd-wrap h2::after {
    width: 18px;
    height: 2px;
  }
}
.section-risk .hd-wrap h2::before {
  left: -52px;
}
@media screen and (max-width: 767px) {
  .section-risk .hd-wrap h2::before {
    left: -25px;
  }
}
.section-risk .hd-wrap h2::after {
  right: -52px;
}
@media screen and (max-width: 767px) {
  .section-risk .hd-wrap h2::after {
    right: -25px;
  }
}
.section-risk h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 2.8rem;
  color: #002250;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-risk h3 {
    margin-top: 18px;
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
.section-risk h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk h3::after {
    width: 90px;
  }
}
.section-risk h4 {
  font-size: 2.2rem;
  line-height: 1;
  color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk h4 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.section-risk .normal-list {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list {
    margin-top: 10px;
  }
}
.section-risk .normal-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li {
    padding-left: 15px;
    line-height: 1.6;
  }
}
.section-risk .normal-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #002250;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li::before {
    top: 8px;
    width: 9px;
    height: 9px;
  }
}
.section-risk .normal-list li .highlight {
  color: #DD1B1B;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li .highlight {
    text-underline-offset: 5px;
  }
}
.section-risk .normal-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-list li + li {
    margin-top: 5px;
  }
}
.section-risk .note {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .section-risk .note {
    font-size: 1rem;
  }
}
.section-risk .normal-dl {
  color: #333;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl {
    margin-top: 12px;
  }
}
.section-risk .normal-dl > div {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #B2B2B2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl > div {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.section-risk .normal-dl > div:first-child {
  border-top: 1px solid #B2B2B2;
}
.section-risk .normal-dl > div dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 10px;
  height: 100%;
  background-color: #EEF2F8;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl > div dt {
    padding: 5px 10px;
  }
}
.section-risk .normal-dl > div dd {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .section-risk .normal-dl > div dd {
    padding: 10px;
    line-height: 1.57;
  }
}
.section-risk .table-cost {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .section-risk .table-cost {
    margin-top: 10px;
  }
}
.section-risk .table-cost colgroup col:first-child {
  width: 200px;
}
.section-risk .table-cost colgroup col {
  width: 450px;
}
.section-risk .table-cost th,
.section-risk .table-cost td {
  padding: 17px 12px;
}
@media screen and (max-width: 767px) {
  .section-risk .table-cost th,
  .section-risk .table-cost td {
    padding: 7px 10px;
  }
}
.section-risk .table-cost thead th + th {
  border-left: 1px solid #fff;
}
.section-risk .table-cost tbody tr:first-child th {
  border-top: 1px solid #B2B2B2;
}
.section-risk .table-cost tbody th,
.section-risk .table-cost tbody td {
  border-bottom: 1px solid #B2B2B2;
}
.section-risk .table-cost .bg-blue {
  color: #fff;
  background-color: #002250;
}
.section-risk .table-cost .bg-blue-02 {
  background-color: #EEF2F8;
}
.section-risk .table-cost .highlight {
  color: #DD1B1B;
}
.section-risk .notes-list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .section-risk .notes-list {
    margin-top: 15px;
  }
}
.section-risk .notes-list li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .section-risk .notes-list li {
    gap: 2px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}
.section-risk .notes-list li + li {
  margin-top: 5px;
}

/* /section-risk */
/* fixed-section */
.fixed-section {
  position: fixed;
  z-index: 1;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fixed-section {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed-section .inner-wrap {
    padding-inline: 0;
  }
}
.fixed-section .links {
  display: grid;
  /* grid-template-columns: repeat(2, max-content); */
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fixed-section .links {
    grid-template-columns: 100%;
    gap: 0;
  }
  .fixed-section .links li {
    width: 100%;
  }
}
.fixed-section .links .btn {
  width: 450px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .fixed-section .links .btn {
    width: 100%;
    font-size: 1.3rem;
    border-radius: 0;
    letter-spacing: 0.001em;
    padding-left: 10px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-section .links .btn::after {
    width: 22px;
    height: 22px;
  }
}

/* footer */
.footer {
	background-color: #222;
	color: #fff;
	padding: 60px 20px 82px 20px;
  margin-top: 50px;
}
.footer-01 > ul {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer-01 > ul > li + li {
	margin-top: 24px;
}
.footer-01 > ul > li > a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}
.footer-02-01 {
	order: 1;
	margin: 24px 0 0 0;
}
.footer-02-01-inner > dl {
	font-size: 1.0rem;
	line-height: 1.6;
}
.footer-02-01-inner > dl > dt {
	font-weight: 500;
}
.footer-02-01-inner > dl > dt > span {
	padding: 0 0 0 1em;
}
.footer-02-01-inner-copyright {
	margin-top: 16px;
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: 500;
}
.footer-02-02 {
	order: 0;
	margin: 48px auto 0 auto;
	width: 189px;
}
.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}
@media screen and (min-width: 768px) {
	.footer {
		padding: 64px 60px 120px 60px;
    margin-top: 80px;
	}
	.footer-wrap {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.footer-01 > ul {
		margin: -16px -20px 0 0;
		line-height: 32px;
	}
	.footer-01 > ul > li {
		display: inline-block;
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
		border-right: solid 1px #fff;
	}
	.footer-01 > ul > li + li {
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
	}
	.footer-01 > ul > li:last-child {
		padding: 0 0 0 0;
		margin: 16px 0 0 0;
		border-right: none;
	}
	.footer-01 > ul > li > a {
		transition: all 0.4s;
	}
	.footer-01 > ul > li > a:hover {
		color: #006BCE;
    opacity: 0.7;
	}
	.footer-02 {
		display: flex;
		width: 100%;
		padding: 50px 0 0 0;
		margin: 0 0 0 0;
		border-top: none;
	}
	.footer-02-01 {
		order: 1;
		flex: 1;
		margin: 0 0 0 0;
		padding: 0 0 0 60px;
		text-align: right;
	}
	.footer-02-01-inner {
		display: inline-block;
		text-align: left;
	}
	.footer-02-01-inner > dl {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.footer-02-02 {
		order: 0;
		width: 189px;
		margin: 0 0 0 0;
	}
}


/* /footer */
/* common module */
.list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .list-btn {
    flex-direction: column;
    gap: 20px;
  }
}
.list-btn li {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .list-btn li {
    width: 100%;
  }
}

.btn {
  position: relative;
  padding: 18px 40px;
  padding-right: 55px;
  border-radius: 50px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #A4A4A4;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.6rem;
    padding: 12px;
    padding-left: 25px;
    padding-right: 60px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 32px;
  height: 32px;
  background: url(../images/icon_btn_01.svg) no-repeat center/cover;
}
.btn.orange {
  color: #fff;
  background-color: #F07800;
  border-color: #F07800;
}
.btn.orange::after {
  background: url(../images/icon_btn_02.svg) no-repeat center/cover;
}

.txt-link {
  display: inline-block;
  color: #002250;
  text-decoration: underline;
}

.simplebar-track.simplebar-horizontal {
  bottom: -24px;
  height: 15px;
  border-radius: 7px;
  background-color: #CBD6E8;
}

.simplebar-scrollbar.simplebar-visible::before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-color: #587AAE;
}

.normal-list-02 {
  letter-spacing: -0.001em;
}
.normal-list-02 > li {  
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .normal-list-02 .unit {
    font-size: 0.8rem;
    margin-top: 0.5em;
  }
}

/* /common module *//*# sourceMappingURL=module.css.map */