@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}

/*
 body
=====================================================================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  color: #111;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
.top_wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  /*filter: brightness(90%) contrast(120%);*/
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/*
 common
=====================================================================================*/
.sp {
  display: none;
}
.pctab {
  display: block;
}
.sptab{
  display: none;
}
.tab {
  display: none;
}
.pc {
  display: block;
}
.pc.tab {
  display: block;
}
.is_contents {
  /*width: min(83% ,1200px);*/
  width: 83%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

/* 1400 */
@media screen and (min-width: 1001px) {
  .tab_only {
    display: none;
  }
}

/* Tablet smp */
@media screen and (max-width: 768px) {
  .tab {
    display: none;
  }
  .sptab{
    display: block;
  }
}

/* smp */
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pctab {
    display: none;
  }
  .pc {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .sptab{
    display: block;
  }
}

/* Tablet  */
@media (min-width: 768px) and (max-width: 1000px) {
  .tab_only {
    display: block;
  }
  .pc {
    display: none;
  }
  .sptab{
    display: block;
  }
}

/* anime */
.inview,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime,
.fadeinpetit{
  opacity: 0;
}
.inv {
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

/*
 l_header
=====================================================================================*/
/* header */
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.l_headerContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
}
.l_logo {
  position: relative;
  left: 0;
  background: #00408b;
  z-index: 11;
  max-width: 185px;
  max-height: 88px; /*ieよう*/
  box-sizing: border-box;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.l_logo span {
  display: block;
  padding: 0.7vw 2.2vw;
}
.l_logo {
  width: 93px;
}
.l_logo:hover {
  opacity: 0.8;
}
.top_wrapper .l_logo:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 375px) {
  .l_logo span {
    width: 65.59%;
    margin: auto;
    padding: 2.1vw 0;
  }
}
@media screen and (min-width: 375px) {
  .l_logo {
    width: calc(9.949vw + 55.691px);
  }
}
@media screen and (min-width: 767px) {
  .l_logo {
    width: 132px;
  }
}
@media screen and (min-width: 768px) {
  .l_logo {
    width: calc(7.887vw + 71.429px);
  }
}

@media screen and (min-width: 1440px) {
  .l_logo {
    width: 185px;
  }
  .l_logo span {
    /* padding: 16.5px 32px; */
  }
}

.l_nav {
  color: #fff;
  width: 100vw;
  position: absolute;
  top: 0; /*ieよう*/
  left: 0;
  max-width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l_nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100vw;
  /*gap: 4vw;*/

  margin-right: 5.7vw;
}

.l_nav > ul li {
  margin-right: 56px;
}
.l_nav > ul li:last-child {
  margin-right: 0;
}

.l_nav > ul li {
  /*margin-bottom: auto;*/
  margin-top: auto;
}

.l_nav ul ul {
  display: block;
}

/*ナビゲーションのリンク設定*/
.l_nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*padding: 1.95em 0;*/
  /*padding: 2.4vw 0 1.95vw;*/
  /*height:100%;*/
  padding-bottom: 27px;
}
.l_nav ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: 0.15em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_nav li a[target*="_blank"]::after {
  content: "";
}
.l_nav ul li li a {
  /*gap:56px;*/
  padding: 10px 0 12px;
}
.l_nav ul li li:last-child a {
  margin-right: 0;
}
.l_nav ul li a:hover {
  color: #00408b;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
.l_nav ul ul li a::after {
  content: "";
}

/*== 2層目の設定 */

.l_nav li.has-child ul {
  position: absolute;
  left: 0;
  z-index: -1;
  /*子要素を横並びに*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #00408b;
  width: 100vw;
  /*margin-top: 30px;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.l_nav li.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  /*  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-delay:0.1s;
       -o-transition-delay:0.1s;
          transition-delay:0.1s; ヘッダー調整*/
}
.l_nav li.has-child ul li:last-child {
  margin-right: 5.7vw;
}
.l_nav li.has-child ul li a {
  color: #fff;
}
.l_nav li a:hover::before,
.l_nav li a:active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: currentColor;
}
.l_nav ul ul li a:hover::before,
.l_nav ul ul li a:active::before {
  left: 0;
  bottom: 0;
}

.l_nav li a.current{
  position: relative;
}
.l_nav li a.current::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px !important;
  left: 0;
  bottom: 0;
  background: currentColor;
}

/*==768px以下の形状*/
@media screen and (max-width: 767px) {
  .l_headerContents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100vw;
  }
  .l_nav {
  }
  /*ナビゲーションのリンク設定*/
  .l_nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*padding: 1.95em 0;*/
    /*padding: 2.4vw 0 1.95vw;*/
    /*height:100%;*/
    padding-bottom: 30px;
    width: 100vw;
  }
  .l_nav ul {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-right: 0;
  }
  .l_nav > ul {
    padding-top: 17vw;
    padding-bottom: 15vw;
  }
  .l_nav > ul li {
    margin-right: 0;
  }
  .l_nav > ul li:last-child {
  }

  .l_nav > ul li {
    /*margin-bottom: auto;*/
    margin-top: auto;
  }
  .l_nav ul ul {
    display: block;
  }
  .l_nav li a:hover::before,
  .l_nav li a:active::before {
    height: 0;
  }
  .l_nav li a.current {
  }
  .l_nav li a.current::before {
    height: 0 !important;
  }
  /*ナビゲーションのリンク設定*/
  .l_nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*padding: 1.95em 0;*/
    /*padding: 2.4vw 0 1.95vw;*/
    /*height:100%;*/
    padding: 21px 28px 21px 30px;
    font-size: 18px;
    font-weight: 700;
  }
  .l_nav ul li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    left: 85%;
    bottom: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    width: 17px;
    height: 9px;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .l_nav ul li.active a::after {
    transform: rotate(180deg) translateY(-100%);
    /*transform-origin: 50% 95%;*/
  }

  .l_nav ul li li a {
    /*gap:56px;*/
    padding: 15px 20px 15px 30px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
  }
  .l_nav ul li li:last-child a {
    margin-right: 0;
    border-bottom: none;
  }
  .l_nav ul li a:hover {
    color: #00408b;
  }

  .l_nav li.has-child > a {
    position: relative;
  }
  .l_nav li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
    transition-delay: 0;
    transform: none;
  }
  /*    .l_nav li.has-child.active ul{
      position: relative;
    }

.l_nav li.has-child:hover > ul{
          transform: none;
      -webkit-transition:none;
    -o-transition:none;
    transition:none;
      transition: .1s;
}
  
	.l_nav li.has-child ul li{
		width:100%;
		text-align: left;
	}*/
  .l_nav li.has-child:hover > ul {
    z-index: 100;
  }
}

/* ナビゲーションボタン */
.navbtn {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 11;
}

.open .navbtn {
  z-index: 110;
  color: #000;
}

/*.navbtn .fa-bars {
	display: revert;
}
.open .navbtn .fa-bars {
	display: none;
}

.navbtn .fa-times {
	display: none;
}
.open .navbtn .fa-times {
	display: revert;
}*/

@media screen and (min-width: 768px) {
  .navbtn {
    display: none;
  }
}

/* ナビゲーションメニュー：モバイル */
@media screen and (max-width: 767px) {
  .l_nav {
    position: fixed;
    z-index: 10;
    inset: 0;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  .open .l_nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .open .l_nav > ul {
    overflow-y: scroll;
  }
  .open body {
    position: fixed;
    overflow: hidden;
  }
}

/* hamburger */
.openbtn {
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.openbtn span {
  display: inline-block;
  transition: 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 13px;
}
.openbtn span:nth-of-type(2) {
  top: 21px;
}
.openbtn span:nth-of-type(3) {
  top: 29px;
}
.openbtn.active {
  border: none;
}
.openbtn.active span {
  background: #00408b;
}
.openbtn.active span:nth-of-type(1) {
  top: 16px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 28px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/* header　動作 */
.l_header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /*transition-delay: 0.3s;*/
  transition-delay: 0.15s;
}
.l_headerOn.l_header:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;

  /*animation-name: fadeNavIn;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  background: #fff;*/
}

.l_headerOn .l_nav ul li a {
  color: #00408b;
}

/*
@keyframes fadeNavIn{
   0% {
     opacity: 0;
     transform: translateY(-100px);

   }

  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}

.l_headerOnTime.l_header:before{
  background: #fff;
  opacity: 1;
}
.l_headerOut.l_header:before{
  animation-name: fadeNavOut;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  opacity: 1;
  animation-delay: 0.2s;
  background: #fff;
}
@keyframes fadeNavOut{
   0% {
     opacity: 1;
     transform: translateY(0px);
   }

  100%{
    opacity: 0;
    transform: translateY(-100px);
  }
}
*/

@media screen and (max-width: 767px) {
  .l_header:before {
    background: transparent;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .l_nav ul li a {
    color: #00408b;
  }
}

/*
 l_hero
=====================================================================================*/
.l_hero {
  height: 640px;
  background-image: url(/images/hero-image.png);
  background-position: center;
  background-size: cover;
  background-color: #00408b;
}

@media screen and (max-width: 768px) {
  .l_hero {
    background-image: url(/images/hero-image_tab.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
@media screen and (max-width: 375px) {
  .l_hero {
    background-image: url(/images/hero-image_sp.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}

/* main */
.l_main {
  /*width: min(92% ,1120px);*/
  width: 88%;
  max-width: 1120px;
  height: 640px;
  margin: auto;
}
.l_titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: right;
  justify-content: center;
  text-align: right;
  height: 100%;
}
.l_titleArea .el_title {
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
  letter-spacing: 3px;
  line-height: 1.3;
  color: #000;
}

.l_titleArea .el_title {
  font-size: 44px;
}
@media screen and (min-width: 375px) {
  .l_titleArea .el_title {
    font-size: calc(3.571vw + 16.607px);
  }
}
@media screen and (min-width: 767px) {
  .l_titleArea .el_title {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) {
  .l_titleArea .el_title {
    font-size: calc(0.893vw + 37.143px);
  }
}
@media screen and (min-width: 1440px) {
  .l_titleArea .el_title {
    font-size: 50px;
  }
}

.l_titleArea .el_title i {
  margin-left: 0.6em;
  padding: 0 0.25em 0.1em;
  display: inline-block;
  -webkit-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  transform: translateY(-0.5em);

  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 3px;
  color: #fff;
  background: #00408b;
}

.l_titleArea .el_title i {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .l_titleArea .el_title i {
    font-size: calc(0.595vw + 13.429px);
  }
}
@media screen and (min-width: 375px) {
  .l_titleArea .el_title i {
    font-size: calc(1.531vw + 6.26px);
  }
}
@media screen and (min-width: 767px) {
  .l_titleArea .el_title i {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .l_titleArea .el_title i {
    font-size: 22px;
  }
}

.l_titleArea .el_title span {
  padding: 0 0.2em;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.l_titleArea .el_title span::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 100%;
  height: 90%;
  background: #fff;
  z-index: -1;
}
.l_titleArea .el_title span:nth-of-type(2) {
  padding-right: 0;
}
.l_titleArea .el_title span:nth-of-type(3) {
  padding-left: 0;
}
.l_titleArea p {
  margin: 0.6em 0;
  font-weight: 700;
  letter-spacing: 2.3px;
  line-height: normal;
  color: #fff;
}
.l_titleArea p {
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .l_titleArea p {
    font-size: calc(1.531vw + 6.26px);
  }
}
@media screen and (min-width: 767px) {
  .l_titleArea p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .l_titleArea p {
    font-size: calc(0.298vw + 15.714px);
  }
}
@media screen and (min-width: 1440px) {
  .l_titleArea p {
    font-size: 20px;
  }
}

.l_titleArea p span {
  padding: 0 0.5em 0.1em;
  background: #00408b;
}
.l_titleArea p:nth-of-type(2) span:nth-of-type(1) {
  padding-right: 0;
}
.l_titleArea p:nth-of-type(2) span:nth-of-type(2) {
  padding-left: 0;
}

/* Tablet smp */
@media screen and (max-width: 768px) {
  .l_titleArea .el_title {
    letter-spacing: 1px;
    line-height: 1.55;
  }
  .l_titleArea .el_title i {
    letter-spacing: 1px;
  }
  .l_titleArea p {
    letter-spacing: 1px;
  }
  .l_titleArea .el_title span:nth-of-type(2) {
    padding: 0 0.2em;
  }

  .l_titleArea .el_title span::before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 100%;
    height: 85%;
    background: #fff;
    z-index: -1;
  }
  .l_titleArea p {
  }
  .l_titleArea p span {
    padding: 0.2em 0.8em 0.1em;
  }
}

/* smp */
@media screen and (max-width: 767px) {
  .l_titleArea p:nth-of-type(1) {
    margin-bottom: 0.8em;
  }
  .l_titleArea .el_title i {
    margin-left: 0.4em;
    padding: 0.2em 0.25em 0.1em;
    letter-spacing: 1px;
  }
  .l_titleArea .el_title span:nth-of-type(3) {
    padding-left: 0.3em;
  }
  .l_titleArea p:nth-of-type(2) span:nth-of-type(1) {
    padding: 0.2em 0.5em 0.1em;
  }
  .l_titleArea p:nth-of-type(2) span:nth-of-type(2) {
    padding-left: 0.5em;
  }
}

/* smp iphone5 */
@media screen and (max-width: 374px) {
  .l_titleArea .el_title {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .l_titleArea p {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

/* Tablet */
@media screen and (min-width: 768px) {
}

/* smp */
@media screen and (max-width: 767px) {
}

/*
 l_topWrap
=====================================================================================*/
.l_topWrap {
  height: 640px;
  background-color: #00408b;
  /*background-position: center;
	background-size: cover;
  background-attachment: fixed;*/
}
.l_topWrap01 {
  background-image: url(/images/top-image01.png);
  background-position: center;
  background-size: cover;
}
.l_topWrap02 {
  background-image: url(/images/top-image02.png);
  background-position: center;
  background-size: cover;
}
.l_topWrap03 {
  background-image: url(/images/top-image03.png);
  background-position: center;
  background-size: cover;
}
.l_topWrap.l_topWrap03 {
  height: 480px;
}

@media screen and (max-width: 768px) {
  .l_topWrap01 {
    background-image: url(/images/top-image01_tab.png);
    background-position: center;
    background-size: cover;
  }
  .l_topWrap02 {
    background-image: url(/images/top-image02_tab.png);
    background-position: center;
    background-size: cover;
  }
  .l_topWrap03 {
    background-image: url(/images/top-image03_tab.png);
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 375px) {
  .l_topWrap01 {
    background-image: url(/images/top-image01_sp.png);
    background-position: center;
    background-size: cover;
  }
  .l_topWrap02 {
    background-image: url(/images/top-image02_sp.png);
    background-position: center;
    background-size: cover;
  }
  .l_topWrap03 {
    background-image: url(/images/top-image03_sp.png);
    background-position: center;
    background-size: cover;
  }
}

/* l_topContainer */
.l_topContainer {
  height: 640px;
  /*width: min(78.66% ,960px);*/
  width: 78.66%;
  max-width: 960px;
}
.l_subTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: left;
  justify-content: center;
  text-align: left;

  height: 100%;
}

.l_subTitleArea .el_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
@media (min-width: 320px) and (max-width: 374px) {
  .l_subTitleArea .el_title {
    font-size: 21px;
  }
}
@media screen and (min-width: 375px) {
  .l_subTitleArea .el_title {
    font-size: calc(2.041vw + 16.347px);
    line-height: 1.6;
  }
}
@media screen and (min-width: 767px) {
  .l_subTitleArea .el_title {
    font-size: 32px;
  }
}

.l_subTitleArea .el_title span {
  padding: 0 0.3em 0 0.25em;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.l_subTitleArea .el_title span::before {
  content: "";
  position: absolute;
  top: 0.14em;
  left: 0;
  width: 100%;
  height: 89%;
  background: #fff;
  z-index: -1;
}
.l_topContainer sub {
  display: inline-block;
  -webkit-transform: translateY(-0.3em);
  -ms-transform: translateY(-0.3em);
  transform: translateY(-0.3em);
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 375px) {
  .l_subTitleArea .el_title span::before {
    top: 0.12em;
    height: 90%;
  }
  .l_topContainer sub {
    display: inline-block;
    -webkit-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
}

.l_topContainer sub {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .l_topContainer sub {
    font-size: calc(0.595vw + 11.429px);
  }
}

@media screen and (min-width: 1440px) {
  .l_topContainer sub {
    font-size: 20px;
  }
}

.l_subTitleArea p {
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
}
.l_subTitleArea p {
  font-size: 18px;
}
@media screen and (max-width: 374px) {
  .l_subTitleArea p {
    font-size: 13px;
  }
}
@media screen and (min-width: 375px) {
  .l_subTitleArea p {
    font-size: calc(1.02vw + 10.173px);
  }
}
@media screen and (min-width: 767px) {
  .l_subTitleArea p {
    font-size: 18px;
  }
}

.l_subTitleArea p.el_small {
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  .l_subTitleArea p.el_small {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) {
  .l_subTitleArea p.el_small {
    font-size: calc(0.765vw + 8.13px);
  }
}
@media screen and (min-width: 768px) {
  .l_subTitleArea p.el_small {
    font-size: calc(0.298vw + 9.714px);
  }
}
.l_subTitleArea p + p {
  margin-top: 0.5em;
}
.l_subTitleArea p:last-of-type {
  margin-bottom: 1.8em;
}
.l_subTitleArea.reverse {
  justify-items: right;
  justify-content: center;
  text-align: right;
}
.l_subTitleArea.reverse p {
  text-align: right;
}
.l_subTitleArea.reverse p:last-of-type {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 375px) {
  .l_subTitleArea p + p {
    margin-top: 1.2em;
  }
  .l_subTitleArea p:last-of-type {
    margin-bottom: 2em;
  }

  .l_subTitleArea.reverse p:last-of-type {
    margin-bottom: 1.8em;
  }
}

/*
 el_btnAnm
=====================================================================================*/
.el_btnAnm span {
  position: relative;
  z-index: 3;
}
.el_btnAnm:hover span {
  color: #fff;
}
.el_btnAnm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #00234b;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.bgleft:hover:before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* el_btn */

.el_btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: 48.5vw;
  max-width: 220px;
  padding: 0.4em 5em 0.4em 0.9em;
  border-bottom: 4px solid #fff;
  background: #00408b;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}

.el_btn {
  font-size: 18px;
}
@media screen and (max-width: 374px) {
  .el_btn {
    font-size: 14px;
    padding: 0.4em 3em 0.4em 1.2em;
  }
}
@media screen and (min-width: 375px) {
  .el_btn {
    font-size: calc(1.02vw + 10.173px);
  }
}

@media screen and (min-width: 767px) {
  .el_btn {
    font-size: 18px;
  }
}

.el_btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 35%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 16px;
  height: 10px;
}
.l_subTitleArea.reverse .el_btn {
  margin-left: auto;
  text-align: left;
}
/*@media screen and (max-width: 374px) {
  .reverse .el_btn {
    padding: 0.4em 4em 0.4em 0em;
  }
}
@media screen and (min-width: 375px) {
  .reverse .el_btn {
    padding: 0.4em 5em 0.4em 0em;
  }
}*/

/* el_moreBtn */
.l_topNewsArea .el_moreBtn {
  /* opacity: 0; */
  position: relative;
  display: block;
  width: 129px;
  margin: 40px auto 0;
  padding: 0.8em 0 0.8em 1.2em;
  background: #00408b;
  letter-spacing: 0.3px;
  color: #fff;
  overflow: hidden;
  /* pointer-events: none; */
}

.l_topNewsArea .el_moreBtn {
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .l_topNewsArea .el_moreBtn {
    font-size: calc(0.51vw + 10.087px);
  }
}
@media screen and (min-width: 767px) {
  .l_topNewsArea .el_moreBtn {
    font-size: 14px;
  }
}

.l_topNewsArea .el_moreBtn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 35%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 16px;
  height: 10px;
}

/* l_topWrap03 l_topDisplayList */
.l_topWrap03 > .l_topContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.l_topDisplayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
}
.l_topDisplayList dl {
  width: max(274px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l_topDisplayList dl:nth-of-type(1) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .l_topDisplayList dl:nth-of-type(1) {
    margin-right: 0;
  }
}
.l_topDisplayList dt {
  padding: 0.4em 0 0.4em 0;
  background: #00234b;

  letter-spacing: 0.3px;
  color: #fff;
}
.l_topDisplayList dt {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .l_topDisplayList dt {
    font-size: calc(1.02vw + 10.173px);
  }
}
@media screen and (min-width: 767px) {
  .l_topDisplayList dt {
    font-size: 18px;
  }
}

.l_topDisplayList dd {
  padding: 0.8em 1em;
  background: #fff;
  font-weight: 700;
  max-width: 274px;
}
.l_topDisplayList dl:nth-of-type(2) dd {
  padding: 0.794em 1em;
  line-height: 1;
}

.l_topDisplayList dd {
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  .l_topDisplayList dd {
    font-size: calc(1.02vw + 16.173px);
    padding: 0.7em 1em;
  }
}
@media screen and (min-width: 767px) {
  .l_topDisplayList dd {
    font-size: 24px;
  }
}

.l_topDisplayList dd span {
  display: inline-block;
  margin-right: 8px;
  font-family: Inter;
  font-weight: 600;
}
.l_topDisplayList dd span {
  font-size: 40px;
}
@media screen and (min-width: 375px) {
  .l_topDisplayList dd span {
    font-size: calc(2.551vw + 30.434px);
  }
}

@media screen and (min-width: 767px) {
  .l_topDisplayList dd span {
    font-size: 50px;
  }
}

.l_topDisplayList dd span.small {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .l_topDisplayList dd span.small {
    font-size: calc(1.02vw + 10.173px);
  }
}
@media screen and (min-width: 767px) {
  .l_topDisplayList dd span.small {
    font-size: 18px;
  }
}

/* Tablet */
@media screen and (min-width: 768px) {
}

/* smp */
@media screen and (max-width: 767px) {
  .l_topWrap03 > .l_topContainer {
    width: 100%;
  }
  .l_topDisplayList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

/*
 l_topNewsArea
=====================================================================================*/
.l_topNews {
  background: #fff;
  width: 100%;
}

.l_topNewsArea {
  /*margin-bottom: 80px;*/
  width: 100%;
  padding-bottom: 80px;
}
.l_topNewsArea .el_title {
  padding: 80px 0 30px;

  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}
.l_topNewsArea .el_title {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  .l_topNewsArea .el_title {
    font-size: calc(0.51vw + 16.087px);
  }
}
@media screen and (min-width: 767px) {
  .l_topNewsArea .el_title {
    font-size: 20px;
  }
}

.l_topNewsArea .l_newslist {
  /*width: min(78.66% ,720px);*/
  width: 78.66%;
  max-width: 720px;
  margin: auto;
}
.l_newslist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2em;
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_newslist li {
  font-size: 12px;
}

@media screen and (min-width: 375px) {
  .l_newslist li {
    font-size: calc(0.51vw + 10.087px);
  }
}

@media screen and (min-width: 767px) {
  .l_newslist li {
    font-size: 14px;
  }
}

.l_newslist li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.l_newslist li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-right: 40px;
}
.l_newslist li time {
  margin-bottom: 4px;
  width: 81px;
}
.l_newslist .el_category {
  background: #00234b;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  width: 81px;
  padding: 0.1em 0 0.15em;
}
.l_newslist .el_category {
  font-size: 11px;
}
@media screen and (min-width: 375px) {
  .l_newslist .el_category {
    font-size: calc(0.255vw + 10.043px);
  }
}
@media screen and (min-width: 767px) {
  .l_newslist .el_category {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 375px) {
  .l_newslist li {
    margin-right: 0.5em;
  }
  .l_newslist li time {
    width: 76px;
    margin-bottom: 6px;
  }
  .l_newslist .el_category {
    padding-top: 0.25em;
    width: 76px;
  }
  .l_newslist li div {
    margin-right: 16px;
  }
}

/* line */
.l_newslist li a {
  padding-bottom: 0.25em;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#111),
      to(#111)
    )
    0 100%/0 1px no-repeat;
  background: -o-linear-gradient(#111, #111) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#111, #111) 0 100%/0 1px no-repeat;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  background-position: 0% 100%;
}
.l_newslist li a.click_disabled {
  cursor: default;
}
.l_newslist li a:hover {
  background-size: 100% 1px;
}

.l_newslist li a.pdf_page {
  padding-right: 4.6em;
}
.l_newslist li a.pdf_page::after {
  content: "PDF";
  position: absolute;
  text-align: center;
  margin-left: 1.4em;
  border: 1.5px solid currentColor;
  line-height: 1.1;
  padding: 0 0.8em;
  color: #333;

  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
.l_newslist li a.click_disabled::after {
  display: none;
}


@media screen and (min-width: 375px) {
  .l_newslist li a.pdf_page::after {
    font-size: calc(0.255vw + 10.043px);
  }
}
@media screen and (min-width: 767px) {
  .l_newslist li a.pdf_page::after {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 375px) {
  .l_newslist li a.pdf_page {
    padding-right: 0.2em;
  }
  .l_newslist li a.pdf_page::after {
    margin-left: 0.5em;
  }
}

/*
 l_footer
=====================================================================================*/
.l_footer {
  background: #00234b;
  text-align: center;
  color: #fff;
}
.l_footer .is_contents {
  /*width: min(83% ,1200px);*/
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.el_footerTitle {
  padding: 35px 0 30px;

  font-weight: 700;
  letter-spacing: 2px;
}
.el_footerTitle {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .el_footerTitle {
    font-size: calc(1.02vw + 12.173px);
  }
}
@media screen and (min-width: 767px) {
  .el_footerTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 375px) {
  .el_footerTitle {
    line-height: 1.8;
  }
}

.el_footerTitle span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  -webkit-transform: translateY(-0.2em);
  -ms-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
  background: #fff;

  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #00234b;
}
.el_footerTitle span {
  font-size: 11px;
}
@media screen and (min-width: 375px) {
  .el_footerTitle span {
    font-size: calc(0.255vw + 10.043px);
  }
}
@media screen and (min-width: 767px) {
  .el_footerTitle span {
    font-size: 12px;
  }
}

.l_footerNav {
  /*width: min(100% ,500px);*/
  width: 100%;
  max-width: 650px;
  margin: auto;
  padding-bottom: 35px;
}
.l_footerNav ul {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l_footerNav ul {
  font-size: 11px;
}
@media (max-width: 2200px) and (min-width: 768px) {
  .l_footerNav ul {
    font-size: 13px !important;
    letter-spacing: 0.05em;
  }
  .l_footerNav li {
    margin-right: 40px;
  }

  .l_footerNav li:nth-of-type(1) {
    padding-left: 5em;
  }
  .l_footerNav li:nth-of-type(4) {
    padding-right: 5em;
  }

  .l_footerNav li:last-child {
    margin-right: 0;
  }
  .l_footerNav li:nth-child(n + 5) {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 375px) {
  .l_footerNav ul {
    font-size: calc(0.765vw + 8.13px);
  }
}
@media screen and (max-width: 767px) {
  .l_footerNav ul {
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    gap: 35px 23px;
  }
}
.l_footerTxt {
  font-size: 10px;
  font-weight: 600;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l_footerTxt {
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
}

.l_copy {
  width: 100vw;
  background: #fff;
}
.l_copy .is_contents {
  /*width: min(66.66% ,960px);*/
  width: 96%;
  max-width: 960px;
  margin: auto;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el_copyLogo {
  max-width: 212px;
}
.l_copy small {
  word-break: break-all;
  font-family: Inter;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.l_copy small {
  font-size: 7px;
}
@media screen and (min-width: 375px) {
  .l_copy small {
    font-size: calc(0.765vw + 4.13px);
  }
}
@media screen and (min-width: 767px) {
  .l_copy small {
    font-size: 10px;
  }
}

/* smp */
@media screen and (max-width: 767px) {
  .l_footerNav ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr, 1fr;
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .l_footerNav ul > :nth-of-type(odd) {
    text-align: right;
  }
  .l_footerNav ul > :nth-of-type(even) {
    text-align: left;
  }
  .l_footerNav li:last-child {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
    margin-left: 60%;
    grid-column: 1 / 2;
  }
  .el_copyLogo {
    max-width: 155px;
  }
}

/* underline */
.l_footerNav a {
  padding-bottom: 0.25em;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)
    )
    0 100%/0 1px no-repeat;
  background: -o-linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  background-position: 0% 100%;
}
.l_footerNav a:hover {
  background-size: 100% 1px;
}

/*
 underlayer_wrapper
=====================================================================================*/
/* l_contents */
.l_contents {
  /*width: min(92% ,1120px);*/
  width: 88%;
  max-width: 1120px;
  margin: auto;
}

/* common */
.el_mt0 {
  margin-top: 0;
}
.el_RTxt {
  text-align: right;
}
.el_center{
  text-align: center;
}


/* header */
.underlayer_wrapper {
}
.underlayer_wrapper .l_header {
  position: sticky;
  background: #fff;
}
.underlayer_wrapper .l_nav ul li a {
  color: #00408b;
}

/* hamburger */
.underlayer_wrapper .openbtn {
  border: none;
}
.underlayer_wrapper .openbtn span {
  background: #00408b;
}

/* l_cntTitle */
.l_mainImg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l_cntTitle .el_title {
  display: inline-block;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.3;
  color: #000;
}
.l_cntTitle .el_title span {
  padding: 0 0.2em;
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: left;
}
.l_cntTitle .el_title span::before {
  content: "";
  position: absolute;
  top: 0em;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.l_cntTitle .el_title {
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  .l_cntTitle .el_title {
    font-size: calc(1.02vw + 20.173px);
  }
}
@media screen and (min-width: 767px) {
  .l_cntTitle .el_title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .l_cntTitle .el_title {
    font-size: calc(0.595vw + 23.429px);
  }
}
@media screen and (min-width: 1440px) {
  .l_cntTitle .el_title {
    font-size: 32px;
  }
}

/* l_cntsubTitle */
.l_cntsubTitle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 116px;
  background: #00408b;
  margin: 80px 0 40px;
}
.l_cntsubTitle:first-child {
  margin-top: 0;
}
.l_cntsubTitle .el_title {
  font-weight: 700;
  padding: 0 16px 8px 16px;
  color: #fff;
}
.l_cntsubTitle .el_date {
  padding: 0 16px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l_cntsubTitle .el_date {
    font-size: 12px;
  }
}


.l_cntsubTitle .el_title {
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  .l_cntsubTitle .el_title {
    font-size: calc(0.51vw + 16.087px);
  }
}
@media screen and (min-width: 767px) {
  .l_cntsubTitle .el_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l_cntsubTitle .el_title {
    font-size: calc(0.595vw + 15.429px);
  }
}
@media screen and (min-width: 1440px) {
  .l_cntsubTitle .el_title {
    font-size: 24px;
  }
}
.l_cntsubTitle sub {
  font-size: 14px;
}

/* l_pageContents */
.l_pageContents h4 {
  font-weight: 700;
  margin-top: 40px;
  padding-bottom: 1.6em;
}
.l_pageContents .l_fund_info h4:first-child {
  margin-top: 0;
}
.l_pageContents h4 + p.el_dsc{
  margin-top: -0.7em;
}

.l_pageContents h4 {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  .l_pageContents h4 {
    font-size: calc(0.51vw + 14.087px);
  }
}
@media screen and (min-width: 767px) {
  .l_pageContents h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .l_pageContents h4 {
    font-size: calc(0.298vw + 15.714px);
  }
}

@media screen and (min-width: 1440px) {
  .l_pageContents h4 {
    font-size: 20px;
  }
}


.l_pageContents h5 {
  font-weight: 700;
  margin-top: 32px;
  padding-bottom: 1.6em;
}




/* l_pageContents common */
.l_pageContents {
  margin-bottom: 80px;
}
.l_pageContents ul li {
  margin-bottom: 16px;
  margin-left: 1.5em;
  list-style-type: disc;
}
.l_pageContents p {
  margin-bottom: 32px;
  font-weight: 500;
}
.l_pageContents figre img {
  margin-bottom: 32px;
}
.l_pageContents a {
  color: #00408b;
  text-decoration: underline;
}
.l_pageContents a:hover {
  text-decoration: none;
}
.l_pageContents a[href^="tel:"] {
  text-decoration: none;
  color: currentColor;
}
@media screen and (min-width: 1001px) {
  .l_pageContents a[href^="tel:"] {
    pointer-events: none;
  }
}

/* l_pageContents table */
.l_pageContents table {
  width: 100%;
  max-width: 760px;
  margin: auto auto 80px;
}
.l_pageContents table tr {
  border-bottom: 4px solid #fff;
}
.l_pageContents table tr:last-child {
  border-bottom: none;
}
.l_pageContents table th,
.l_pageContents table td {
  padding: 17px 24px;
  background: #f5f5f5;

  font-weight: 500;
  word-break: break-all;
  
  vertical-align: middle;
}
.l_pageContents table th,
.l_pageContents table td {
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .l_pageContents table th,
  .l_pageContents table td {
    font-size: calc(1.02vw + 8.173px);
  }
}
@media screen and (min-width: 767px) {
  .l_pageContents table th,
  .l_pageContents table td {
    font-size: 16px;
  }
}
.l_pageContents table th {
  width: 27%;
  background: #e5e5e5;
  border-right: 2px solid #fff;
}
.l_pageContents table th:empty,
.l_pageContents table td:empty {
  background: none;
}

.l_tableInner {
  width: 100%;
  max-width: 760px;
  margin: auto auto 80px;
}
.l_tableInner table {
  margin-bottom: 0;
}
.l_highlightsTable table tr:nth-of-type(1) th:nth-of-type(1),
.l_highlightsTable table tr:nth-of-type(n + 2) th:nth-of-type(1) {
  width: 20%;
}
.l_highlightsTable table tr:nth-of-type(1) th:nth-of-type(n + 2) {
  width: 26.5%;
}
.l_highlightsTable table th {
  text-align: center;
}
.l_highlightsTable table td {
  border-right: 2px solid #fff;
  text-align: right;
}
.l_highlightsTable table td:last-of-type {
  border-right: none;
}

/* sp */
@media only screen and (max-width: 480px) {
  .l_pageContents table th,
  .l_pageContents table td {
    padding: 12px 16px;
  }
  .l_pageContents table th {
    width: 31%;
  }
}

/* l_newsdetail */
.l_newsdetail .l_cntsubTitle{
  margin: 40px 0 40px;
}
.l_newsdetail .l_returnLink a{
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding-right: 2em;
  font-size: 14px;
  color: #00408B;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)
    )
    0 100%/0 1px no-repeat;
  background: -o-linear-gradient(#00408B, #00408B) 0 100%/0 1px no-repeat;
  background: linear-gradient(#00408B, #00408B) 0 100%/0 1px no-repeat;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  background-position: 0% 100%;
}
.l_newsdetail .l_returnLink a:hover {
  background-size: 100% 1px;
}
.l_newsdetail .l_returnLink a::after{
  content: "＞";
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .l_newsdetail .l_cntsubTitle{
    margin: 24px 0 40px;
  }
  .l_newsdetail .l_returnLink a{
    margin-top: 24px;
    font-size: 12px;
  }
  
  .l_newsdetail .l_pageContents{
    font-size: 12px;
  }
  
}
.l_newsdetail .l_pageContents {
  padding-bottom: 200px;
}
.l_newsdetail .l_pageContents a {
  color: #000;
}

.l_newsdetail .l_pageContents .el_unederline a{
  text-decoration: none;
}

.l_newsdetail .l_pageContents .l_newsdetail_inner p {
  padding-right: 0.5em;
  position: relative;
  display: inline-block;
}
.l_newsdetail .l_pageContents .l_newsdetail_inner p a em {
  content: "PDF";
  position: absolute;
  text-align: center;
  margin-left: 0.5em;
  border: 1.5px solid currentColor;
  line-height: 1.1;
  padding: 0 0.8em;
  color: #333;
  transform: translateY(30%);
  font-size: 12px;
  font-style: normal;
}



.l_pageContents a.pdf_page {
  padding-right: 4.6em;
}
.l_pageContents a.pdf_page::after {
  content: "PDF";
  position: absolute;
  text-align: center;
  margin-left: 1.4em;
  border: 1.5px solid currentColor;
  line-height: 1.1;
  padding: 0 1em;
  color: #333;

  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
.l_newsdetail a.click_disabled.pdf_page::after {
  display: none;
}


@media screen and (min-width: 375px) {
  .l_pageContents a.v::after {
    font-size: calc(0.255vw + 10.043px);
  }
}
@media screen and (min-width: 767px) {
  .l_pageContents a.pdf_page::after {
    font-size: 12px;
  }


}
@media screen and (max-width: 750px) {
  .l_newsdetail .l_pageContents .l_newsdetail_inner{
      width: 97%;
  }
}
/*@media screen and (max-width: 750px) {
  .l_newsdetail .l_pageContents .l_newsdetail_inner [href$=".pdf"] {
    padding-right: 4.8em;
  }
}*/


/* el_unederline */
.el_unederline a{
  position: relative;
  display: inline-block;
  padding-right: 2em;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)
    )
    0 100%/0 1px no-repeat;
  background: -o-linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  background-position: 0% 100%;
}
.el_unederline a:hover {
  background-size: 100% 1px;
}



/*
 各カテゴリーのメイン画像
=====================================================================================*/
.ctg_fund_info {
}
.l_mainImg.ctg_fund_info {
  height: 240px;
  background-image: url(/images/fund_info/main_pc.png);
  background-position: center;
  background-size: cover;
  background-color: #00408b;
}

@media screen and (max-width: 768px) {
  .l_mainImg.ctg_fund_info {
    background-image: url(/images/fund_info/main_tab.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
@media screen and (max-width: 375px) {
  .l_mainImg.ctg_fund_info {
    background-image: url(/images/fund_info/main_sp.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
.ctg_fund_features {
}
.l_mainImg.ctg_fund_features {
  height: 240px;
  background-image: url(/images/fund_features/main_pc.png);
  background-position: center;
  background-size: cover;
  background-color: #00408b;
}

@media screen and (max-width: 768px) {
  .l_mainImg.ctg_fund_features {
    background-image: url(/images/fund_features/main_tab.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
@media screen and (max-width: 375px) {
  .l_mainImg.ctg_fund_features {
    background-image: url(/images/fund_features/main_sp.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
.ctg_fund_ir {
}
.l_mainImg.ctg_fund_ir {
  height: 240px;
  background-image: url(/images/fund_ir/main_pc.png);
  background-position: center;
  background-size: cover;
  background-color: #00408b;
}

@media screen and (max-width: 768px) {
  .l_mainImg.ctg_fund_ir {
    background-image: url(/images/fund_ir/main_tab.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
@media screen and (max-width: 375px) {
  .l_mainImg.ctg_fund_ir {
    background-image: url(/images/fund_ir/main_sp.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
.ctg_other {
}
.l_mainImg.ctg_other {
  height: 240px;
  background-image: url(/images/other/main_pc.png);
  background-position: center;
  background-size: cover;
  background-color: #00408b;
}

@media screen and (max-width: 768px) {
  .l_mainImg.ctg_other {
    background-image: url(/images/other/main_tab.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}
@media screen and (max-width: 375px) {
  .l_mainImg.ctg_other {
    background-image: url(/images/other/main_sp.png);
    background-position: center;
    background-size: cover;
    background-color: #00408b;
  }
}

/*
 fund_info
=====================================================================================*/
.l_fund_info {
  display: flex;
  gap: 0 40px;
}
.l_fund_info .l_inner {
  flex: 1.25;
}
.l_fund_info .l_carousel.l_inner {
  flex: 1;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .l_fund_info {
    flex-direction: column-reverse;
    align-items: center;
  }
  .l_fund_info .l_carousel .l_inner {
  }
}

.slider {
  width: 480px;
  margin: 0 auto;
  height: fit-content;
}
.slider img {
  max-width: 100%;
  width: 100%;
}
.l_pageContents .slider ul li {
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
}
.slider .slick_thumb li img {
  max-width: 80px;
  /*max-width: 100%;*/
}
.slider ul.slick_thumb li {
  margin-top: 18px;
  margin-right: 20px;
  width: 80px !important;
}
.slider ul.slick_thumb li:last-child {
  margin-right: 0;
}
.slick-track {
  margin-left: 0 !important;
}
.slick_thumb .slick-track {
  transform: unset !important;
  margin-left: 0 !important;
  width: 480px !important;
}
.slick_thumb .slick-current {
  opacity: 0.5;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.slick-list.draggable {
  width: 100%;
}

@media screen and (max-width: 420px) {
  .slider {
    width: 330px;
  }
  .slider .slick_thumb li img {
    max-width: 64px;
    /*max-width: 58px; ir003で調整*/
    /*max-width: 100%;*/
  }
  .slider ul.slick_thumb li {
    margin-top: 10px;
    margin-right: 10px;
    width: 64px !important;
    /*width: 58px !important; ir003で調整*/
  }

  .slick_thumb .slick-track {
    width: 330px !important;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .slider {
    width: 280px;
  }
  .slider .slick_thumb li img {
    max-width: 50px;
    /*max-width: 100%;*/
  }
  .slider ul.slick_thumb li {
    margin-top: 10px;
    margin-right: 7px;
    width: 50px !important;
  }

  .slick_thumb .slick-track {
    width: 280px !important;
  }
}

/*
 fund_ir highlights
=====================================================================================*/
.l_innerHighlights {
  background: #f5f5f5;
  padding: 32px 40px;
}
.l_innerHighlights dl {
  margin-left: 56px;
  margin-bottom: 16px;
}
.l_innerHighlights dl:last-child {
  margin-bottom: 0;
}
.l_innerHighlights dt {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 5px 0;
}
.l_innerHighlights dt::before {
  position: absolute;
  top: 0;
  left: -56px;
  width: 40px;
  height: 40px;
  content: "";
}
.l_innerHighlights .sunny dt::before {
  background: url(/images/fund_ir/icon_sunny.png) no-repeat;
  background-size: 100%;
}
.l_innerHighlights .cloudy dt::before {
  background: url(/images/fund_ir/icon_cloudy.png) no-repeat;
  background-size: 100%;
}
.l_innerHighlights .rainy dt::before {
  background: url(/images/fund_ir/icon_rainy.png) no-repeat;
  background-size: 100%;
}
.el_release {
  margin: 80px auto;
  text-align: center;
}
.l_highlightsGraph{
  max-width: 762px;
  margin: auto;
}
.l_highlightsKessan{
  max-width: 424px;
  margin: auto;
}
.l_highlightsKessan_large{
  max-width: 600px;
  margin: auto;
}

/*
 fund_ir common
=====================================================================================*/

.l_fundIrList {
  width: 100%;
  max-width: 760px;
  margin: auto auto 32px;
}
.l_fundIrList dl {
  display: flex;
}
.l_fundIrList dt,
.l_fundIrList dd {
  font-weight: 500;
  text-align: center;
  padding: 17px 24px;
}
.l_fundIrList dt,
.l_fundIrList dd {
  font-size: 16px;
}
@media screen and (min-width: 350px) {
  .l_fundIrList dt,
  .l_fundIrList dd {
    font-size: calc(0.957vw + 12.651px);
  }
}
@media screen and (min-width: 768px) {
  .l_fundIrList dt,
  .l_fundIrList dd {
    font-size: 20px;
  }
}
.l_fundIrList + .l_cntsubTitle {
  margin-top: 80px;
}
.l_fundIrList dt {
  background: #00408b;
  color: #fff;
  width: 42%;
  border-right: 2px solid #fff;
}
.l_fundIrList dd {
  background: #e7f0fa;
  flex: 1;
}
.l_fundIrList dt:empty {
  width: 0;
}

.l_fundIrList + .l_fundIrList {
  margin-top: -16px;
}

/*
 fund_ir ir_library
=====================================================================================*/
.l_pageContents .l_newslist p {
  margin-bottom: 0;
}
.l_pageContents .l_newslist p a {
  color: currentColor;
}
.l_pageContents .l_newslist li time {
  margin-bottom: 0;
  text-align: left;
}
.el_pdfArea{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.el_pdfArea dl{
  width: 200px;
}
.el_pdfArea dt{
  background: #00408B;
  margin-bottom: 2px;
  padding: 12px 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.el_pdfArea dd{
  background: #E7F0FA;
  padding: 17px 0;
  display: flex;
  justify-content: center;
}
.el_pdfArea dd .el_pdf{
  max-width: 48px;
}
.el_pdfArea dd .el_pdf:hover{
  opacity: 0.8;
}
.el_pdfArea +.l_newslist{
   margin-top:40px;
}

@media screen and (max-width: 768px) {
  .el_pdfArea{
    gap: 4px 4px;
  }
  .el_pdfArea dl{
    width: calc((100% - 4px * 2) / 3);
  }
  .el_pdfArea dt{
    padding: 10px 0;
    font-size: 12px;
  }
  .el_pdfArea dd{
    padding: 12px 0;
  }
  .el_pdfArea dd .el_pdf{
    max-width: 32px;
  }
}

/*
 ctg_other
=====================================================================================*/
.ctg_other .l_topNewsArea {
}
.ctg_other + .l_contents .l_topNewsArea .el_title {
  padding: 120px 0 30px;
}
.ctg_other + .l_contents .l_topNewsArea .el_title:first-of-type {
  padding: 40px 0 30px;
}

.l_pageContentsOther {
  padding-top: 80px;
}
.l_pageContentsOther .l_inner {
  margin-bottom: 80px;
}
.l_pageContentsOther p.el_sttl {
  margin-bottom: 16px;
}
.l_pageContentsOther p.el_sttl700 {
  font-weight: 700;
}
.l_pageContents ol {
  margin-bottom: 32px;
}
.l_pageContents ol > li {
  counter-increment: number;
  position: relative;
  left: 2em;
  margin-left: 2em;
}
.l_pageContents ol > li::before {
  content: counter(number) ".";
  text-align: right;
  width: 2em;
  left: -2.5em;
  position: absolute;
}
.l_pageContents ol.el_roman > li::before {
  content: counter(number, lower-roman) ".";
  text-align: center;
  width: 2em;
  left: -2em;
  position: absolute;
}
.l_pageContents ol ul li {
  margin-bottom: 0;
}
/*外部リンク設定*/
.l_pageContentsOther p a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.l_pageContentsOther p a[target*="_blank"]::after {
  content: "";
  position: absolute;
  right: -1.3em;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(/images/other/icon_newWindow.png) no-repeat;
  background-size: cover;
}
.l_pageContentsOther .el_iconBtn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 210px;
}
.l_pageContentsOther .el_iconBtn:hover {
  opacity: 0.8;
}

.l_otherList {
  width: 100%;
  max-width: 760px;
  margin: auto auto 32px;
}
.l_otherList dl {
  display: flex;
}
.l_otherList dt,
.l_otherList dd {
  font-weight: 500;
  padding: 17px 24px;
}
.l_otherList dt,
.l_otherList dd {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l_otherList dt,
  .l_otherList dd {
    font-size: 16px;
  }
}
.l_otherList dt {
  background: #e5e5e5;
  width: 26%;
  border-right: 2px solid #fff;
}
.l_otherList dd {
  background: #f5f5f5;
  flex: 1;
}
.l_otherList dt:empty {
  width: 0;
}


/*
 追加要素click_disabled
=====================================================================================*/
.l_newslist li a.click_disabled {
  padding-bottom: 0.25em;
  background: none;
  text-decoration: none;
  background-position: 0;
  pointer-events:none;
}
.l_newslist li a.click_disabled:hover {
  background-size: 0;
}
