@charset "UTF-8";
:root {
  --color-main: #315088;
  --color-sub: #009768;
	--color-beginner: #1C8263;
  --color-bg: #F5F5F5;
  --color-txt: #000;
	--color-border: #CCC;
  --color-bk: #000;
  --color-wh: #fff;
  --font-base:"Noto Sans JP",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"Yu Gothic","メイリオ",Meiryo,sans-serif;
  --font-min: "Shippori Mincho", serif;
  --lineHeight-xs: 1.2;
  --lineHeight-s: 1.4;
  --lineHeight-m: 1.6;
  --lineHeight-l: 1.8;
  --lineHeight-xl: 2;
  --trans-min02: all .2s ease-in-out;
  --headerHeight-pc: 74px;
  --headerHeight-sp: 66px;
}
@keyframes puldownOn{
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to{
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
html {
  scroll-behavior: smooth;
    scroll-padding-top: var(--headerHeight-pc);
}
body {
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: var(--color-txt);
  font-family: var(--font-base);
  line-height: 1.6;
  word-break: break-all;
  overflow-x: clip;
}
*,*::before,*::after {
  box-sizing: border-box;
}
main {
  display: block;
  padding-top: var(--headerHeight-pc);
  overflow: clip;
}
img {
  vertical-align: top;
  max-width: 100%;
}
p a {
  text-decoration: underline;

  &:hover {
    text-decoration: none;
  }
}
sub, sup {
  font-size: 65%;
}
picture {
    display: block;
}
.hp_brSp, .hp_spOnly {
  display: none;
}
.hp_ls_s {
  letter-spacing: -0.05em;
}
.hp_m0 {
    margin: 0;
}
.ly_wrap_m {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto;
}
.ly_wrap_s {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}
.js-inview {
    opacity: 0;
    transition: opacity .4s linear;
}
.js-inview.is-show {
    opacity: 1;
}

body#top {
  --color-main: #005268;
}
body#equity {
  --color-main: #315088;
}
body#credit {
  --color-main: #00789d;
}
body#infrastructure {
  --color-main: #5c486c;
}
body#realestate {
  --color-main: #77974a;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  background-color: #c00;
  width: 100%;
  padding: 26px 0;
}
#header .header_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#header .logoArea img {
  width: 100%;
  height: auto;
}
#header .logoArea img.l-logo_image {
  width: 139px;
  height: 38px;
}
#header .header_nav_ul {
  display: flex;
  margin-right: 40px;
}
#header .header_nav_ul > li {
  margin-left: 33px;
  position: relative;
}
#header .header_nav_ul li a,
#header .header_nav_ul li button {
  color: #fff;
  font-size: 16px;
  letter-spacing: .032em;
  font-weight: 600;    
  position: relative;
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: .4em;
}
#header .header_nav_ul li a:hover,
#header .header_nav_ul li button:hover,
#header .header_nav_ul .pulldown button.is-active {
  text-decoration-color: #fff;
}
#header .header_nav_ul .pulldown button::after {
  content: "";
  width: 10px;
  height: 5px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 6px;
  display: inline-block;
}

#Toggle {
  display: none;
}

#footer {
  padding: 44px 25px;
  color: #474747;
  font-size: 12px;
  font-family: YuGothic, " 游ゴシック", " メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", " ヒラギノ角ゴ Pro W3", "Lucida Grande", "LucidaSans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #fff;
}
#footer .logoArea {
  margin-bottom: 16.4px;
}
#footer .logoArea .imgsize img {
  display: block;
  margin-top: 16.4px;
  height: 22px;
}
#footer .copyright {
  margin-top: 16.4px;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0;
  display: none;
}
.scroll-top img {
  width: 100%;
  height: auto;
}
.scroll-top:hover {
  cursor: pointer;
}
.c_small {
  font-size: 13px;
}
.c_p {
  /* font-weight: 500; */
  line-height: 2;
  font-size: 17px;
  letter-spacing: 0.032em;
}
.c_p + .c_p {
  margin-top: 25px;
}
.c_red{
  color: var(--color-main);
}
.c_h2 {
  font-family: var(--font-min);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-txt);
  line-height: 1.7;
  position: relative;
  width: fit-content;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  z-index: 1;
}
.c_h2::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -45px;
  width: 100%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: url(../img/icon_h2.svg) no-repeat center / cover;
  opacity: 0.6;
  z-index: -1;
}
.c_h2_sub {
  font-size: 26px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: .0em;
}
.c_h3 {
  font-size: 42px;
  text-align: center;
  line-height: 1.619;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 50px;
}
.c_h3 strong {
  color: var(--color-main);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.3em;
}
.c_h3 .c_h3-s {
  font-size: 32px;
}
.c_h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 45px;
  padding: 35px 0 31px;
  border-top: 4px solid var(--color-txt);
  border-bottom: 4px solid var(--color-txt);
  position: relative;
}
.c_h4::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 39px;
  height: 19px;
  background-color: var(--color-txt);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c_h4--under {
  font-size: 36px;
  border-top: none;
  padding-top: 0;
}
.c_h4_green {
  color: var(--color-sub);
}
.c_h4_orange {
  color: #F39A37;
}
.c_h5 {
  padding: 15px 22px 11px;
  background-color: #F2F2F2;
  font-size: 26px;
  line-height: var(--lineHeight-s);
}
.c_h5--bk {
  background-color: #000;
  border: 1px solid #707070;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
}
.c_wrap-m {
  max-width: 940px;
  margin-inline: auto;
}
.c_wrap-s {
  max-width: 800px;
  margin-inline: auto;
}
.c_catch {
  font-size: 24px;
  letter-spacing: .03em;
  text-align: center;
  font-weight: 700;
}
.c_catch > strong {
  font-size: 32px;
  color: var(--color-main);
  letter-spacing: .03em;
  line-height: var(--lineHeight-s);
}
.c_dotList > li{
  position: relative;
  text-align: left;
  padding-left: 1.1em;
  line-height: 2;
    letter-spacing: 0.032em;

  &+li {
      margin-top: 2px;
  }

  &::before {
      position: absolute;
      content: "・";
      left: 0;
      top: 0;
  }
}
.c_note_list {
  list-style: none;
}
.c_note {
  font-size: 13px;
}
.c_note-m {
  font-size: 14px;
  font-weight: 500;
}
.c_note-s {
  font-size: 12px;
}
.c_note.num {
  text-indent: -2em;
  padding-left: 2em;
}
.c_note.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.c_caption {
  font-size: 16px;
  letter-spacing: .032em;
}
.c_caption-s {
  font-size: 13px;
}
.c_hoverOp {
  transition: var(--trans-min02);

  &:hover {
    opacity: .7;
  }
}
.c_content {
  width: 100%;
}
.c_content_inner {
  display: grid;
  grid-template-columns: 176px auto;
  column-gap: 90px;
  max-width: 1202px;
  margin-inline: auto;
  width: calc(100% - 40px);
  position: relative;
}
.c_content_inner::before {  
  content: "";
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  position: fixed;
  background-image: url(../img/bg_section.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c_main {
  position: relative;
}
.c_side {
  padding-top: 120px;
  position: relative;
  padding-bottom: 160px;
  transition: opacity .4s linear;
}
.c_side::before {
  content: "";
  width: 1px;
  height: calc(100% - 250px);
  background: #000;
  display: block;
  position: absolute;
  top: 120px;
  left: 5px;
}
body.is-resizing .c_side {
  transition: none;  /* 画面リサイズ中アニメーション禁止 */
}
.c_side_nav_list > li + li {
  margin-top: 35px;
}
.c_side_nav_list a {
  display: block;
  padding-left: 22px;
  position: relative;
  font-weight: 400;
  color: #3b3939;
  font-size: 14px;
  transition: all .3s ease;
}
.c_side_nav_list a::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #767676;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin-block: auto;
}
.c_side_nav_list a:hover {
  opacity: .7;
}
.c_side_nav_list a.is-current {
  color: var(--color-txt);
  font-weight: 700;
}
.c_side_nav_list a.is-current::before {
  background: #000;
  width: 11px;
  height: 11px;
  left: 0px;
}  
.c_side_nav {
  position: sticky;
  top: calc(80px + var(--headerHeight-pc));
}
.c_section {
  padding-block: 100px 130px;
  position: relative;
}
.c_section:last-child {
  padding-bottom: 130px;
  transition: opacity .4s ease-out;
}
.c_section > * {
  z-index: 1;
  position: relative;
}
.c_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(((100% - 251px) / 2) - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #fdfdfd;
  z-index: -1;
}
.c_section--color::before {
  background-color: #005268;
}
.c_section--color::before {
  background-color: var(--color-main);
}
.c_section--color > .c_h2,
.c_section--color > .c_p, 
.c_section--color > .c_note,
.c_section--color > .js-inview:not(.c_whbox) > .c_h2,
.c_section--color > .js-inview:not(.c_whbox) > .c_p, 
.c_section--color > .js-inview:not(.c_whbox) > .c_note {
  color: #Fff;
}
.c_whbox {
  background: #fff;
  border-radius: 20px;
  padding: 50px 60px;
  margin-block: 70px;
  overflow: hidden;
  position: relative;
}
.c_whbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
}
.c_whbox > * {
  position: relative;
  z-index: 1;
}
body:not(#top) .c_whbox:last-child {
  margin-bottom: 0;
}
.c_whbox.mb0 {
  margin-bottom: 0;
}
.c_h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #000;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 30px;
  padding-block: 3px 4px;
  padding-inline: 10px;
  letter-spacing: .05em;
  line-height: 1.4;
}
.c_dl .c_p,
.c_dl .c_dotList > li {
  font-size: 88.235%;
}
.c_dl .c_dotList > li {
  letter-spacing: .05em;
}
.c_dl {
  display: grid;
  grid-template-columns: 150px auto;
  margin-top: 70px;
}
.c_dl + .c_dl {
  margin-top: 20px;
}
.c_dl dt {
  background: #afc4d0;
  padding: 10px;
  display: grid;
  place-content: center;
  text-align: center;
}
.c_dl--c02 dt {
  background: #c4c792;
}
.c_dl--c02 .c_dl_titleSm {
  background: #37726c;
}
.c_dl--c03 dt {
  background: #c6973c;
  color: #fff;
  letter-spacing: .04em;
}
.c_dl--c04 dt {
  background: #37726c;
  color: #fff;
  letter-spacing: .04em;
}
.c_dl--c05 dt {
  background: #a9bfe6;
}
.c_dl dd {
  background: #fff;
  padding: 35px;
}
.c_dl_title {
  font-size: 18px;
  font-weight: 600;
}
.c_dl_icon {
  margin-bottom: 10px;
}
.c_dl_titleSm {
  color: #fff;
  letter-spacing: .08em;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  padding: 2px 15px 3px;
  background: #43608b;
  width: fit-content;
  margin-block: 22px 8px;
}
.c_btn a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  height: 80px;
  padding-block: 15px;
  background: #fff;
  display: grid;
  place-content: center;
  letter-spacing: .1em;
  padding-inline: 70px;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
  transition: all .3s ease;
}
.c_btn a::before {
  content: "";
  inset: 0;
  position: absolute;
  background: #000000;
  transform: translateX(0%);
  transition: all .4s ease;
}
.c_btn a::after {
  content: "";
  width: 16px;
  height: 27px;
  display: block;
  mask: url(../img/icon_arrow.svg) no-repeat center / contain;
  transform: scale(-1, -1);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin-block: auto;
  z-index: 1;
  transition: all .3s ease;
}
.c_btn a > * {
  position: relative;
  z-index: 1;
}
.c_btn a:hover {
  color: #000000;
}
.c_btn a:hover::before {
  transform: translateX(100%);
}
.c_btn a:hover::after {
 background: #000000;
}
.c_feature {
  position: relative;
  padding: 42px 38px;
}
.c_feature_bg {
  position: absolute;
  inset: 0;
}
.c_feature_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_feature_main {
  z-index: 1;
  position: relative;
}
.c_feature .c_h3 {
  max-width: none;
}
.c_feature_list li {
  padding-left: 1.2em;
  letter-spacing: .08em;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
.c_feature_list li + li {
  margin-top: 5px;
}
.c_feature_list li::before {
  content: "●";
  color: var(--color-main);
  position: absolute;
  top: 0.18em;
  left: 0;
  font-size: 0.78em;
  margin-right: 0.42em;
}
.c_fundList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  justify-content: center;
  margin-top: 40px;
}
/* .c_fundList li {
  min-width: 250px;
  width: calc((100% - 50px) / 3);
} */

/* ロゴ 幅可変バージョン */ 
.c_fundList li {
  width: auto;
  min-width: 0;
}
.c_fundList .c_fundList_logo {
  display: block;
  padding-inline: 20px;
  min-width: 140px;
  transition: opacity .3s ease;
}
.c_fundList .c_fundList_logo:hover {
  opacity: 0.6;
}
.c_fundList_btn a {
  padding: 10px 30px 10px 10px;
  border-color: var(--color-main);
  font-size: 16px;
  height: 70px;
}
.c_fundList_btn a::before {
  background: var(--color-main);
}
.c_fundList_btn a::after {
  left: auto;
  right: 12px;
  mask-image: url(../img/icon_blank.svg);
  transform: none;
  width: 13px;
  height: 13px;
}

/* introduction */
@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.introduction {
  background: url(../img/bg_introduction.jpg) no-repeat center / cover;
  position: relative;
  z-index: 1;
}
.introduction_loop {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -80px;
}
.introduction_loop > p {
  height: 140px;
  width: 1477px;
  padding-right: 40px;
  animation: loop 16s linear infinite;
}
.introduction_inner {
  max-width: 1200px;
  padding-block: 55px;
  margin-inline: auto;
  color: #fff;
  width: calc(100% - 35px);
}
.introduction_box {
  padding-block: 70px 80px;
  padding-inline: 40px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.introduction_box::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background: rgb(150 150 150 / 25%);
  backdrop-filter: blur(17px);
}
.introduction_box_inner {
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.introduction_box .c_h2::before {
content: none;
}
.introduction_box .c_h2,
.introduction_box .c_p {
  color: #fff;
}
.introduction_btnlist {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.introduction_btn {
  display: grid;
  grid-template-columns: 100px auto;
  overflow: hidden;
}
.introduction_btn_main {
  background: #fff;
  padding: 5px 70px 5px 15px;
  display: grid;
  place-content: center;
  position: relative;
  transition: all .3s ease;
}
.introduction_btn_main::before {
  content: "";
  inset: 0;
  background: #000;
  top: 0;
  left: 0;
  position: absolute;
  transform: translateX(0%);
  transition: all .3s ease;
}
.introduction_btn_main::after {
  content: "";
  width: 16px;
  height: 27px;
  display: block;
  mask: url(../img/icon_arrow.svg) no-repeat center /contain;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin-block: auto;
  z-index: 1;
  transition: all .3s ease;
}
.introduction_btn_text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index:1 ;
}
.introduction_btn:hover .introduction_btn_main {
  color: #000;
}
.introduction_btn:hover .introduction_btn_main::before {
  transform: translateX(100%);
}
.introduction_btn:hover .introduction_btn_main::after {
  background: #000;
}
.introduction_lowbtn {
  margin-block: 30px 50px;
}
.introduction_lowbtn a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  height: 80px;
  width: 100%;
  max-width: 935px;
  background: #fff;
  display: grid;
  place-content: center;
  margin-inline: auto;
  letter-spacing: .1em;
  padding-inline: 70px;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.introduction_lowbtn a::before {
  content: "";
  inset: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  transform: translateX(0%);
  transition: all .4s ease;
}
.introduction_lowbtn a::after {
  content: "";
  width: 16px;
  height: 27px;
  display: block;
  mask: url(../img/icon_arrow.svg) no-repeat center / contain;
  transform: scale(-1, -1);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin-block: auto;
  z-index: 1;
  transition: all .3s ease;
  transition: all .3s ease;
}
.introduction_lowbtn a > * {
  position: relative;
  z-index: 1;
}
.introduction_lowbtn a:hover {
  color: #000;
}
.introduction_lowbtn a:hover::before {
  transform: translateX(100%);
}
.introduction_lowbtn a:hover::after {
 background: #000;
}
body:not(#top) .introduction .topOnlyShow {
  display: none;
}
body#top .introduction .lowerOnlyShow {
  display: none;
}


/* disclaimer */
.disclaimer {
  background: #fff;
  padding-block: 90px 125px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .05em;
  z-index: 1;
  position: relative;
}
.disclaimer_inner {
  width: calc(100% - 40px);
  max-width: 1012px;
  margin-inline: auto;
}
.disclaimer_title {
  font-weight: 700;
}
* + .disclaimer_title {
  margin-top: 30px;
}
.disclaimer_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.disclaimer_list li::before {
  content: "・";
}
.wrapper-iframe-footer {
  position: relative;
  z-index: 1;
}

.top_mv::before {
  content: "";
  pointer-events: none;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  animation: fadeOut 1.2s 0s ease-in forwards;
}

/* TOP */
.top_mv {
  position: relative;
  background: #000 url(../img/top/top_mv.jpg)no-repeat center/ cover;
  height: 650px;
  color: #fff;
  z-index: 2;
}
.top_mv_inner {
  max-width: 1310px;
  width: calc(100% - 40px);
  margin-inline: auto;
  padding-top: 121px;
  opacity: 0;
  animation: fadeIn 1s 1.5s linear forwards;
}
.top_mv_title {
  font-family: var(--font-min);
  margin-bottom: 43px;
}
.top_mv_text {
  font-size: 16px;
  line-height: 2.14;
  max-width: 567px;
  font-feature-settings: "palt";
  letter-spacing:.14em;
}
.top_mv_assets {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin-inline: auto;
  max-width: 1316px;
}
.top_mv_assets img {
  width: 700px;
}

/* lower_mv */
.lower_mv {
  height: 330px;
  padding-block: 30px;
  position: relative;
  z-index: 2;
}
.lower_mv_bg {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
}
.lower_mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower_mv_inner {
  display: grid;
  place-content: center;
  font-family: var(--font-min);
  text-align: center;
  font-weight: 600;
  z-index: 1;
  position: relative;
  height: 100%;
  color: #fff;
  opacity: 0;
  animation: fadeIn .8s .3s linear forwards;
}
.lower_mv_title {
  font-size: 44px;
  letter-spacing: .0em;
  line-height: 1.3;
}
.lower_mv_titleSub {
  font-size: 24px;
  letter-spacing: .05em;
  margin-top: 25px;
  font-weight: 500;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.lower_mv_titleSub::before,
.lower_mv_titleSub::after {
  content: "";
  width: 150px;
  height: 1px;
  background: #fff;
  display: block;
  top: 0;
  bottom: 0;
  margin-block: auto;
  position: absolute;
  right: calc(100% + 10px);
}
.lower_mv_titleSub::after {
  right: auto;
  left: calc(100% + 10px);
}
.lower_headCol {
  margin-bottom: 60px;
  justify-content: space-between;
}
.lower_headCol .c_h2 {
  margin-bottom: 0;
  color: #fff;
}
.lower_headCol figure,
.lower_headCol picture {
  margin-top: 20px;
}

.ta_c {
  text-align: center;
}
.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.c_margin_xs {
  margin-top: 10px;
}
.c_margin_s {
  margin-top: 20px;
}
.c_margin_m {
  margin-top: 30px;
}
.c_margin_md {
  margin-top: 40px;
}
.c_margin_l {
  margin-top: 50px;
}
.c_margin_xl {
  margin-top: 60px;
}
.c_margin_xxl {
  margin-top: 100px;
}
@media only screen and (min-width: 1601px) {
  .c_content_inner {
    column-gap: 160px;
    max-width: 1400px;
  }
  .c_section::before {
    left: calc(((100% - (336px)) / 2) - 50vw);
  }
}
@media only screen and (min-width: 768px) {
  .sp {
      display:none
  }
  .chart_btn {
    display: none;
  }
  .c_side_nav_list > li.is-wh a::before {
    background: rgba(255, 255, 255, .8);
  }
  .c_side_nav_list > li.is-wh a.is-current::before {
    background: #fff;
  }
  .c_headCol {
    display: grid;
    grid-template-columns: auto 336px;
    column-gap: 50px;
  }
  .c_headCol .c_h2 {
    margin-bottom: 30px;
  }
  .c_headCol_img {  
    padding-top: 14px;
  }
  .c_p--s {
    font-size: 16.5px;
  }
  .c_dl--equity {
    grid-template-columns: 230px auto;
  }
  .c_dl--equity .c_dl_icon {
    margin-bottom: 0;
  }  
  .c_dl--c03 + .c_dl--c04 {
    margin-top: 40px;
  }
  .c_dl dd {
    align-items: center;
    display: grid;
  }

  .lower_headCol {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }

  /* infrastructure */
  .infrastructure_btn {
    max-width: 500px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 901px) {
  #header {
    height: 74px;
  }
  #header .logoArea {
    height: 22px;
    padding-left: 40px;
    margin-right: 40px;
  }
  #header .logoArea img.l-logo_image {
    height: 22px;
    width: 328px;
  }
  #header .header_nav_inner.is-active {  
    display: block;
    animation: puldownOn ease-out .2s forwards;
  }  
  #header .header_nav_inner {
    position: absolute;
    top: calc(100% + 20px);
    left: -30px;
    background: #000;
    color: #fff;
    padding: 26px 30px;
    width: calc(100% + 60px);
    min-width: 255px;
    line-height: 1.8;
    text-align: left;
    z-index: 1;
    transform: translateY(-20px);
    display: none;
    opacity: 0;
  }
  #header .header_nav_inner ul li + li {
    margin-top: 8px;
  }
  #header .header_nav_inner a {
    width: fit-content;
  }
  .c_sideBtn {
    display: none;
  }
  .c_side_nav_list > li.is-wh a {
    color: #d1d1d1;
  }
  .c_side_nav_list > li.is-wh a::before {
    background: #d1d1d1;
  }
  .c_side_nav_list > li.is-wh a.is-current {
    color: #fff;
  }
  .c_side_nav_list > li.is-wh a.is-current::before  {
    background: #fff;
  }  
  .top_portfolio_pic img {
    margin-right: -9%;
  }
}
@media screen and (max-width: 900px) {
  main {
    padding-top: var(--headerHeight-sp);
  }
  #header .header_nav_ul li a, 
  #header .header_nav_ul li button {
      font-size: 14px;    
  }
  #header {
  padding: 14px 0;
  }
  #header  .header_flex {
    min-width: inherit;
  }
  #header .logoArea {
    height: 38px;
    padding-left: 26px;
  }
  #header .header_nav {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  #header .header_nav.active {
    transform: translateY(0%);
    top: 100%;
  }
  #header .header_nav.non-active {
    display: none;
  }
  #header .header_nav_ul {
    flex-wrap: wrap;
    padding: 4% 0;
  }
  #header .header_nav_ul > li {
    width: 100%;
    text-align: left;
    padding: min(4%, 16px) 0;
    margin-left: 4%;
  }
  #header .header_nav_ul li a,
  #header .header_nav_ul li button {
    font-size: 16px;
    color: #fff;
  }
  #header .header_nav_ul .pulldown button::after {
    background: #000;
  }
  #header .header_nav_ul .pulldown .js-menu-trigger {
    pointer-events: none;
  }
  #header .header_nav_inner {
    background: transparent;
    position: static;
    padding: 15px 10px 0;
    padding-bottom: 0;
    width: 100%;
    min-width: 0;
  }
  #header .header_nav_inner ul li + li {
    margin-top: 0;
  }
  #header .header_nav_inner li {
    padding: 8px 0;
  }
  #header .header_nav_inner li >a {
    font-weight: 400;
  }
  #Toggle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 7%;
    height: 30%;
    cursor: pointer;
    z-index: 100;
    max-width: 27px;
  }
  #Toggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    transition: 0.35s ease-in-out;
    left: 0;
  }
  #Toggle span:nth-child(1) {
    top: 0;
  }
  #Toggle span:nth-child(2) {
    top: 50%;
  }
  #Toggle span:nth-child(3) {
    top: 100%;
  }
  #Toggle.active span:nth-child(1) {
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
  }
  #Toggle.active span:nth-child(2),
  #Toggle.active span:nth-child(3) {
    top: 50%;
    transform: rotate(45deg);
  }
  #footer .logoArea .imgsize img {
    height: 17px;
  }
  .c_content_inner {      
    grid-template-columns: 100%;
  }
  .c_sideBtn {
    width: 55px;
    height: 65px;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    right: 0;
    opacity: 0;
    bottom: 0;
    z-index: 99;
    transition: opacity .3s linear;
  }
  .c_sideBtn > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 32.5px;
    transition: opacity .3s linear;
  }
  .c_sideBtn_close {
    opacity: 0;
  }
  .c_sideBtn.is-active > .c_sideBtn_open {
    opacity: 0;
  }
  .c_sideBtn.is-active > .c_sideBtn_close {
    opacity: 1;
  }
  .c_sideBtn.is-active + .c_side {
    transform: translateX(0);
  }
  body:has(.c_sideBtn.is-active) {
    overflow-y: hidden;
  }
  .c_side {
    padding: 0 25px 40px;
    position: fixed;
    top: var(--headerHeight-sp);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--headerHeight-sp));
    background: #ffffff;
    z-index: 90;
    display: grid;
    align-items: center;
    transform: translateX(-100%);
    transition: transform .3s ease;
  }
  .c_side::before {
    top: 0;
    left: 30px;
    height: 100vh;
  }
  .c_side_nav {
    position: static;
  }
  .c_side_nav_list a {
    font-size: 16px;
    letter-spacing: .05em;
    color: #000;
    font-weight: 500;
  }
  .c_side_nav_list a::before {
    top: .5em;
    bottom: auto;
  }
  .c_side_nav_list a br.pc {
    display: none;
  }
  .c_side_nav_list > li + li {
    margin-top: 50px;
  }
  .c_section::before {
    left: -20px;
  }
  .c_whbox {
    padding: 50px;
  }
  .introduction_btnlist {
    gap: 20px;
  }
  .introduction_btn_main {
    padding-right: 46px;
  }
  .introduction_btn_main::after {
    right: 15px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {  
  .pc {
      display:none
  }
  .hp_brPc {
    display: none;
  }
  .hp_brSp {
    display: inline;
  }
  .hp_pcOnly {
    display: none;
  }
  .hp_spOnly {
    display: block;
  }
  .hp_spNone {
    display: none;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--headerHeight-sp);
  }
  body {
    min-width: 0;
    font-size: 16px;
  }  
  .scroll-top {
    width: 40px;
    height: 40px;
    right: 12px;
  }
  .scroll-top > img {
    width: 100%;
    height: auto;
  }
  .c_content_inner::before {
    background: url(../img/bg_section_sp.png) no-repeat center / cover;
    width: 100vw;
    height: 100vh;
    left: 0;
  }
  .c_h2 {
    font-size: 26px;
    margin-bottom: 40px;
    letter-spacing: 0;
  }
  .c_h2::before {
    width: 38px;
    height: 38px;
    left: 0;
    top: -18px;
  }
  .c_h2_sub {
    font-size: 20px;
  }
  .c_catch {
    font-size: 16px;
  }
  .c_catch > strong {
    font-size: 21px;
  }
  .c_p {
    font-size: 15px;
  }
  .c_note,
  .c_small,
  .c_caption {
    font-size: 12px;
  }
  .c_section {
    padding-block: 80px 100px;
  }
  .c_section:last-child {
    padding-bottom: 120px;
  }
  .c_whbox {
    padding: 25px 18px;
    margin-block: 50px;
  }
  .c_h3 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    padding-block: 4px 7px;
  }
  .c_headCol_img {
    margin-top: 20px;
  }
  .c_dl {
    grid-template-columns: 100%;
    margin-top: 50px;
  }
  .c_dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 10px 5px 10px;
  }
  .c_dl dt:has(img) {
    padding-right: 4em;
  }
  .c_dl_icon {
    margin-bottom: 0;
    max-width: 50px;
    max-height: 50px;
  }
  .c_dl_title {
    font-size: 16px;
  }
  .c_dl dd {
    padding: 18px;
  }  
  .c_dl--equity .c_dl_icon {
    max-width: 60px;
    max-height: 60px;
  }
  .c_btn a {
    padding-block: 10px;
    padding-inline: 30px;
    font-size: 15px;
  }
  .c_btn a::after {
    left: 10px;
    width: 10px;
    height: 15px;
  }
  .c_feature {
    padding: 35px 25px;
  }
  .c_fundList {
    margin-top: 25px;
    gap: 15px;
  }
  .c_fundList_logo {
    height: 50px;
  }
  .c_fundList_logo img {
    max-height: 100%;
  }
  .c_fundList_btn a::after {
    left: auto;
    width: 12px;
    height: 12px;
  }
  .c_fundList_btn a {
    padding: 10px 30px 10px 10px;
  }

  /* introduction */
  .introduction_loop {
    top: -50px;
  }
  .introduction_loop > p {
    height: 90px;
    width: 954px;
    padding-right: 30px;
  }
  .introduction_box {
    width: 100%;
    padding: 30px 20px 40px;
    border-radius: 28px;
  }
  .introduction_box .c_h2 {
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .introduction_btnlist {
    grid-template-columns: calc(100% - 20px);
    margin-top: 30px;
    justify-content: center;
  }
  .introduction_btn {
    grid-template-columns: 62px auto;
  }
  .introduction_btn_text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
  }
  .introduction_btn_main {
    padding-right: 33px;
    padding-left: 10px;
  }
  .introduction_btn_main::after {
    right: 13px;
    width: 8px;
    height: 12px;
  }  
  .introduction_lowbtn {
    margin-block: 20px 30px;
  }
  .introduction_lowbtn > a {
    font-size: 15px;
    padding-inline: 40px 25px;
  }
  .introduction_lowbtn a::after {
    width: 10px;
    height: 15px;
    left: 15px;
  }

  /* disclaimer */
  .disclaimer {
    padding-block: 70px 100px;
    font-size: 12px;
  }
  
  /* TOP */
  .top_mv {
    height: auto;
    background-image: url(../img/top/top_mv_sp.jpg);
  }
  .top_mv_inner {
    padding-block: 280px 110px;
  }
  .top_mv_title {
    margin-bottom: 28px;
  }
  .top_mv_text {
    font-size: 14px;
  }
  .top_mv_assets {
    width: calc(100% - 20px);
  }
  .top_mv_assets img {
    width: 100%;
    max-width: 490px;
  }

  /* 下層共通 */
  .lower_mv {
    height: auto;
    min-height: 325px;
    display: grid;
    align-items: center;
  }
  .lower_mv_inner {
    display: flex;
    flex-direction: column;
  }
  .lower_mv_title {
    font-size: 30px;
    line-height: 1.6;
  }
  .lower_mv_titleSub {
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
  }
  .lower_mv_titleSub::before,
  .lower_mv_titleSub::after {
    width: 50px;
    right: 0%;
  }
  .lower_mv_titleSub::after {
    right: auto;
    left: 0%;
  }
  .lower_headCol {
    margin-bottom: 40px;
  }
  .lower_headCol figure img,
  .lower_headCol picture img {
    height: 70px; 
    width: auto;
  }
  .c_margin_s {
    margin-top: 10px;
  }
  .c_margin_m {
    margin-top: 20px;
  }
  .c_margin_md {
    margin-top: 30px;
  }
  .c_margin_l {
    margin-top: 40px;
  }
  .c_margin_xl {
    margin-top: 50px;
  }
  .c_margin_xxl {
    margin-top: 60px;
  }

  .scroll_x_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll_x_wrap .sp_scrolling {
    width: 100%;
  }
  .scroll_x_wrap .scroll_x_overlay {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
  }
  .scroll_x_wrap .scroll_x_btn {
    content: "";
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: calc(50% - 2.6667vw);
    top: calc(50% - 0.5em);
  }
  .scroll_x_wrap .scroll_x_btn span {
    display: table-cell;
    width: 100%;
    height: 100%;
    color: #fff;
    vertical-align: middle;
  }
  .scroll_x_wrap .scroll_x_btn:before {
    content: "";
    position: absolute;
    left: -29.3333vw;
    top: -5.3333vw;
    width: 39.0667vw;
    height: 15.7333vw;
    background: url(../img/icon_swipe.png) no-repeat center center;
    background-size: contain;
  }
  .scroll_x_wrap .scroll_x_btn:before {
    animation-name: swipe;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  .scroll_x_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_x_wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll_x_wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  /* SP拡大ボタン */
  .chart_btn {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background: #fff;
    color: #6f6f6f;
    border-radius: 40px;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2px;
    border: #6f6f6f solid 1px;
    padding-right: 15px;
    gap: 10px;
  }
  .chart_btn::before {
    content: "＋";
    font-weight: 700;
  }
  .chart_btn.on::before {
    content: "－";
  }
  .chart-img {
    width: 100%;
    max-width: none;
    transition: all 0.8s cubic-bezier(0.75, 0, 0.15, 1);
  }
  .chart-img.on {
    width: 700px;
  }
  .img_scroll {
    margin: 0;
    margin-right: -12px;
  }
  .img_scroll img {
    padding-right: 12px;
  }
}

