/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  font-family:"Helvetica Neue",Arial,sans-serif;
  letter-spacing: 0.05em;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-feature-settings: "palt";
  vertical-align: top;
}
html {
    scroll-behavior: smooth;
}

.u-visually-hidden {
    border: 0 !important;
    clip: rect(0,0,0,0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.jost{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.reg{
  font-weight: 400;
}
.med{
  font-weight: 500;
}
.bold{
  font-weight: 700;
}

::selection {
  background:#ED0F30;
  color:#FFFFFF;
}

::-moz-selection {
  background:#ED0F30;
  color:#FFFFFF;
}

body {
  background: #FFF;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}
body.hidden{
  overflow: hidden;
}

ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  display: block;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}



/*■■■■■■■■　Font　■■■■■■■■*/


header{
 width:100%; 
  background: #FFF;
  z-index: 9997;
}
header.fixed{
  position: fixed;
  top:0;
  left: 0;
  z-index: 99999;
}
header .wrap{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
}
header .wrap h1{
 width:136px;
 padding:15px; 
}
header .wrap h2{
  font-size: 12px;
  line-height:18px;
  letter-spacing: 0;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding:0 15px;
  color: #666;
}
header .wrap .nav_frag{
  cursor: pointer;
  position:fixed;
  top: 12px;
  right:16px;
  width: 46px;
  height: 46px;
  background: rgba(245,239,240,0.7);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  display: block;
  border-radius: 7px;
  z-index:99999;

}
header .wrap .nav_frag span{
  width: 32px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 7px;
}
header .wrap .nav_frag span.top{
  top: 13px;
}
header .wrap .nav_frag span.center{
  top: 22px;
}
header .wrap .nav_frag span.bottom{
  top: 31px;
}

header .wrap .nav_frag.active span.top{
  top:22px !important;
  left:5px !important;
  content: "";
  width: 37px;
  height: 2px;
  transform:rotate(-30deg);
  background: #000;
  position: absolute;
}
header .wrap .nav_frag.active span.bottom{
  top:22px !important;
  left:5px !important;
  content: "";
  width: 37px;
  height: 2px;
  transform:rotate(30deg);
  background: #000;
  position: absolute;
}
header .wrap .nav_frag.active span.center{
  display: none;
}




nav{
  width: 100%;
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background: #FFF;
  display: none;
}
nav ul{
  border-top: #D9D9D9 1px solid;
  width: 295px;
  margin:130px auto 0;
  text-align: center;
}
nav ul li{
  padding: 30px 20px;
  border-bottom: #D9D9D9 1px solid;
}
nav ul li a{
  font-size: 18px;
  text-align: left;
}
nav ul li:last-child{
  text-align: center;
  border-bottom:0;
}
nav ul li:last-child a{
  font-size: 16px;
  letter-spacing: 0;
  color: #FFF;
  background:#E60F2F;
  border: 2px solid #E60F2F;
  border-radius:14px;
  padding: 15px 40px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s ease all;
}
nav ul li:last-child a span{
  width:7.5px;
  height:14px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 7.5px;
  margin-top: 1px;
  margin-left: 10px;
}






header .wrap .language{
  display: none;
  position: fixed;
  top: 580px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 99999;
}
header .wrap .language a{
  font-size: 16px;
  background: url(/english/common/images/language_icon.png) no-repeat left center;
  background-size: 18px;
  line-height: 18px;
  padding-left:25px;
  text-decoration: underline;
  text-underline-offset:3px;
}

.top_mv{
  width: 100%;
  height:660px;
  position: relative;
}
.top_mv h2{
  width:325px;
  position: absolute;
  top:330px;
  left:25px;
}
.top_mv h2.pc,
.top_mv p.pc{
  display: none;
}
.top_mv h2 span{
  font-size:40px;
  line-height:48px;
  display: inline-block;
  letter-spacing: 0;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding:0 15px 0 0;
}
.top_mv p{
  font-size:16px;
  line-height:26px;
  letter-spacing:0.05em;
  width:85%;
  position: absolute;
  top:490px;
  left:5.5%;
}

.top_mv figure.mv_bg{
  width:calc(100% - 30px);
  height:400px;
  position: absolute;
  top:0;
  right: 0;
  display: block;
  z-index: -1;
  background: url(/english/common/images/mv_sp.jpg) no-repeat center bottom;
  background-size:110%;
}
.wrapper{
  position: relative;
}

.wrapper .sidebar{
  width: 135px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-590px);
  z-index:20;
}
.wrapper .sidebar .menu{
  position: sticky;
  top: 0;
  left: 50px;
  padding-top: 100px;
}
.wrapper .sidebar .menucontent{
  content: "";
  width: 1px;
  height: 280px;
  display: block;
  position: absolute;
  top:108px; 
  left:3px;
  background: #D9D9D9;
}

.wrapper .sidebar .menu ul li{
  position: relative;
  padding-left:15px;
  margin-bottom:66px;
}

.wrapper .sidebar .menu ul li a:before{
  content: "";
  width:7px;
  height:7px;
  border-radius: 7px;
  display: block;
  position: absolute;
  top:7px; 
  left: 0;
  background: #D9D9D9;
  transition: 0.2s ease all;
}
.wrapper .sidebar .menu ul li:nth-child(2) a:before{
  top:14px; 
}
.wrapper .sidebar .menu ul li a{
  font-size:18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #D9D9D9;
  display: inline-block;
  transition: 0.2s ease all;
}
.wrapper .sidebar .menu ul li a.active:before,
.wrapper .sidebar .menu ul li a:hover:before{
  background: #EB0F30;
}
.wrapper .sidebar .menu ul li a.active,
.wrapper .sidebar .menu ul li a:hover{
  color: #000;
}

.about{
  background: #F0F0F0;
  padding:50px 0 40px;
}
.about .wrap{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.about .wrap h2{
  font-size: 36px;
  background: url(/english/common/images/title_fig_a.png) no-repeat center left;
  background-size:26px;
  letter-spacing: 0;
  padding-left:36px;
  margin-bottom: 40px;
  position: relative;
}
.about .wrap h2:before{
  content: "";
  width:26px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  top:60px;
  left: 0;
}
.about .wrap button.movie{
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width:100%;
  height:0;
  padding-bottom: 56.25%;
  background: url(/english/common/images/about_movie_fig.jpg) no-repeat;
  background-size: cover;
  margin-bottom:50px;
  position: relative;
}
.about .wrap button.movie span{
  width:50px;
  height:50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about .wrap p.line{
  font-size: 14px;
  line-height:19px;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  z-index: 20;
  margin-bottom:25px;
  color: #333;
}
.movie_modal{
  width: 100%;
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top:0;
  left: 0;
  z-index: 9998;
  display: none;
}
.movie_modal .bg{
  width: 100%;
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.50);
  position:absolute;
  top:0;
  left: 0;
  z-index:-1;
}
.movie_modal .douga .close{
  width: 22px;
  height:22px;
  background: url(/english/common/images/modal_close.png) no-repeat;
  background-size: 22px;
  position:absolute;
  top:-34px;
  right:10px;
  z-index:1;
  cursor: pointer;
}

.movie_modal .douga{
  width:100%;
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display:block;
}

.movie_modal video {
  width:100%;
  height:100%;
  position: absolute;
  top: 0%;
  left: 0%;
}


.about .wrap .btn{
  text-align: center;
  margin-bottom: 50px;
}
.about .wrap .btn a{
  font-size: 16px;
  letter-spacing: 0;
  color: #FFF;
  background:#E60F2F;
  border: 2px solid #E60F2F;
  border-radius:14px;
  padding: 15px 40px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s ease all;
}
.about .wrap .btn a span{
  width:7.5px;
  height:14px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 7.5px;
  margin-top: 1px;
  margin-left: 10px;
}

.about .wrap .btn a:hover{
  color: #ED0F30;
  background:#FFF;
  border: 2px solid #ED0F30;
}
.about .wrap .btn a:hover span{
  background: url(/english/common/images/nav_arrow_icon_ho.png) no-repeat center right;
  background-size: 7.5px;
}

.ournetwork{
  text-align: center;
}
.ournetwork h3{
  margin-bottom:20px;
}
.ournetwork figure{
  width:335px;
  margin: 0 auto;
  height:290px;
  background: url(/english/common/images/our_network_bg_sp.png) no-repeat;
  background-size: cover;
  position: relative;
}

.ournetwork figure button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
}
.ournetwork figure button span{
  padding:0 11px;
  font-size: 14px;
  line-height:23px;
  display: block;
  border-radius:7px;
  position: relative;
  z-index: 1;
  transition: 0.2s ease all;
  letter-spacing: 0;
  font-weight:500;

}
.ournetwork figure button.red span{
  color:#EB0F30;
  border: #EB0F30 2px solid;
  background-color: #FFF;
}
.ournetwork figure button.blue span{
  color:#116AEA;
  border: #116AEA 2px solid;
  background-color: #FFF;
}
.ournetwork figure button.red.active span,
.ournetwork figure button.red:hover span{
  color:#FFF;
  border: #EB0F30 2px solid;
  background-color: #EB0F30;
}
.ournetwork figure button.blue.active span,
.ournetwork figure button.blue:hover span{
  color:#FFF;
  border: #116AEA 2px solid;
  background-color: #116AEA;
}


.ournetwork figure button:after{
  content: "";
  width:35px;
  height:1px;
  position: absolute;
}
.ournetwork figure button.red:after{
  background:#EB0F30;
  transform: rotate(90deg);
  top: 0;
  left: 0;
  z-index:0;
}
.ournetwork figure button.blue:after{
  background:#116AEA;
  transform: rotate(90deg);
  z-index:0;

}
.ournetwork figure button#newyork_btn{
  top:79px;
  left:13px;
}
.ournetwork figure button#newyork_btn:after{
  top:30px;
  left:16px;
}
.ournetwork figure button#london_btn{
  top:43px;
  left:85px;
}
.ournetwork figure button#london_btn:after{
  top:42px;
  left:31px;
}

.ournetwork figure button#mumbai_btn{
  top:93px;
  left:164px;
}
.ournetwork figure button#mumbai_btn:after{
  top: 32px;
  left: 35px;
}

.ournetwork figure button#tokyo_btn{
  top:75px;
  left:255px;
}
.ournetwork figure button#tokyo_btn:after{
  top:33px;
  left:17px;
}

.ournetwork figure button#singapore_btn{
  top:182px;
  left:170px;
}
.ournetwork figure button#singapore_btn:after{
  top:-4px;
  left:59px;
}

.ournetwork figure .modal_design_pc{
  display: none;
}
.map_modal{
  width: 100vw;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  display: none;
  position: relative;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
}
.map_modal .close{
  width: 22px;
  height:22px;
  background: url(/english/common/images/modal_close.png) no-repeat;
  background-size: 22px;
  position:absolute;
  top:-40px;
  right:0;
  z-index:1;
  cursor: pointer;
}

.map_modal .bg{
  width:100vw;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.map_modal .inner{
  width: 90%;
  padding: 0 30px;
  border-top: 8px solid #EB0F30;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 50;
  box-sizing: border-box;
}
.modal_design_sp .map_modal.singapore .inner{
  border-top:8px solid #116AEA;
}

.map_modal .inner h4{
  padding-top: 20px;
  font-size:26px;
  padding-bottom:20px;
  letter-spacing: 0;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom:10px;
  text-align: center;
}
.map_modal .inner h5{
  font-size:18px;
  line-height:26px;
  margin-bottom:30px;
  text-align: center;
}

.map_modal .swiper-button-prev{
  width: 36px;
  height: 36px;
  background: url(/english/common/images/ournetwork_arrow_icon_prev.png) no-repeat;
  background-size:35px;
}
.map_modal .swiper-button-next{
  width: 36px;
  height:36px;
  background: url(/english/common/images/ournetwork_arrow_icon_next.png) no-repeat;
  background-size:35px;
}

.map_modal .swiper-button-next:after,
.map_modal .swiper-button-prev:after{
  display: none;
  opacity: 1;
}
.map_modal .swiper-button-next.swiper-button-disabled,
.map_modal .swiper-button-prev.swiper-button-disabled{
  display: none;
}
.map_modal .arrow{
  width:36px;
  position: absolute;
  top:36px;
  cursor: pointer;
  animation-name:slideInAnime;/*1で解説*/
  animation-fill-mode:backwards;/*2で解説*/
  animation-duration:0.3s;/*3で解説*/
  animation-timing-function:ease;/*5で解説*/
  animation-delay: 0.5s;/*6で解説*/
  animation-direction:normal;/*7で解説*/
}
.map_modal .arrow:hover{
  opacity: 0.4;
}
.map_modal .arrow.prev{
  left: 0;
}
.map_modal .arrow.next{
  right: 0;
}
.map_modal .swiper-button-next.swiper-button-disabled,
.map_modal .swiper-button-prev.swiper-button-disabled{
  display: none;
}
@keyframes slideInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.map_modal .inner dl{
  text-align: left;
}
.map_modal .inner dl dt h6{
  font-size: 14px;
  color: #EB0F30;
  margin-bottom: 10px;
}
.singapore.map_modal .inner dl dt h6{
  color: #116AEA;
}

.map_modal .inner dl dd{
  font-size: 12px;
  line-height:18px;
  letter-spacing: 0;
  padding-bottom:20px;
}





.investment_philosophy{
  padding-top:50px;
}

.investment_philosophy .wrap{
  width:90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.investment_philosophy .wrap h2.title_i{
  font-size: 36px;
  line-height: 40px;
  background: url(/english/common/images/title_fig_i.png) no-repeat top 6px left;
  background-size:26px;
  padding-left:36px;
  letter-spacing: 0;
  margin-bottom: 40px;
  position: relative;
}
.investment_philosophy .wrap h2:before{
  content: "";
  width:26px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  top:100px;
  left: 0;
}

.investment_philosophy .wrap p.line{
  font-size: 14px;
  line-height:19px;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  z-index: 20;
  padding-bottom:50px;
  color: #333;
}
.investment_philosophy .wrap p.line br{
  display: none;  
}
.investment_philosophy .wrap ul{
  display: flex;
  flex-wrap: wrap;
}
.investment_philosophy .wrap ul li{
  width:100%;
  margin-bottom:40px;
}
.investment_philosophy .wrap ul li:last-child{
  margin-right: 0;
}
.investment_philosophy .wrap ul li dl dt{
  font-size: 18px;
  letter-spacing: 0;
  padding-left:20px;
  background: url(/english/common/images/investment_philosophy_list_icon.png) no-repeat left top 0;
  background-size: 9px;
  padding-bottom:10px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom:10px;
  font-weight: 500;
}
.investment_philosophy .wrap ul li dl dd{
  font-size: 14px;
  letter-spacing: 0;
  line-height:19px;
  padding:0 23px;
  color: #333;
}
.investment_philosophy .wrap figure{
  margin-bottom: 40px;
}





.esg{
  background: #F0F0F0;
  padding:50px 0 40px;
}
.esg .wrap{
  width: 100%;
  position: relative;
  z-index: 10;
}
.esg .wrap .title{
  margin-bottom:20px;
}
.esg h2.title_e{
  font-size:36px;
  background: url(/english/common/images/title_fig_e.png) no-repeat center left;
  background-size:26px;
  letter-spacing: 0;
  margin-bottom: 40px;
  padding-left:36px;
  margin-left: 5%;
}
.esg h2:before {
  content: "";
  width: 26px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  top: 55px;
  left: 0; /*240830修正*/
}

.esg figure.esg_image{
  width:90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.esg p.line{
  position: relative;
  width:90%;
  z-index: 20;
  margin-bottom:30px;
  margin-left: 5%;
}
.esg p.line span{
  font-size: 14px;
  line-height:19px;
  letter-spacing: 0;
  color: #333;
}

.esg .wrap .title .btn{
  box-sizing: border-box;
  margin-bottom:50px;
  text-align: center;
}
.esg .wrap .title .btn a{
  background:#E60F2F;
  padding:16px 40px;
  border-radius:14px;
  color: #FFF;
  font-size: 16px;
  display:inline-block;
}

.esg .wrap .title .btn a span{
  width:7.5px;
  height:14px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 7.5px;
  margin-top: 1px;
  margin-left: 10px;
}

.border_title{
  border-top: 2px solid #000;
  font-size:24px;
  line-height:33px;
  padding: 0 5px;
  border-bottom: 2px solid #000;
  display: inline-block;
}

.esg .report{
  width:100%;
  text-align: center;
  overflow: hidden;
}
.esg .report h3{
  margin-bottom:20px;
}

.esg .swiper{
  overflow: visible !important;
  position: relative;
  margin-bottom:76px;
  margin-right:5%;
  margin-left:5%;
}


.esg .swiper-slide{
  width:134px !important;
}
.esg .swiper-slide dl dt{
  font-size:18px;
  margin-bottom: 15px;
  text-align: left;
}
.esg .swiper-slide dl dd figure{
  margin-bottom: 20px;
}
.esg .swiper-slide dl dd a{
  font-size: 16px;
  text-align: center;
  line-height:44px;
  background: #FFF;
  color: #EB0F30;
  border: 2px solid #EB0F30;
  box-sizing: border-box;
  border-radius: 7px;
  letter-spacing: 0;
}

.esg .swiper-slide dl dd a span{
  width: 12px;
  height:20px;
  margin-left:8px;
  margin-top: 12px;
  display:inline-block;
  background: url(/english/common/images/download_icon.png) no-repeat center;
  background-size: 12px;
}
.esg .swiper-controller .swiper-button-prev{
  width:46px;
  height:46px;
  background: url(/english/common/images/slide_prev_icon.png) no-repeat;
  background-size: 46px;
  top:auto;
  bottom:-76px;
  left:34%;

}
.esg .swiper-controller .swiper-button-next{
  width: 46px;
  height: 46px;
  background: url(/english/common/images/slide_next_icon.png) no-repeat;
  background-size: 46px;
  top:auto;
  bottom:-76px;
  right:34%;
}

.esg .swiper-controller .swiper-button-next:after,
.esg .swiper-controller .swiper-button-prev:after{
  display: none;
  opacity: 1;
}
.esg .swiper-controller .swiper-button-next.swiper-button-disabled,
.esg .swiper-controller .swiper-button-prev.swiper-button-disabled{
  opacity: 0.1;
}




.news_room{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 40px 0;
  z-index: 10;
}

.news_room h2{
  font-size:36px;
  background: url(/english/common/images/title_fig_n.png) no-repeat center left;
  background-size:26px;
  padding-left:36px;
  letter-spacing: 0;
  margin-bottom:20px;
  position: relative;
}
.news_room ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:20px;
  border-top: 1px solid #D9D9D9;
}
.news_room ul li{
  width:100%;
  padding: 15px 0;
  border-bottom: 1px solid #D9D9D9;
}
.news_room ul li dl{
  display: flex;
  flex-wrap: wrap;
}
.news_room ul li dl dt{
  width:60px;
  margin-right:10px;
}
.news_room ul li dl dd{
  width: calc(100% - 70px);
}
.news_room ul li dl dd .date{
  font-size: 14px;
  line-height:18px;
  color: #666666;
  margin-bottom:5px;
}
.news_room ul li dl dd .date span{
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  background: #F3F3F3;
  color: #666666;
  padding:0 8px;
  border-radius:18px;
  margin-left:5px;
}
.news_room ul li dl dd a{
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline;
}
.news_room .btn{
  box-sizing: border-box;
  text-align: center;
}
.news_room .btn a{
  background:#E60F2F;
  padding:16px 40px;
  border-radius:14px;
  color: #FFF;
  font-size: 16px;
  display:inline-block;
}

.news_room .btn a span{
  width:7.5px;
  height:14px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 7.5px;
  margin-top: 1px;
  margin-left: 10px;
}



.common_contact{
  width: 100%;
  background: url(/english/common/images/com_contact_bg_sp.jpg) center repeat-x;
  background-size: cover;
}
.common_contact .wrap{
  width: 100%;
  margin: 0 auto;
  align-items: center;
  padding:40px 30px;
  box-sizing: border-box;
}
.common_contact .wrap h3{
  font-size:30px;
  margin-right:46px;
  letter-spacing: 0;
  margin-bottom:20px;
}
.common_contact .wrap p{
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #333;
}
.common_contact .wrap .btn{
  box-sizing: border-box;
  text-align: center;
}
.common_contact .wrap .btn a{
  background:#E60F2F;
  padding:16px 40px;
  border-radius:14px;
  color: #FFF;
  font-size: 16px;
  display:inline-block;
}
.common_contact .wrap .btn a span{
  width:7.5px;
  height:14px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 7.5px;
  margin-top: 1px;
  margin-left: 10px;
}

footer{
  background: #313131;
  padding:30px 0;
}
footer .wrap{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-end;
}
footer .wrap .left{
  width:100%;
  margin-bottom: 20px;
}
footer .wrap .right{
  width:100%;
}

footer .wrap .left ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:30px;
}
footer .wrap .left ul li{
  margin-right:20px;
}
footer .wrap .left ul li:last-child{
  margin-right: 0;
}
footer .wrap .left ul li a{
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  text-decoration: underline;
}
footer .wrap .left dl dt{
  width:78px;
  margin-bottom:15px;
}
footer .wrap .left dl dd{
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFF;
  margin-bottom: 15px;
}
footer .wrap .left p{
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

footer .wrap .right dl{
  padding-left:60px;
  background: url(/english/common/images/footer_risk_logo.png) no-repeat left top;
  background-size:46px;
}
footer .wrap .right dl dt a{
  font-size: 16px;
  height: 18px;
  color: #FFF;
  margin-bottom:8px;
  text-decoration: underline;
  text-underline-offset:4px;
}
footer .wrap .right dl dd{
  font-size: 12px;
  height: 18px;
  color: #FFF;
}

.disclaimer{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  position: fixed;
  top:0;
  left: 0;
  z-index: 999999;
  display: none;
}

.disclaimer .wrap{
  width:90%;
  height: 360px;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position:absolute;
  bottom:5%;
  left:5%;
  z-index:-1;
  border-radius: 14px;
}
.disclaimer .wrap .block{
  padding-bottom: 20px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 20px;
}

.disclaimer .wrap .block.none{
  border-bottom: 0;
  margin-bottom: 0;
}
.disclaimer .wrap h3{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.disclaimer .wrap .text_area{
  width: 100%;
  height: 200px;
  padding-right: 15px;
  overflow-y: scroll;
  scrollbar-color: #666666 transparent;
  scrollbar-width: thin;
}

.disclaimer .wrap .block h4{
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  border-left: 3px solid #EB0F30;
  padding-left:10px;
}
.disclaimer .wrap .title p{
  font-size: 14px;
  line-height: 20px;
  padding:0;
  color: #333;
}
.disclaimer .wrap p{
  font-size: 14px;
  line-height: 20px;
  padding:0 14px;
  color: #333;
}
.disclaimer .wrap .btn{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.disclaimer .wrap .btn li{
  width:47.5%;
  margin-right:5%;
}
.disclaimer .wrap .btn li:last-child{
  margin-right: 0;
}
.disclaimer .wrap .btn li a{
  font-size: 18px;
  line-height: 43px;
  border: 2px solid #E60F2F;
  text-align: center;
  color: #E60F2F;
  border-radius: 7px;
}
.disclaimer .wrap .btn li button{
  width: 100%;
  font-size: 18px;
  line-height: 43px;
  border: 2px solid #E60F2F;
  text-align: center;
  color: #FFF;
  background: #E60F2F;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  appearance: none;
}


/*CompanyProfile*/

#companyprofile .mv{
  position: relative;
  padding-bottom:40px;
}
#companyprofile .mv figure.low_mv_bg{
  width: 100%;
  height:143px;
  background: url(/english/common/images/about_mv_sp.jpg) no-repeat center bottom;
  background-size:cover;
}
#companyprofile .mv .wrap{
  width:100%;
  margin: 0 auto;
}

#companyprofile .mv .wrap h2{
  border-top:4px solid #EB0F30;
  font-size:40px;
  line-height:52px;
  display: inline-block;
  margin-top: -25px;
  padding: 0 15px;
  margin-bottom: 50px;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#companyprofile .mv .wrap h3{
  width: 90%;
  font-size:30px;
  line-height:25px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left 20px center;
  background-size:7px;
  padding-left: 40px;
  margin:0 auto 20px;
}
#companyprofile .mv .wrap{
  position: relative;
}
#companyprofile .mv .wrap .msg{
  width:100%;
  margin: 0 auto;
}
#companyprofile .mv .wrap .msg figure{
  width: 95%;
  margin-left: 5%;
  margin-bottom: 20px;
}
#companyprofile .mv .wrap .msg dl{
  width: 90%;
  margin: 0 auto;
}
#companyprofile .mv .wrap .msg dl dt{
  position: relative;
  font-size: 18px;
  line-height:24px;
  letter-spacing: 0;
  margin-bottom:20px;
}
#companyprofile .mv .wrap .msg dl dd{
  position: relative;
  font-size:16px;
  line-height:19px;
  letter-spacing: 0;
  margin-bottom:40px;
}
#companyprofile .mv .wrap .msg .text_area{
  width: 90%;
  margin: 0 auto;
}
#companyprofile .mv .wrap .msg span{
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  background: #FFF;
  display: inline;
  color: #333;
}
#companyprofile .profile{
  background: #F0F0F0;
}
#companyprofile .profile{
  padding:50px 0 40px;
}
#companyprofile .profile .wrap{
  width: 90%;
  margin: 0 auto;
}

#companyprofile .profile .wrap h3{
  width: 90%;
  font-size:30px;
  line-height:25px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left center;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}

#companyprofile .profile .wrap .profile_table{
  width:100%;
}

#companyprofile .profile .wrap .profile_table ul li dl{
  display: flex;
  flex-wrap: wrap;
  border-right: #F8F2F2 2px solid;
}
#companyprofile .profile .wrap .profile_table ul li dl dt{
  width:105px;
  background: #E3DFDF;
  border-top: #F8F2F2 2px solid;
  border-left: #F8F2F2 2px solid;
  box-sizing: border-box;
  font-size:14px;
  line-height:19px;
  letter-spacing: 0;
  padding: 10px;
}
#companyprofile .profile .wrap .profile_table ul li dl dt br{
  display: none;
}
#companyprofile .profile .wrap .profile_table ul li dl dd{
  width:calc(100% - 105px);
  background: #FFF;
  border-top: #F8F2F2 2px solid;
  border-left: #F8F2F2 2px solid;
  box-sizing: border-box;
  font-size: 14px;
  line-height:19px;
  letter-spacing: 0;
  padding: 10px;
  color: #333;
}
#companyprofile .profile .wrap .profile_table ul li dl dd br{
display: none;
}

#companyprofile .offices{
  padding: 50px 0 40px;
}

#companyprofile .offices .wrap{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#companyprofile .offices .wrap h3{
  width: 100%;
  font-size:30px;
  line-height:25px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left center;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}
#companyprofile .offices .head{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#companyprofile .offices .head .left{
  width: 100%;
  }
#companyprofile .offices .head figure.right{
  width:100%;
  margin-bottom:20px;
}
#companyprofile .offices .head .left dl dt{
  font-size:18px;
  line-height: 26px;
  position: relative;
  margin-bottom:10px;
}
#companyprofile .offices .head .left dl dd{
  position: relative;
  font-size:14px;
  line-height:19px;
  letter-spacing: 0;
  margin-bottom:20px;
  color: #333;
}
#companyprofile .offices .head .left p.detail{
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  background: #F6F3F3;
  padding: 15px;
  box-sizing: border-box;
}
#companyprofile .offices .head .left p.detail br.sp_none{
  display: none;
}
#companyprofile .offices p.date{
  font-size: 14px;
  line-height:19px;
  margin-bottom:20px;
  color: #333;
}
#companyprofile .offices p.date br{
  display: none;
}
#companyprofile .offices .access{
  width: 100%;
  height:300px;
  margin-bottom:30px;
}
#companyprofile .offices .access iframe{
  width: 100%;
  height: 100%;
}

#companyprofile ul.access_date{
  width: 100%;
}

#companyprofile ul.access_date li{
  background: #F6F3F3;
  padding:15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

#companyprofile ul.access_date li:last-child{
  margin-right: 0;
}

#companyprofile ul.access_date li h4{
  font-size:18px;
  line-height:26px;
  padding-bottom:15px;
  border-bottom: 1px solid #DDD;
  margin-bottom:15px;
}

#companyprofile ul.access_date li dl{
  display: flex;
  flex-wrap: wrap;
}

#companyprofile ul.access_date li dl dt{
  width: 178px;
  margin-right:10px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
}

#companyprofile ul.access_date li dl dt span{
  font-size: 10px;
}

#companyprofile ul.access_date li dl dd{
  width:calc(100% - 188px);
}

#companyprofile .organization{
  padding:50px 0 40px;
  background: #F0F0F0;
}

#companyprofile .organization .wrap{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#companyprofile .organization .wrap h3{
  width: 100%;
  font-size:30px;
  line-height:25px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left center;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}
#companyprofile .organization .wrap p{
  font-size:14px;
  line-height:19px;
  position: relative;
  margin-bottom:20px;
  color: #333;
}
#companyprofile .organization .wrap p a{
  font-size:14px;
  line-height:19px;
  text-decoration: underline;
  margin-top: 20px;
}
#companyprofile .organization .wrap .date{
  font-size:14px;
  line-height:19px;
  text-align: right;
  color: #333;
  margin-bottom:20px;
}
#companyprofile .organization_chart{
  width: 100%;
}

.pswp__button--close svg{
  display:none !important;
}
.pswp__button--close{
  background: url(/english/common/images/modal_close.png) no-repeat center !important;
  background-size: 22px !important;
  cursor: pointer;
}


/*ESG*/

#esg .mv{
  position: relative;
  padding-bottom:40px;
}
#esg .mv figure{
  width: 100%;
  height:143px;
  background: url(/english/common/images/esg_mv_sp.jpg) no-repeat center bottom;
  background-size:cover;
}
#esg .mv .wrap{
  width:100%;
  margin: 0 auto;
}

#esg .mv .wrap h2{
  border-top:4px solid #EB0F30;
  font-size:40px;
  line-height:52px;
  display: inline-block;
  margin-top: -25px;
  padding: 0 15px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#esg .mv .wrap .msg p{
  width:90%;
  margin: 0 auto;
  font-size:16px;
  line-height:22px;
  color: #333;
}
#esg .mv .wrap .msg p br{
  display: none;
}
#esg .our_approach{
  background: #F0F0F0;
  padding:50px 0 40px;
}
#esg .our_approach .wrap{
  width: 90%;
  margin: 0 auto;
  position: relative;

}
#esg .our_approach .wrap h3{
  width: 100%;
  font-size:30px;
  line-height:25px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left center;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}
#esg .our_approach .wrap figure{
  width: 100%;
  margin-bottom: 25px;
}
#esg .our_approach .wrap .text_area{
  margin-bottom: 30px;
}
#esg .our_approach .wrap .text_area span{
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  background: #F0F0F0;
  padding-right: 6px;
  position: relative;
  z-index: 1;
  display: inline;
  color: #333;
}
#esg .our_approach .wrap .approach_list ul{
  margin-bottom:30px;
}
#esg .our_approach .wrap .approach_list ul li{
  width: 100%;
  background: url(/english/common/images/our_approach_lst_bg.svg) no-repeat #FFF;
  background-size:100%;
  box-sizing: border-box;
  padding:40px 20px 20px;
  margin-bottom:15px;
  position: relative;
}
#esg .our_approach .wrap .approach_list ul li figure{
  font-size: 16px;
  position: absolute;
  top:20px;
  left:20px;
  color: #EB0F30;
}
#esg .our_approach .wrap .approach_list ul li h4{
  font-size:18px;
  line-height:24px;
  letter-spacing: 0;
  padding-bottom:15px;
  border-bottom: 1px solid #E7E0E0;
  margin-bottom:15px;
}
#esg .our_approach .wrap .approach_list ul li p{
  font-size: 14px;
  line-height:19px;
  letter-spacing: 0;
  color: #333;
}
#esg .our_approach .wrap .approach_list p.followup{
  font-size:14px;
  line-height:19px;
  color: #333;
  margin-bottom:20px;
}
#esg .our_approach .wrap .approach_list .pdf_btn{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#esg .our_approach .wrap .approach_list .pdf_btn a{
  width: 100%;
  border: 2px solid #EB0F30;
  border-radius: 14px;
  font-size: 13px;
  line-height:52px;
  letter-spacing: 0;
  display: block;
  box-sizing: border-box;
  color:#EB0F30;
  background: #FFF;
  transition: 0.2s ease all;
} 
#esg .our_approach .wrap .approach_list .pdf_btn a:hover{
  background: #EB0F30;
  color: #FFF;
}
#esg .our_approach .wrap .approach_list .pdf_btn a span{
  width: 16px;
  height: 16px;
  display: inline-block;
  background:url(/english/common/images/esg_pdf_icon.png) no-repeat center;
  background-size: 16px;
  margin-top: 20px;
  margin-left: 10px;
}
#esg .our_approach .wrap .approach_list .pdf_btn a:first-child{
  margin-bottom:20px;
}

#esg .investment_approach{
  padding:50px 0 40px;
}
#esg .investment_approach .wrap{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#esg .investment_approach .wrap h3{
  width: 100%;
  font-size:30px;
  line-height:34px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left top 5px;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 30px;
}
#esg .investment_approach .wrap ul{
  padding-top:30px;
  border-top: 1px solid #D9D9D9;
}
#esg .investment_approach .wrap ul li:first-child{
  padding-top:0;
  border-top:none;
  margin-top:0;
}
#esg .investment_approach .wrap ul li{
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
  margin-top:10px;
}
#esg .investment_approach .wrap ul li:last-child{
}
#esg .investment_approach .wrap ul li dl{
  display: flex;
  flex-wrap: wrap;
}
#esg .investment_approach .wrap ul li dl dt{
  font-size:18px;
  line-height:22px;
  letter-spacing: 0;
  position: relative;
  padding-left:15px;
  margin-bottom: 25px;
}
#esg .investment_approach .wrap ul li dl dt br{
  display: none;
}



#esg .investment_approach .wrap ul li dl dt:before{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #EB0F30;
  position: absolute;
  top:7px;
  left: 0;
}
#esg .investment_approach .wrap ul li dl dd p{
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #333;
  margin-bottom:20px;
  position: relative;
  padding-left:15px;
}
#esg .investment_approach .wrap ul li dl dd p:before{
  content: "";
  display: block;
  width:3px;
  height:3px;
  border-radius:3px;
  background: #333;
  position: absolute;
  top:8px;
  left:3px;
}

#esg .investment_approach .wrap ul li:last-child dl dd p:last-child{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
#esg .investment_approach .wrap ul li:last-child dl dd p:last-child:before{
  display: none;
}
#esg .concept{
  background: #F0F0F0;
  padding:50px 0 40px;
}
#esg .concept .wrap{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#esg .concept .wrap h3{
  width:calc(100% - 20px);
  font-size:30px;
  line-height:34px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left top 5px;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}
#esg .concept .wrap figure{
  width: 100%;
  margin-bottom:20px;
}
#esg .concept .wrap .text_area{
  position: relative;
  z-index: 1;
  padding-left:10px;
}
#esg .concept .wrap .text_area:before{
  content: "";
  display: block;
  width:3px;
  height:3px;
  border-radius:3px;
  background: #333;
  position: absolute;
  top:7px;
  left: 0;
}
#esg .concept .wrap .text_area p{
  display: inline;
}
#esg .concept .wrap .text_area p span{
  font-size:14px;
  line-height:19px;
  letter-spacing: 0;
  color: #333;
  display: inline-block;
  background: #F0F0F0;
  padding-right: 6px;
  display: inline;
}
#esg .concept .wrap .text_area.mgn{
  margin-bottom:20px;
}


#esg .nam{
  padding:50px 0 40px;
}
#esg .nam .wrap{
  width: 90%;
  margin: 0 auto;
  position: relative;

}
#esg .nam .wrap h3{
  width: 100%;
  font-size:30px;
  line-height:34px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left top 5px;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}
#esg .nam .wrap .text_area{
}
#esg .nam .wrap .text_area.mgn{
  margin-bottom:30px;
}
#esg .nam .wrap .text_area p{
  font-size:14px;
  line-height:19px;
  color: #333;
}
#esg .nam .wrap .text_area p.cap{
  font-size:12px;
  line-height:16px;
  margin-top:20px;
  color: #5D5D5D;
}
#esg .nam .wrap .text_area p.cap span{
  margin-right:6px;
  color: #5D5D5D;
}
/*240821_syusei start*/
#esg .nam .wrap .investment_funds_block{
  width:100%;
}
#esg .nam .wrap .investment_funds_block h3{
  background: none;
  font-size: 18px;
  line-height: 24px;
  margin-bottom:15px;
  text-align:left;
  margin-left: 0;
  padding-left: 0;
}
/*240821_syusei end*/
#esg .nam .wrap figure{
  background: #F0F0F0;
  border-radius:30px;
  padding:20px;
  width:100%;
  box-sizing: border-box;
}
#esg .nam .wrap figure h4{
  font-size: 20px;
  margin-bottom:20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}
#esg .nam .wrap figure h5{
  text-align: center;
  font-size: 20px;
  line-height:22px;
  background: #EB0F30;
  color: #FFF;
  text-align: center;
  border-radius:20px 20px 0 0;
  padding: 15px 0 ;
}
#esg .nam .wrap figure h5 span{
  font-size: 12px;
  line-height:16px;
  color: #FFF;
  display: block;
  padding-top:5px;
}
#esg .nam .wrap figure ul{
  border-left: 2px solid #EB0F30;
  border-bottom: 2px solid #EB0F30;
  border-right: 2px solid #EB0F30;
  border-radius: 0 0 30px 30px;
  background: #FFF;
}
#esg .nam .wrap figure ul li:first-child dl{
  border-bottom: 1px solid #D9D9D9;
}
#esg .nam .wrap figure ul li dl{
  font-size: 0;
  padding: 20px 0;
  margin: 0 20px;
}
#esg .nam .wrap figure ul li dl dt{
  width: 65px;
  text-align:center;
  font-size:14px;
  line-height:16px;
  color: #FFF;
  background: #EB0F30;
  border-radius:24px;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 15px;
}
#esg .nam .wrap figure ul li dl dd{
  width:calc(100% - 80px);
  display: inline-block;
  font-size: 12px;
  line-height:16px;
  color: #333;
}
#esg .nam .wrap figure .text_line{
  font-size:14px;
  line-height:16px;
  text-align: left;
  background: #FFF;
  border-radius:20px;
  margin-top:15px;
  padding: 15px;
  box-sizing: border-box;
  color: #333;
}

#esg .about_nam{
  padding: 0 0 40px;
}
#esg .about_nam .wrap{
  width:90%;
  margin: 0 auto;
  position: relative;
}
#esg .about_nam .wrap h3{
  width: 100%;
  font-size:30px;
  line-height:34px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left top 5px;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}
#esg .about_nam .wrap p{
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
#esg .about_nam .wrap p.cap{
  font-size:12px;
  line-height:16px;
  color: #5D5D5D;
  margin-top: 20px;
}
/*240821_syusei start*/
#esg .about_nam_table{
  margin-top:30px;
  margin-bottom:30px;
}
#esg .about_nam_table h4{
  font-size:18px;
  line-height:24px;
  margin-bottom: 20px;
  text-align: left;
}
/*240821_syusei end*/
#esg .about_nam_table ul li dl{
  display: table;
  width: 100%;
  border-right: #D9D9D9 2px solid;
}
#esg .about_nam_table ul li dl dt.title,
#esg .about_nam_table ul li dl dd.title{
  background:#757575;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

#esg .about_nam_table ul li dl dt{
  width:90px;
  display: table-cell;
  vertical-align: middle;
  background: #F6F3F3;
  border-bottom: #D9D9D9 2px solid;
  border-left: #E7E0E0 2px solid;
  box-sizing: border-box;
  font-size:14px;
  line-height:19px;
  letter-spacing: 0;
  padding:15px;
  text-align: center;
  box-sizing: border-box;
}
#esg .about_nam_table ul li dl dd{
  width:calc(100% - 80px);
  display: table-cell;
  vertical-align: middle;
  background: #FFF;
  border-bottom: #D9D9D9 2px solid;
  border-left: #E7E0E0 2px solid;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  padding:15px;
  color: #333;
  text-align: left;
}

.pswp__bg{
  opacity: 0.5 !important;
}


/*NEWS ROOM*/

#newsroom .mv{
  position: relative;
}
#newsroom .mv figure{
  width: 100%;
  height: 143px;
  background: url(/english/common/images/newsroom_mv_sp.jpg) no-repeat center bottom;
  background-size:cover;
}
#newsroom .mv .wrap{
  width: 100%;
  margin: 0 auto;
}

#newsroom .mv .wrap h2{
  border-top:4px solid #EB0F30;
  font-size:40px;
  line-height:52px;
  display: inline-block;
  margin-top: -25px;
  padding: 0 15px;
  margin-bottom:30px;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#newsroom .news_list ul{
  width:90%;
  margin: 0 auto;
  border-top: 1px solid #D9D9D9;
  padding-top:15px;
}
#newsroom .news_list ul li{
  padding-bottom:15px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom:15px;
  display: flex;
  flex-wrap: wrap;
}
#newsroom .news_list ul li figure{
  width:60px;
  margin-right:10px;
}
#newsroom .news_list ul li .news_text{
  width: calc(100% - 70px);
}
#newsroom .news_list ul li .news_text .date{
  font-size: 14px;
  line-height:22px;
  color: #666;
  margin-bottom:5px;
}
#newsroom .news_list ul li .news_text .date span{
  font-size: 14px;
  line-height:22px;
  letter-spacing: 0;
  background: #F3F3F3;
  color: #666;
  margin-left: 10px;
  display: inline-block;
  border-radius: 29px;
  text-align: center;
  padding:0 10px;
}
#newsroom .news_list ul li .news_text a{
  font-size: 14px;
  line-height:19px;
  color: #000000;
  text-decoration: underline;
  text-underline-offset:4px;
  margin-bottom:5px;
}
#newsroom .news_list ul li .news_text p{
  display: none;
}

#newsroom .pager{ /*241121修正*/
  text-align: center;
  font-size: 0;
  margin:30px 15px 40px;
}
#newsroom .pager span{ /*241121修正*/
  font-size:22px;
  line-height: 46px;
  display: inline-block;
  width: 20px;
  margin: 0 20px;
  color: #757575;
}
#newsroom .pager span a{
  font-size:22px;
  line-height: 46px;
  color:#EB0F30;
}
#newsroom .pager span.prev,
#newsroom .pager span.next { /*241121追加*/
  width: 46px;
}
#newsroom .pager span.prev a{ /*241121修正*/
  width: 46px;
  height: 46px;
  background: url(/english/common/images/slide_prev_icon.png) no-repeat;
  background-size: 46px;
  top: auto;
  bottom: -76px;
  right: 23%;
  transition: 0.2s all ease;
}
#newsroom .pager span.next a{ /*241121追加*/
  width: 46px;
  height: 46px;
  background: url(/english/common/images/slide_next_icon.png) no-repeat;
  background-size: 46px;
  top: auto;
  bottom: -76px;
  right: 23%;
  transition: 0.2s all ease;
}







/*CONTACR US*/

#contact .mv{
  position: relative;
}
#contact .mv figure{
  width: 100%;
  height:143px;
  background: url(/english/common/images/contact_mv_sp.jpg) no-repeat center bottom;
  background-size:cover;
}
#contact .mv .wrap{
  width: 100%;
  margin: 0 auto;
}

#contact .mv .wrap h2{
  border-top:4px solid #EB0F30;
  font-size:40px;
  line-height:52px;
  display: inline-block;
  margin-top: -25px;
  padding: 0 15px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#contact.check .mv .wrap h2,
#contact.send .mv .wrap h2{
  margin-bottom:45px;
}
#contact .mv .wrap p{
  width: 90%;
  letter-spacing: 0;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
#contact .mv .wrap p br{
  display: none;
}

#contact .contact_pager{
  width:333px;
  margin: 0 auto;
}
#contact.send .contact_pager,
#contact.check .contact_pager{
  margin-bottom:60px;
}

#contact .contact_pager ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 90px;
}
#contact.send .contact_pager ul,
#contact.check .contact_pager ul{
  margin-bottom:0;
}
#contact .contact_pager ul:after{
  content: "";
  display: block;
  width:220px;
  height: 1px;
  background: #C0C0C0;
  position: absolute;
  left: 50%;
  top:4px;
  transform: translate(-50%);
  z-index: 0;
}
#contact .contact_pager ul li{
  width:110px;
  padding-top: 30px;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #757575;
}
#contact .contact_pager ul li:last-child{
  margin-right: 0;
}
#contact .contact_pager ul li:before{
  content: "";
  display: block;
  width:6px;
  height:6px;
  border-radius: 14px;
  background: #C0C0C0;
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translate(-50%);
  z-index: 1;
}
#contact .contact_pager ul li.active{
  color: #000;
}
#contact .contact_pager ul li.active:before{
  background: #EB0F30 !important;
  width:9px;
  height:9px;
  top:1px;
}
#contact .contact_regitration{
  width: 90%;
  margin: 0 auto;
}
#contact .contact_regitration .wrap{
}

#contact .contact_regitration h3{
  width:100%;
  font-size:30px;
  line-height:34px;
  background: url(/english/common/images/lower_title_icon.png) no-repeat left top 5px;
  background-size:7px;
  padding-left: 20px;
  margin:0 auto 20px;
}
#contact .contact_regitration .wrap p{
  font-size:14px;
  line-height:19px;
  margin-bottom:15px;
  color: #333;
}
#contact .contact_regitration .wrap .box{
  width: 100%;
  background: #F6F3F3;
  padding: 20px 0;
  margin-bottom:50px;
}
#contact .contact_regitration .wrap .box dl{
  font-size: 0;
  text-align: center;
}
#contact .contact_regitration .wrap .box dl dt,
#contact .contact_regitration .wrap .box dl dd{
  display: inline-block;
}
#contact .contact_regitration .wrap .box dl dt{
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}
#contact .contact_regitration .wrap .box dl dd a{
  font-size: 16px;
  padding: 16px 40px;
  background: #EB0F30;
  color: #FFF;
  border-radius: 14px;
}
#contact .contact_regitration .wrap .box dl dd a span{
  width:7.5px;
  height:14px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 7.5px;
  margin-top: 1px;
  margin-left: 10px;
}

#contact .contact_regitration .wrap h4{
  font-size: 18px;
  line-height:26px;
  letter-spacing: 0;
  position: relative;
  margin-bottom:10px;
}
#contact .contact_regitration .wrap h4:before{
  content: "";
  width:26px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  top:-20px;
  left:0;
}

#contact .contact_regitration .contact_form{
  width: 100%;
  margin: 0 auto 20px;
}
#contact .contact_regitration .contact_form p.cap{
  font-size: 14px;
  margin-bottom:10px;
}
#contact .contact_regitration .contact_form p.cap span{
  color: #DD0E2D;
}


/*20241122ここから修正*/
#contact .contact_regitration .contact_form table{
  width: 100%;
  box-sizing: border-box;
  border-top:#E7E0E0 1px solid;
  border-left:#E7E0E0 1px solid;
  border-collapse: collapse;
  margin-bottom:30px;
}
#contact .contact_regitration .contact_form table th,
#contact .contact_regitration .contact_form table td{
  border-right:#E7E0E0 1px solid;
  border-bottom:#E7E0E0 1px solid;
  box-sizing: border-box;
  padding:15px;
  width: 100%;
  display: block;
  font-weight: 400;
  text-align: left;
}
#contact .contact_regitration .contact_form table th{
  background: #F6F3F3;
}
#contact.check .contact_regitration .contact_form table th span{
  display: none;
}
#contact .contact_regitration .contact_form table th span{
  color: #DD0E2D;
}

#contact .contact_regitration .contact_form table td{
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  overflow-wrap:  break-word;
  color: #333;
word-break: break-all;
word-wrap: break-all;
}
#contact .contact_regitration .contact_form table td input[type="radio"]{
  position: relative;
  width: 18px;
  height: 18px;
  border: #D9D9D9 1px solid;
  background: #F2F2F2;
  border-radius:0;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 5px 15px 0;
  vertical-align: top;
}
#contact .contact_regitration .contact_form table td input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 0;
  background: #000;
  content: '';
}
#contact .contact_regitration .contact_form table td ul{
  display: flex;
  flex-wrap: wrap;
}
#contact .contact_regitration .contact_form table td ul li{
  margin-right: 20px;
}
#contact .contact_regitration .contact_form table td label{
  margin: 0 20px 15px 0;
  vertical-align: top;
  color: #333;
}
#contact .contact_regitration .contact_form table td input[type="radio"]:nth-child(6),
#contact .contact_regitration .contact_form table td label:nth-child(5){
  margin-bottom: 0;
}
#contact .contact_regitration .contact_form p.colorText03.mt0{
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #FF0000;
}
#contact .contact_regitration .contact_form table td input[type="text"]{
  font-size: 14px;
  line-height:36px;
  padding: 0 15px;
  width:100%;
  box-sizing: border-box;
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
}
#contact .contact_regitration .contact_form table td textarea{
  font-size: 14px;
  line-height:19px;
  padding:15px;
  width:100%;
  min-height:170px;
  box-sizing: border-box;
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
  resize: none;
}
#contact .term{
  width: 100%;
  height: 240px;
  border: #D9D9D9 1px solid;
  box-sizing: border-box;
  overflow-y: scroll;
  margin-bottom: 30px;
}
#contact .term .wrap{
  width: 100%;
  margin-left: 0;
  padding:20px 20px 0;
  box-sizing: border-box;
}
#contact .term h5{
  font-size: 22px;
  margin-bottom:15px;
  letter-spacing: 0;
}
#contact .term ul{
  border: 0 !important;
}
#contact .term ul li{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  color: #333;
}
#contact .term ul li span{
  display: block;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
#contact .checkBoxList label{
  font-size: 18px;
  margin-left: 10px;
  color: #333;
}
#contact .checkBoxList{
  text-align: center;
  margin-bottom:30px;
}
#contact .checkBoxList label{
  vertical-align: top;
  font-size: 14px;
  line-height: 19px;
  margin-left:3px;
  letter-spacing: 0;
  color: #333;
}
#contact div.linkBtn01{
  width:100%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contact .linkBtn01 input{
  font-size: 16px;
  letter-spacing: 0;
  color: #FFF;
  background:#E60F2F url(/english/common/images/nav_arrow_icon.png) no-repeat center right 20px;
  background-size:8.5px;
  border: 2px solid #E60F2F;
  border-radius:14px;
  padding:16px 38.5px 16px 30px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s ease all;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}
#contact .linkBtn01 input:disabled{
  opacity: 0.5;
}
#contact .linkBtn01 input:hover{
  background:#FFF url(/english/common/images/nav_arrow_icon_ho.png) no-repeat center right 30px;
  background-size:8.5px;
  border: 2px solid #E60F2F;
  color: #E60F2F;
}
#contact .linkBtn01 input:focus{
  background:#FFF;
  background-size:8.5px;
  border: 2px solid #E60F2F;
  color: #E60F2F;
}
#contact .formBtnList{
  font-size: 0;
  text-align: center;
  margin-bottom:50px;
}
#contact li.linkBtn01{
  display: inline-block;
}
#contact li.btnL{
  display: inline-block;
  margin-right:10px;
}
#contact .btnL a{
  font-size: 18px;
  letter-spacing: 0;
  color: #FFF;
  background: #E60F2F;
  border: 2px solid #E60F2F;
  border-radius: 14px;
  padding: 15px 40px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s ease all;
}
#contact .btnL a:before{
  content: "";
  width:8.5px;
  height: 15px;
  display:inline-block;
  background: url(/english/common/images/edit_back_arrow_ho.png) no-repeat center;
  background-size:8.5px;
  margin-top:1px;
  margin-right: 10px;
}
#contact .btnL a:hover,
#contact .btnL a:focus{
  background:#FFF;
  background-size:8.5px;
  border: 2px solid #E60F2F;
  color: #E60F2F;
}
#contact .btnL a:hover::before{
  background:url(/english/common/images/edit_back_arrow.png) no-repeat center;
  background-size:8.5px;
}
/*20241122修正ここまで*/



#contact .contact_regitration .contact_form.thanks p{
  font-size: 14px;
  line-height:19px;
  margin-bottom:40px;
  color: #333;

}
#contact .home_btn{
  margin:  0 0 90px;
  text-align: center;
}
#contact .home_btn a{
  font-size: 18px;
  letter-spacing: 0;
  color: #FFF;
  background:#E60F2F;
  border: 2px solid #E60F2F;
  border-radius:14px;
  padding: 15px 40px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s ease all;
}
#contact .home_btn a:hover{
  color: #E60F2F;
  background:#FFF;
  border: 2px solid #E60F2F;
}
#contact .home_btn a span{
  width:8.5px;
  height: 15px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 8.5px;
  margin-top: 1px;
  margin-left: 10px;
}
#contact .home_btn a:hover span{
  background: url(/english/common/images/nav_arrow_icon_ho.png) no-repeat center right;
  background-size:8.5px;
}

#policy .mv{
  width: 90%;  
  margin:0 auto 40px;
  padding-top:40px;
  border-bottom: 1px solid #D9D9D9;
}
#policy .mv .wrap{
  width: 90%;  
  margin: 0 auto;
}
#policy .mv h2{
  font-size:40px;
  margin-bottom:50px;
}
#policy .mv p{
  font-size:16px;
  line-height:22px;
  padding-bottom:40px;
  position: relative;
  color: #333;
}
#policy .mv p:after{
  content: "";
  display: block;
  width:26px;
  height: 1px;
  background: #000;
  position: absolute;
  left:0px;
  top: -25px;
}
#policy .wrapper{
  width: 90%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#policy .wrapper .policy_sidebar{
  display: none;
}

#policy .wrapper .policy_list{
  width:100%;
}
#policy .wrapper .policy_list li{
  padding-bottom:30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom:30px;
}

#policy .wrapper .policy_list li h3{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  padding-left:50px;
  margin-bottom:20px;
}


#policy .wrapper .policy_list li h3:before{
  content: "";
  width: 3px;
  height:21px;
  display: block;
  background:#EB0F30;
  position: absolute;
  top: 4px;
  left: 0;
}
#policy .wrapper .policy_list.disclaimer_list li h3{
  padding-left:14px;
}
#policy .wrapper .policy_list.disclaimer_list li h3:after{
display: none;

}
#policy .wrapper .policy_list li h3 span{
  font-size: 24px;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 0px;
  left:14px;
}

#policy .wrapper .policy_list li p{
  font-size: 14px;
  line-height: 19px;
  padding-left: 14px;
  color: #333;
}
#policy .wrapper .policy_list li ol{
  padding-bottom:30px;
  margin-left: 14px;
}

#policy .wrapper .policy_list li ol li{
  font-size: 14px;
  line-height: 19px;
  position: relative;
  padding-left:20px;
  margin-top:20px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  color: #333;
}
#policy .wrapper .policy_list li ol li span{
  position: absolute;
  left: 0;
  top:-1px;
  color: #333;
}

#policy .wrapper .policy_list li#p10{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

#policy .wrapper .policy_list li#p10 .box{
  background: #F6F3F3;
  font-size: 14px;
  line-height: 19px;
  padding:20px;
  margin-top:20px;
  box-sizing: border-box;
  margin-bottom:20px;
  margin-left: 14px;
}
#policy .wrapper .policy_list li#p10 table{
  border-top: 1px solid #E7E0E0;
  border-left: 1px solid #E7E0E0;
  margin-left: 14px;
}
#policy .wrapper .policy_list li#p10 table td{
  border-right: 1px solid #E7E0E0;
  border-bottom: 1px solid #E7E0E0;
  padding:20px;
  font-size: 14px;
  line-height: 19px;
  box-sizing: border-box;
  color: #333;
}
#policy .wrapper .policy_list li#p10 table td.bg{
  background: #F6F3F3;
  width: 40%;
}
#policy .wrapper .policy_list p.right{
  text-align: right;
  margin-bottom:40px;
  font-size: 14px;
  line-height: 19px;
}

#policy.disclaimer_page .wrapper .policy_list li{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom:40px;
  color: #333;
}

/*241129追加*/
input[type=checkbox] + label {
    box-sizing: border-box;
    cursor: pointer;
}

/* 20240106追加(404.html) */
#policy .home_btn{
  margin:  0 0 90px;
  text-align: center;
}
#policy .home_btn a{
  font-size: 18px;
  letter-spacing: 0;
  color: #FFF;
  background:#E60F2F;
  border: 2px solid #E60F2F;
  border-radius:14px;
  padding: 15px 40px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s ease all;
}
#policy .home_btn a:hover{
  color: #E60F2F;
  background:#FFF;
  border: 2px solid #E60F2F;
}
#policy .home_btn a span{
  width:8.5px;
  height: 15px;
  display:inline-block;
  background: url(/english/common/images/btn_arrow.png) no-repeat center right;
  background-size: 8.5px;
  margin-top: 1px;
  margin-left: 10px;
}
#policy .home_btn a:hover span{
  background: url(/english/common/images/nav_arrow_icon_ho.png) no-repeat center right;
  background-size:8.5px;
}









