@charset "UTF-8";

body,body *{
font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", meiryo, sans-serif;
}
@media screen and (max-width:767px){
  body{overflow:unset;}
}
/*====================================

    font ICON

====================================*/
@font-face {
  font-family: 'icon';
  src: url('../../font/icon.eot%3F5n3q9r');
  src: url('../../font/icon.eot%3F5n3q9r') format('embedded-opentype'), url('../../font/icon.woff%3F5n3q9r') format('woff'), url('../../font/icon.ttf%3F5n3q9r') format('truetype'), url('../../font/icon.svg%3F5n3q9r') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    position: relative;
  }
  .icon-serch:before {
    content: "\e90d";
  }
  .icon-mail:before {
    content: "\e90c";
  }
  .icon-pc:before {
    content: "\e90e";
  }
  .icon-arrow-left-thin:before {
    content: "\e906";
  }
  .icon-arrow-right-thin:before {
    content: "\e90b";
  }
  .icon-tab:before {
    content: "\e907";
  }
  .icon-tab-thin:before {
    content: "\e908";
  }
  .icon-download:before {
    content: "\e909";
  }
  .icon-download-thin:before {
    content: "\e90a";
  }
  .icon-arrow-down:before {
    content: "\e903";
  }
  .icon-arrow-left:before {
    content: "\e904";
  }
  .icon-arrow-top:before {
    content: "\e905";
  }
  .icon-arrow-right:before {
    content: "\e900";
  }
  .icon-page_top:before {
    content: "\e901";
    color:var(--gray2);
  }
  .icon-tel:before {
    content: "\e902";
  }
  .icon-color-common:before {
    color: #1d2c5b;
  }
  .icon-sizeS:before {
    font-size: 1.2rem;
  }

/** styleset svgicon4tel **/
svg .cta_telicon_color0{
    fill:#000000;
}
svg .cta_telicon_color1{
    fill:#0D2F6F;
}
svg .cta_telicon_color2{
    fill:#112D5C;
}
svg .cta_telicon_color3{
    fill:#fff;
}
svg .cta_telicon_color4{
  fill:var(--gold2);
}
svg .cta_telicon_color5{
  fill:var(--gold);
}
/** tel anchorTag Escape Setting **/
a[href^="tel:"] { cursor: default;}

svg .cta_btnicon_color0{
    fill:#000000;
}
svg .cta_btnicon_color1{
    fill:#0D2F6F;
}
svg .cta_btnicon_color2{
    fill:#112D5C;
}
svg .cta_btnicon_color3{
    fill:#fff;
}
svg .cta_btnicon_color4{
  fill:var(--gold2);
}
svg .cta_btnicon_color5{
  fill:var(--gold);
}


/** SVG Icon Stroke Style Setting **/
svg .stroke0{
    stroke:#000000;
}
svg .stroke1{
    stroke:#0D2F6F;
}
svg .stroke2{
    stroke:#112D5C;
}
svg .stroke3{
    stroke:#fff;
}

/** SVG Icon Fill Style Setting **/
svg.filltype_0{
    fill:#000;
}
svg.filltype_1{
    fill:#0D2F6F;
}
svg.filltype_2{
    fill:#112D5C;
}
svg.filltype_3{
    fill:#fff;
}
svg.filltype_4{
    fill:none;
}

.svg__linkText0{
    color:#000;
}
.svg__linkText1{
    color:#0D2F6F;
}
.svg__linkText2{
    color:#112D5C;
}
.svg__linkText3{
    color:#fff;
}
.svg__linkText4{
    color:inherit;
}

/** svg setting EX **/
.c-cta__mail svg{
    fill:#fff;
}
img.fix_bnr{
 width:100%;
 height:100%;
 display:block;
 object-fit:cover;
}

/**
*
*H1 Title Style
*
**/
.c-title-heading1{
    color:#fff;
}
.c-title-heading1.u-clr-nv{
  color: var(--navy);
}
.c-title-heading1 > span{
    font-size:60%;
    display:block;
}


/** TOPIC MEMO **/
.summary_wrap {
  display: block;
  width: 100%;
  margin: 3.2rem auto;
  border: 4px double #999;
  box-sizing: border-box;
  padding: 1.6rem 2.4rem 2.0rem;
  position: relative;
}
.summary_wrap .summary_ttl {
  font-weight: bold;
  border-bottom: 2px solid;
  width: fit-content;
  box-sizing: border-box;
  padding: 0.8rem 0.4rem 0;
  margin: 0 0 1.6rem;
  font-size: 2rem;
}
.summary_wrap .summary_thema {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.8rem 0;
}
.summary_wrap .summary_btn {
  display: block;
  width:calc(100% / 3 - 2.4rem);
  display:block;
  border-radius:4px;
  text-align: center;
  box-sizing:border-box;
  padding:0.8rem;
  background:#F3F7FA;
  color:#112D5C;
  transition:background .3s , color .3s;
  margin: 1.6rem auto 0;
}
.summary_btn_wrap .summary_btn.btntype-cta{
  background: #ff8400;
  color:#fff;
  transition:background .3s , color .3s;
}

.summary_wrap .summary_btn:after {
  font-family: "icon";
  content: "\e903";
  transform: translate(1rem, 0.2rem);
  display: inline-block;
}
.summary_btn_wrap .summary_btn.btntype-cta svg{
  fill:#fff;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.8rem;
}
.summary_btn_wrap .summary_btn.btntype-cta:after{
  display: none;
}
.summary_btn_wrap{
  width:100%;
  margin:1.6rem auto 0.8rem;
  display:flex;
  flex-wrap:wrap;
  border-top:1pz solid #ccc;
  padding:0.8rem 0;
  justify-content: space-around;
  align-items:center;
} 
.summary_btn_wrap .summary_btn:hover,.summary_btn_wrap .summary_btn.byntype-cta:hover{
  background: #112D5C;
  cursor:pointer;
  opacity:.7;
  color:#fff;
}
@media screen and (max-width:750px){
  .summary_btn_wrap .summary_btn{width:100%;}
}
/** RESET STYLE **/

.l-contents-mv {
  background: -webkit-gradient(linear, left top, left bottom, from(#203F74), color-stop(80%, #0B1E3E));
  background: -webkit-linear-gradient(top, #203F74 0%, #0B1E3E 80%);
  background: linear-gradient(180deg, #203F74 0%, #0B1E3E 80%);
  transition:background .5s,opacity .5s,display .5s;
  min-height:30rem;
  max-height:30rem;
}
.l-contents-mv__backImage img{
  height:30rem;
}
#top .l-contents-mv {height:auto;max-height:62rem;}
#about-staff .l-contents-mv,#about-staff .l-contents-mv__backImage img{
  height:40rem;
  min-height:auto;
  max-height:100%;
}
#case-harebare .l-contents-mv,#case-harebare .l-contents-mv__backImage img{
  height:auto;
  min-height:auto;
  max-height:100%;
}
@media screen and (max-width:750px){
#top .l-contents-mv{height:38rem;}
#about-staff .l-contents-mv,#about-staff .l-contents-mv__backImage img{
  height:25rem;
}
#case-harebare .l-contents-mv,#case-harebare .l-contents-mv__backImage img{
  height:auto;
  min-height:auto;
  max-height:100%;
}
}
.l-contents-mv:before {
  content:'';
  display:block;
  opacity:.6;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  transition:background .5s,opacity .5s,display .5s;
}
.l-footer__tel a svg{
  width:100%;
}
a.blanklink[target=_blank]:after {
  content: '\e907';
  font-family: icon;
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: baseline;
  margin: 0 0 0 0.8rem;
}

#privacy-policy .box{
  margin:3rem auto;
}


.c-cta {
  justify-content:center;
}
.c-cta .c-cta__mail{
  line-height:0;
}


@media screen and (max-width: 750px) {
  .c-button {
    max-width: 100%;
    min-width: auto;
    min-height: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .c-button--arrow{
    padding-left:3.4rem;
    padding-right:3.4rem;
  }
  .c-button__text {
      font-size: 1.4rem;
  }
}
.trans-aft-rotate45:after{
  transform:rotate(45deg);
}
.trans-aft-rotate90:after{
  transform:rotate(90deg);
}
.trans-aft-rotate180:after{
  transform:rotate(180deg);
}
.brdclr-Navy:after{
  border-color:var(--navy);
}
.icon_fit{
  padding:0;
}
.icon_fit:after{
  width:1rem;
  height:1rem;
  position:static;
  display:block;
}
.c-local-link_ex4col{
  width:100%;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.c-local-link_ex4col li{
  width:calc((100% / 4) - 8rem);
  display:flex;
  justify-content:center;
  min-width:fit-content;
 
}
@media screen and (max-width:750px){
  .c-local-link_ex4col li{
      width: 46%;
      padding: 1rem 0;
      border-bottom: 1px solid var(--gray2);
  }

  .icon_fit:after{
    right:-2rem;
    position:absolute;
    display:block;
  }
}

/*** Each background MV Setting***/
#about-ma .l-contents-mv,#faq .l-contents-mv,#about-team .l-contents-mv,#case-success .l-contents-mv,#contact .l-contents-mv,#contact-detail .l-contents-mv,#lp-detail .l-contents-mv,#privacy-policy .l-contents-mv,#cookie-policy .l-contents-mv{
  height:30rem;
}
#about-ma .l-contents-mv:before {
  background:url('../images/about-ma/mv.webp') center bottom no-repeat;
  background-size:cover;
}
#about-team .l-contents-mv:before {
  background:url('../images/about-team/mv.jpg') center bottom no-repeat;
  background-size:cover;
}
#case-success .l-contents-mv:before {
  background:url('../images/case-success/mv.jpg') center bottom no-repeat;
  background-size:cover;
}
@media screen and (max-width:750px){
  #about-ma .l-contents-mv,#faq .l-contents-mv,#about-team .l-contents-mv,#case-success .l-contents-mv,#contact .l-contents-mv,#privacy-policy .l-contents-mv,#cookie-policy .l-contents-mv {
    height:20rem;
  }
  .l-contents-mv{
    min-height:15rem;
    max-height:30rem;
  }
  .l-contents-mv__backImage img{
    height:15rem;
  }
  #about-ma .l-contents-mv:before {
    background:url('../images/about-ma/mv_sp.webp') center bottom no-repeat;
    background-size:cover;
  }
}
.ttl-h2 {
  font-weight: 500;
  border-bottom: 2px solid #1e2c5b;
  display: inline-block;
  padding-bottom: 1.6rem;
  font-size:3.2rem;
  display: block;
  width: fit-content;
  margin-left:auto;
  margin-right:auto;
}
.ttl-h2 .add{
  font-weight: bold;
  margin: 6rem auto 4.8rem;
}
.ttl-h3,.ttl-h3.add {
  font-size: 2.8rem;
  font-weight: bold;
  color: #1d2c5b;
  line-height: 1.35;
  margin-bottom:1.8rem;
}
.ttl-h3.u-mb-0,.ttl-h3.add.u-mb-0,.add p.u-mb-0 {
  margin-bottom:0;
}
.add p.u-ta-r{
  text-align:right;
}
#topics .ttl-h2,#news .ttl-h2,#media .ttl-h2,#ir .ttl-h2{
  border-bottom:none;
  margin-bottom: 0;
}
#topics .ttl-h3,#news .ttl-h3,#media .ttl-h3,#ir .ttl-h3{
  font-size: 2.1rem;
  font-weight: 500;
}
#topics .ttl-h2 + br,#news .ttl-h2 + br,#media .ttl-h2 + br,#ir .ttl-h2 + br{
  display:none;
}
.section {
  padding-bottom: 0rem;
}
.section > .section {
  padding-bottom: 3.2rem;
}
.u-flex-jc-c{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section > .section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
article > .section{margin-bottom:6rem;}
article > .section:last-child{padding-bottom:0;}
.relate.single a:after {
  top: 50% !important;
  right: 1.6rem !important;
  margin-top: 0;
  transform: translate(0, -50%);
}

/** FAQ **/
.faqList .a{
  text-align:left;
  padding: 0 1rem 0 5rem;
}
.faqList.faq_ex-style .a:before{
  left:1rem;
  font-size: 3.8rem;
}
.faq_ex-style .q:before {
  font-size: 3.4rem;
  left:1rem;
}
.faq_ex-style .q:after {
  top: 60%;
  transform: translate(0, -50%);
}

.faqtotal .q:before, .faqtotal .a:before {
  font-weight: 500;
}
/** Author **/
#author{
  margin-bottom:0;
}
#author .author {
  font-weight: bold;
}
#author .author_bloc{
  display:block;
}
#author .author_bloc .author_belong,#author .author_bloc .author_ttl {
  margin-right: 0.8rem;
  display:inline-block;
}
#author .author_post{
  display:inline-block;
}
#author .author_bloc .author_name {
  font-size: 120%;
}



/** RESET footer **/
.contact-head_wrap .l-header__logo{
  padding:2rem 0;
}
.contact-body_wrap{
  margin-top: 10rem;
  border-top:0.1rem solid var(--gray2);
}
.contact-footer_wrap.l-footer{
  padding: 2rem;
}
.contact-footer_wrap  .l-footer__bottom{
  padding:0;
}
@media screen and (max-width: 750px) {
  .contact-head_wrap .l-header__logo{
    padding: 0;
  }
  .contact-body_wrap {
      margin-top: 6.5rem;
  }
}



/**ASIDE MENU STYLE**/

.c-sidebar__head {
  padding: 1rem 2rem;
  background: var(--navy);
  color: var(--white);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.c-sidebar__list {
  margin-bottom: 4rem;
  list-style: none;
}
.c-sidebar__wrap {
  padding: 1.8rem 2rem;
  border-bottom: 0.1rem solid var(--gray2);
}
.c-sidebar__link {
  color: var(--navy);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 3rem;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.c-sidebar__link:link, .c-sidebar__link:visited {
  color: var(--navy);
  text-decoration: none;
}
.c-text__link:link, .c-text__link:visited {
  color: var(--navy);
  text-decoration: underline;
}
@media screen and (min-width:751px) {
  .c-sidebar__link:link:hover, .c-sidebar__link:visited:hover {
    text-decoration: underline;
  }
}
.c-sidebar__link::before, .c-sidebar__link::after {
  display: block;
  content: "";
}
.c-sidebar__link::before {
  width: 2rem;
  height: 2rem;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  top: 0.15rem;
  /*top: 0;*/
  left: 0;
  z-index: 0;
}
.c-sidebar__link::after {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  position: absolute;
  top: 0.75rem;
  /*top: 0.6rem;*/
  left: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-sidebar__icon {
  margin-top: 0.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
}
.c-sidebar__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
  word-wrap: break-word;
}
.c-sidebar__bnr {
  margin-bottom: 3.2rem;
  display: block;
}
.c-sidebar__bnr:link, .c-sidebar__bnr:visited {
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-sidebar__bnr:link:hover, .c-sidebar__bnr:visited:hover {
    opacity: 0.7;
  }
}

/**  add common general 240808  **/
h2.ttl-h2 + .ttl-h3.mt50 {
  margin-top: 0 !important;
}
.c-container__links {
  -ms-flex-item-align: center;
  align-self: center;
}
.c-cta-subLink{
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
}

/*.c-button {
  min-width:28rem;
}*/
@media screen and (max-width:750px) {
  .c-container__links {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .c-cta-subLink{
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
  }
  /*.c-button {
    min-width:28rem;
  }*/
}

/*********
*
* Add Table Style
*
**********/
.tbl_exbgc {
    width: 100%;
    border-collapse: collapse;
}
@media screen and (max-width:767px){
  .tbl_exbgc {
    min-width: 830px;
  }
}
.tbl_exbgc .tbl_txt_left{
  text-align: left;
}
.tbl_exbgc tr + tr {
    border-bottom: 1px solid #ccc;
}
.tbl_exbgc th {
    background: #ccc;
    border-collapse: collapse;
    border-left: 2px solid #ccc;
    border-right: 2px solid #fff;
    width: calc(100% / 8 );
    vertical-align: middle;
    padding: 0.4rem 0;
}
.tbl_exbgc th.exbgc {
    background: #1d2c5b;
    color: #fff;
}
.tbl_exbgc th .tbl_mini_txt {
    display: block;
    font-size: 70%;
}
.tbl_exbgc td {
    padding: 0.8rem 0;
}
.tbl_exbgc th + th + th + th + th + th{
  border-right:2px solid #1d2c5b;
}
.tbl_exbgc tr .excellstyle {
    border-left: 2px solid #1d2c5b;
    border-right:transparent;
}
.tbl_exbgc tr .excellstyle + .excellstyle {
    border-right: 2px solid #1d2c5b;
    border-left:transparent;
}
.tbl_exbgc tr:nth-child(2) .excellstyle{
    border-top: 2px solid #1d2c5b;
    border-right: 2px solid #fff;
}
.tbl_exbgc tr:nth-child(2) .excellstyle + .excellstyle{
    border-top: 2px solid #1d2c5b;
    border-left: 2px solid #fff;
    border-right: 2px solid #1d2c5b;
}
.tbl_exbgc tr:last-child .excellstyle{
    border-bottom: 2px solid #1d2c5b;
    border-right: 2px solid #fff;
}
.tbl_exbgc tr:last-child .excellstyle + .excellstyle{
    border-bottom: 2px solid #1d2c5b;
    border-left: 2px solid #fff;
    border-right: 2px solid #1d2c5b;
}
.article img.no-wrap, .add img.no-wrap{margin:2rem auto;border:1px solid /*#1e2c5b*/#c7cad6;max-width:100%;}
.article img.no-border.add img.no-border,img.no-border{margin:2rem auto;border:none;max-width:100%;}
.scroll_tbl_wrap{
  display:block;
  width:100%;
  margin:2rem auto;
}
@media screen and (max-width:750px){
  .scroll_tbl_wrap{
    overflow:scroll hidden ;

  }
  .scroll_tbl_wrap table{
    width:850px;
  }
  .scroll_tbl_wrap:after{
    content:'※横にスクロールできます';
    font-size:80%;
    color:#999;
    display:block;
  }
}
/**
* add style
**/
dl dt.u-fw-bd{
  font-size:110%;
}
.tbl-common th.v-ali-t, .tbl-common td.v-ali-t{
  vertical-align:top;
}
.ex_tbl_wrap {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.ex_tbl_wrap dl{
  width:100%;
  display:flex;
  flex-wrap:wrap;
}
.ex_tbl_wrap dl dt,.ex_tbl_wrap dl dd{
  margin:0.4rem;
  padding:0.8rem;
  box-sizing:border-box;
}
.ex_tbl_wrap dl dt span:before,.ex_tbl_wrap dl dt span:after,.ex_tbl_wrap dl dd span:before,.ex_tbl_wrap dl dd span:after{
  display:none;
}
.ex_tbl_wrap .dl-ttl-bar{
  background:#1e2c5b;
  color:#fff;
  font-weight:bold;
  font-size:2rem;
}
.ex_tbl_wrap .dl-inner-content{
  background:#eeeff3;
  color:#444;
}
.ex_tbl_wrap .tblcell-w10{
  width:calc(10% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w20{
  width:calc(20% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w30{
  width:calc(30% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w40{
  width:calc(40% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w50{
  width:calc(50% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w60{
  width:calc(60% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w70{
  width:calc(70% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w80{
  width:calc(80% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w90{
  width:calc(90% - 0.8rem);
}
.ex_tbl_wrap .tblcell-w100{
  width:calc(100% - 0.8rem);
}
.f-siz110{font-size:110%;}
.f-siz120{font-size:120%;}
.f-siz130{font-size:130%;}
.f-siz140{font-size:140%;}
.f-siz150{font-size:150%;}
.calc_ebitda {
  margin: 2rem auto;
  display: block;
  text-align: left;
  padding: 2rem;
  width: fit-content;
  box-sizing: border-box;
  border: 1px solid #999;
  max-width: 100%;
}
.calc_ebitda li{
  display: block;
  text-align: left;
  font-weight: bold;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  margin:1.6rem 0;
}
table.tbl-common.add.u-mb-0{margin-bottom:0;}
.add .notes,.add figcaption.notes{font-size:80% !important;}
@media screen and (max-width: 750px ){
  .ex_tbl_wrap .dl-ttl-bar{font-size:1.8rem;}
}

.u-clr-or_ex,.u-clr-or_ex:link, .u-clr-or_ex:visited{
  color: var(--orange);
}
.c-text-link--basic.u-clr-or_ex::after{
  background:var(--orange);
}
/** Relational Articles Area **/

.p-ma-tab {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  flex-wrap:wrap;
  width:100%;
  gap:0;
}
@media screen and (max-width:750px) {
  .p-ma-tab {
    padding-bottom: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
}
.p-ma-tab__wrap {
  width: calc(100% / 7);
  display:block;
}
.p-ma-tab__btn {
  margin: 0;
  padding: 1.6rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--black2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width:100%;
  box-sizing:border-box;
}
@media screen and (max-width:750px) {
  .p-ma-tab__btn {
    padding: 1rem 0.9rem;
    background: var(--navy);
    color: var(--white);
    font-size: 1.1rem;
  }
  .p-ma-tab__wrap {
    width: calc( (100% - 2rem ) / 3);
  }
}
.p-ma-tab__btn.is-current {
  color: var(--navy);
  font-weight: 500;
  text-decoration: underline;
  background: var(--white);
}
.p-ma-linkList {
  padding: 2rem 4rem;
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  background: var(--white);
  /* border: none; */
}
.p-ma-linkList h3.title{
  width:100%;
  margin:0;
  font-weight:bold;
}
.p-ma-linkList .articles-frame {
    width:100%;
}
.p-ma-linkList .articles-frame .articles-ttl{
  display:block;
  width:100%;
  margin:2rem 0 1rem;
  border-bottom: 2px solid var(--dullBlue);
}
.p-ma-linkList .articles-frame ul.articles-list {
    font-size: 90%;
    line-height: 180%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}
.p-ma-linkList .articles-frame ul.articles-list li a{
    color: var(--navy);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    cursor: pointer;
}

@media screen and (max-width:750px) {
  .p-ma-linkList {
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-ma-linkList .articles-frame ul.articles-list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-ma-linkList.is-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-ma-linkList__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.p-ma-linkList__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-underline-offset: 0.3rem;
  gap: 1rem;
  padding-left: 3rem;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-ma-linkList__link:link, .p-ma-linkList__link:visited {
  text-decoration: none;
}
.p-ma-linkList__link:link:hover, .p-ma-linkList__link:visited:hover {
  text-decoration: underline;
}
.p-ma-linkList__link::before, .p-ma-linkList__link::after {
  display: block;
  content: "";
}
.p-ma-linkList__link::before {
  width: 2rem;
  height: 2rem;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 0;
}
.p-ma-linkList__link::after {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-ma-linkList__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  word-wrap: break-word;
  word-break: break-word;
}

.summary_wrap .summary_btn.reverse_icon_after:after{
  transform:translate(1rem, 0.2rem) rotate(180deg);
}



/** CVreport SVG style **/
.p-service-ctaCotent__cta{
  padding:1rem 2rem;
}
.p-service-ctaCotent__cta .p-service-ctaCotent__cta__label{
  width:6rem;
  border:none;
}
.p-service-ctaCotent__cta .p-service-ctaCotent__cta__label svg{
  width:100%;
  height:auto;
}
.svg-report{
  fill:#fff;
}
.svg-report_strk{
  fill:#fff;
  stroke:#fff;
}
.p-service-ctaCotent__cta:hover .svg-report{
  fill:#112D5C;
}
.p-service-ctaCotent__cta:hover .svg-report_strk{
  fill:#112D5C;
  stroke:#112D5C;
}

/*** add common style ***/
.common-txtlinklist_wrap {
  margin-top: 4rem;
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  background: var(--silver);
  list-style: none;
}
.common-txtlinklist_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 1.3333333333rem);
  flex: 0 0 calc(33.333% - 1.3333333333rem);
}
.common-txtlinklist_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: var(--navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 3rem;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.common-txtlinklist_link:hover{
  opacity:.75;
}
.common-txtlinklist_link:link, .common-txtlinklist_link:visited {
  text-decoration: none;
}
.common-txtlinklist_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  word-wrap: break-word;
  word-break: break-all;
}
.common-txtlinklist_link::before,.common-txtlinklist_link::after{
  content:'';
  display:block;
}
.common-txtlinklist_link::before {
  width: 2rem;
  height: 2rem;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 0;
}
.common-txtlinklist_link::after {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media screen and (max-width: 750px) {
  .common-txtlinklist_wrap {
      padding-top: 2rem;
      padding-bottom: 2rem;
      gap: 1.5rem;
  }
  .common-txtlinklist_item {
      max-width: 30.5rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  }
}


/**** Filter Style ****/
.filter-selct-fullcon .c-filter-block__list ul{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  width: 96%;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid var(--gray2);
  padding: 2rem;
}
.filter-selct-subcon .c-filter-block__list ul{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  width: 96%;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid var(--gray2);
  padding: 2rem;
}
.c-filter-block__list ul li {
  width: fit-content;
  margin: 0.8rem 0.4rem;
  position: relative;
  box-sizing: border-box;
}
.c-filter-block__list ul li label{
  padding-left:2.4rem;
  display: flex;
  flex-wrap:nowrap;
  position:relative;
  box-sizing:border-box;
}
.c-filter-block__list ul li label:before {
  position:absolute;
  top:0.5rem;
  left:0;
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #999;
}
.c-filter-block__list ul li input{
  margin:0;
  padding:0;
}
.c-filter-block__list ul li input:hover,.c-filter-block__list ul li label:hover{
  cursor:pointer;
}

.c-filter-block__list ul li input:checked {
  content: '';
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 0.8rem;
  border-left: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  top: 0;
  left: 0;
  transform: translate(0, 50%) rotate(-45deg);
  z-index:1;
}
.c-filter-project__lists{
  padding-bottom:2rem;
}
.filter-select-wrapper{
  width:92%;
  margin:auto;
}
.serch_filter{
  margin: 2rem auto;
  width: 96%;
  border: 1px solid var(--gray2);
  box-sizing: border-box;
  position: relative;
  padding: 2rem;
}
.search_result_list {
  display: grid;
  grid-template-columns: 0.3fr 1.2fr;
  row-gap: 1.6rem;
}
.search_result_list dt {
  background: var(--gray1);
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
  margin-bottom:1.6rem;
}
.search_result_list dd {
  margin: 2rem 1rem 1.6rem;
  border-bottom: 1px solid var(--gray1);
  padding-bottom: 2rem;
}

@media screen and (max-width:1100px){
  .filter-selct-fullcon .c-filter-block__list ul, .filter-selct-subcon .c-filter-block__list ul{
    grid-template-columns:1fr 1fr;
  }
}

@media screen and (max-width:750px){
  .filter-selct-fullcon .c-filter-block__list ul, .filter-selct-subcon .c-filter-block__list ul{
    grid-template-columns:1fr;
  }
  .filter-select-wrapper{
    width:100%;
    margin:auto;
  }
  .search_result_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: unset;
  }
}




/*** add success_parts style ****/
#case_success a{
opacity:1;
transition:opacity .35s ease;
width: calc((100% / 3) - 2rem);
text-decoration:none;
}
#case_success a:hover{
  opacity:.75;
}
#case_success a h3,#case_success a:hover .setheighttxt{text-decoration:underline;}
#case_success a:hover .c-button{
  background: var(--silver);
  color: var(--navy);
}
#case_success .success_generic_parts_wrap{
  width: 100%;
  max-width: 128rem;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
  box-sizing: border-box;
  margin: auto;
  justify-content: space-between;
}
#case_success .success_generic_parts_wrap_mini{
  width: 100%;
  max-width: 114rem;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
  box-sizing: border-box;
  margin: auto;
  justify-content: space-between;
}
#case_success .c-data-col{
  display:block;
}
#case_success .c-data-col__body {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin-left: 0;
  padding-left: 0;
  border-left: unset;
  line-height: inherit;
  text-align: unset;
  color: unset;
  font-size: 1.6rem;
}
#case_success .success_sell-side{
  background:#8e1c31;
  color:#fff;
  padding:0.4rem;
  width:fit-content;
  box-sizing:border-box;
  position:relative;
}
#case_success .success_buy-side{
  background:#1e2d5b;
  color:#fff;
  padding:0.4rem;
  width:fit-content;
  box-sizing:border-box;
  position:relative;
}
#case_success .c-img-ratio {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  height: auto;
}
#case_success .c-container__link{
  margin:auto;
}
@media screen and (max-width:980px){
  .c-container__link{min-width:unset;width: 100%;}
  #case_success .success_generic_parts_wrap{
    flex-wrap:wrap;
  }
  #case_success a{width:100%;margin:2rem auto;}
}


/****/

.l-header__tel:hover{opacity:1;}

@media screen and (max-width:750px){
  .l-header__tel:hover{opacity:0.75;}
}

a.asidelink{
  margin:2rem 0;
  width:100%;
  display:block;
  box-sizing:border-box;
  border:1px solid var(--gray2);
}

a.asidelink:after{
  display:none;
}


/****  add grid design  ****/
.ex-grid-bloc{
  display:grid;
}
.ex-gtc1{
  grid-template-columns:1fr;
}
.ex-gtc2{
  grid-template-columns:1fr 1fr;
}
.ex-gtc3{
  grid-template-columns:1fr 1fr 1fr;
}
.ex-gtc4{
  grid-template-columns:1fr 1fr 1fr;
}
.contact_mv__tel:hover{opacity:1;}

.c-form__block+.err_bloc {
  margin-top: -2rem;
  color: var(--red2);
  font-weight: bold;
  box-sizing: border-box;
  background: var(--white);
  padding: 0.25rem 0.5rem;
  border: 0.1rem solid var(--red2);
  font-size:80%;
}


@media screen and (max-width:750px ){
  .ex-gtc1,.ex-gtc2,.ex-gtc3,.ex-gtc4{
    grid-template-columns:1fr;
  }
  .contact_mv__tel:hover{opacity:.75;}
  .c-form__block+.err_bloc {
    margin-top: 0;
  }
}


/*** add style Filter radio form ***/


.c-filter-block__list ul li.c-form_radio-list_ex{
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: var(--white);
  padding: 0;
  height: 6rem;
  min-width: 26rem;
  border: 1px solid var(--gray2);
  border-radius: 1rem;
  margin: 0.8rem 0.8rem 0.8rem 0;
  padding:0 1rem;
}
.c-filter-block__list ul li.c-form_radio-list_ex > label{
  position: relative;
  box-sizing: border-box;
  padding-left:3.2rem;
  width: 100%;
  height: 100%;
  align-items: center;
}
.c-filter-block__list ul li.c-form_radio-list_ex > label:before{
  top: 50%;
  left: 0.6rem;
  width: 2rem;
  height: 2rem;
  border-radius:100%;
  transform:translate(0,-50%);
}
.c-filter-block__list ul li.c-form_radio-list_ex > label input{
  transform: translate(-50%, -50%);
  top: 50%;
  left: 1.6rem;
}
.c-filter-block__list ul li.c-form_radio-list_ex > label input:checked{
  border-radius: 100%;
  border: none;
  background: var(--red);
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 1.6rem;
}

.contact b,
.contact strong {
    font-weight: bold;
    color: #1e2c5b;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(210, 213, 222, .3) 50%);
    font-size: 1.15em;
}
.c-cta-ir {
  background: var(--navy);
  border-color: var(--navy);
}
.ir_icon_svg {
  stroke: #fff;
  fill: #fff;
}
.c-cta-ir:hover {
  background: var(--dullBlue);
  border-color: var(--dullBlue);
}


.p-case-topic__img--new{
  position:relative;
}

.p-case-topic__img--new:before {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -11px;
  left: -5px;
  display: block;
  width: 45px;
  height: 24px;
  padding: 6px 0 0 0;
  content: "NEW";
  letter-spacing: normal;
  background: var(--orange2);
  background-size: 55px 28px;
  color:var(--white);
  text-align: center;
}
.c-grid_wrap{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.c-grid_wrap img{
  aspect-ratio: 135 / 76 ;
}
.c-grid_wrap .grid-item1{order:1;}
.c-grid_wrap .grid-item2{order:2;}
.c-grid_wrap .grid-item3{order:3;}
.c-grid_wrap .grid-item4{order:4;}
.lionsidebarbnr{  aspect-ratio: 1 / 1 ;}
@media screen and (max-width:750px) {
  .p-case-topic__img--new:before {
    position: absolute;
    font-size: 1.5rem;
    top: -25px;
    left: 0px;
    width: 50px;
    height: 25px;
    padding: 5px 0 0 0;
    background-size: cover;
    color: var(--white);
  }
  .c-grid_wrap img{
    aspect-ratio: 25 / 14 ;
  }
  .lionsidebarbnr{  aspect-ratio: 75 / 37 ;}
}

/** add style 2024.11.7 **/
#feature_pr .c-card{
  padding:8rem 4rem 4rem;
}

@media screen and (max-width: 750px) {
  #feature_pr .c-card{
      padding-top: 4rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 4rem;
  }
}

/** add style 2024.11.20 **/
#about-ma strong,
#faq strong,
#about strong,
#feature_pr strong{
  font-weight: bold;
  color: #1e2c5b;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(210, 213, 222, .3) 50%);
  font-size: 1.15em;
}
.u-pr-bloc_wrap {
  margin: auto;
  width: fit-content;
  position: relative;
  box-sizing:border-box;
  padding: 0 1rem ;
  margin-bottom:1rem;
}
.u-pr-bloc_wrap:before,.u-pr-bloc_wrap:after {
  content:'';
  display:inline-block;
  width:0.2rem;
  height:100%;
  background:var(--navy);
  transform:rotate(-20deg);
  position:absolute;
  top:0;
  left:0;
}
.u-pr-bloc_wrap:after {
  transform:rotate(20deg);
  left:unset;
  right:0;
}

.doc_dl_wrap{
  display:grid;
  grid-gap:4rem;
  grid-template-columns:30% 1fr;
  border: 0.1rem solid var(--gray2);
  border-radius: 2rem;
  overflow: hidden;
}
.reco-success-area{
  display:grid;
  grid-gap:4rem;
  grid-template-columns:1fr 1fr;
  border: 0.1rem solid var(--gray2);
  border-radius: 2rem;
  overflow: hidden;
}
h3.doc_dl_ttl {
  font-size: 3rem;
  line-height: 100%;
  color: var(--navy);
  font-weight: 500;
  margin: 0 0 2rem;
  padding: 0 4rem 0 0;
  width: fit-content;
  position:relative;
}
h3.doc_dl_ttl:after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.2rem solid var(--navy);
  border-right: 0.2rem solid var(--navy);
  transform: translate(0, -50%) rotate(45deg);
  top: 60%;
  right: 0px;
}
#fixedarea{
  position:fixed;
  display:block;
  bottom:0;
  left:0;
  width:100%;
  padding:2rem 4rem;
  background:rgba(0,0,0,.4);
  transition:transform .5s;
  transform:translate(0,100%);
}
#fixedarea.fadeInUp{
  transform:translate(0,0);
}
@media screen and (max-width:750px){
  table.tbl-common.add{
    max-width:100%;
  }
  .doc_dl_wrap,.reco-success-area{
    grid-gap:2rem;
    grid-template-columns:1fr;
  }
  h3.doc_dl_ttl {
    font-size: 2.4rem;
    line-height:150%;
  }
  #fixedarea{
    padding:2rem;
  }
  .overflow_tbl_wrap {
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
  .overflow_tbl_wrap table.tbl-common {
    width: 60rem;
    max-width: 60rem;
  }


}

/*** add style 20241219 ***/
.add figure.qtn-wrap{
  margin:2rem auto;
  display:block;
  width:100%;
  max-width:fit-content;
  box-sizing:border-box;
  position:relative;
  border:0.1rem solid #c7cad6;
}
.add figure.qtn-wrap_nobrd{
  margin:2rem auto;
  display:block;
  width:100%;
  max-width:fit-content;
  box-sizing:border-box;
  position:relative;
}
.add figure.qtn-wrap img,.add figure.qtn-wrap_nobrd img{
  display:block;
  width:100%;
  max-width:fit-content;
  height:auto;
}
.add figure.qtn-wrap figcaption,.add figure.qtn-wrap_nobrd figcaption{
  display:block;
  width:100%;
  padding:0.4rem 0.8rem;
  margin:0;
}


/** SortBox Rebuild **/
.sortBox {
  width: 100%;
  display: block;
  margin: 0;
  max-width: 30rem;
}
.sort {
  display: grid;
  width: 100%;
  grid-template-columns:1fr 70%;
  align-items: center;
}
.sortList-wrap {
  display:block;
  position:relative;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0 2rem;
  text-align: right;
}


#case_success .c-container--roundCard,#case_success .c-container--card {
  padding: 0 0 4.8rem;
  border-radius: 0.4rem;
}
#case_success a .c-title-navy {
  text-decoration: none !important;
  background: var(--navy);
  padding: 1rem 0;
  color: #fff;
}
@media screen and (max-width:750px) {
  #case_success.c-container--roundCard,#case_success .c-container--card {
    padding: 0 0 4.8rem;
  }
  @container gridBlockItem (width < 240px) {
    #case_success.c-container--roundCard,#case_success .c-container--card {
      padding: 0 0 4.8rem;
    }
  }

}

ul.hash_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 85%;
  margin-top:0.6rem;
}
ul.hash_list li {
  /*margin: 1.6rem 0.4rem 0;*/
  box-sizing: border-box;
  position: relative;
  /*border: 0.1rem solid #ccc;*/
  padding: 0.2rem 0.8rem /*1.6rem*/;
  border-radius: 1.6rem;
}
#industry + .l-contents-main > .l-contents-container > .l-contents-article > article > p.u-fz-12{
  font-size:initial;
}
#industry + .l-contents-main > .l-contents-container > .l-contents-article > article > .hash_list + hr.c-separator{
  margin-top:0.6rem;
}
.edit_profile_area {
  background: #f1f4f9;
  box-sizing:border-box;
  padding: 2rem;
  margin-bottom:8rem;
  max-width:92rem;
}
.staff-message {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.edit_profile_area .staff-message {
  -webkit-align-items: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.avatar {
  width: 16.5rem;
  height: 16.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right:1.7rem;
  margin-left:0;
}
.avatar img {
  width: 100%;
}
.edit_profile_area .staff-message .message p {font-size:1.6rem;font-weight:normal;}
.edit_profile_area .staff-message .message {
  width: calc(100% - 18.2rem);
}
@media screen and (max-width: 767px) {
  .edit_profile_area .staff-message .message {
    width: 100%;
  }
  .avatar{
    margin: auto;
  }  
  .message {
      width: 100%;
      margin-top: 16px;
  }
}


/** add movieThumb **/
#about-ma a.modal-video__thumb {
  display: block;
  margin: auto 0;
  width:100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor:pointer;
  position:relative;
}
#about-ma a.modal-video__thumb img{
  display:block;
  width:100%;
}
#about-ma a.modal-video__thumb:before {
  position: absolute;
  display: block;
  content: '';
  width: 20rem;
  height: 20rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  box-sizing: border-box;
  border: 2rem var(--navy) solid;
  border-radius: 100%;
  background:#fff;
  opacity:0.8;
  transition:border .5s;
}
#about-ma a.modal-video__thumb:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 6rem solid var(--navy);
  display: block;
  border-top: 4rem transparent solid;
  border-bottom: 4rem transparent solid;
  border-right: 0rem solid transparent;
  top: 50%;
  left: calc(50% + 1rem);
  transform: translate(-50%, -50%);
  opacity:0.8;
  transition:border .5s;
}
#about-ma a.modal-video__thumb:hover:before{
  border: 2rem #ffd200 solid;
}
#about-ma a.modal-video__thumb:hover:after {
  border-left: 6rem solid #ffd200;
}
#comparing .c-button--arrow::after {
  display: block;
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-right: 0.25rem solid var(--white);
  border-bottom: 0.25rem solid var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 2rem;
  bottom: 0;
  z-index: 1;
}
#about-ma .u-t-dec-link, .u-t-dec-link {
  text-underline-offset: 0.3rem;
  text-decoration: underline;
}
p > a.blankitem[target="_blank"],a.blankitem[target="_blank"]{
  text-decoration:none !important;border-bottom: 0.1rem solid var(--navy) !important;
}
@media screen and (max-width:750px){
  #about-ma a.modal-video__thumb:before{
    width:5rem;
    height:5rem;
    border:0.5rem var(--navy) solid;
  }
  #about-ma a.modal-video__thumb:after{
    border-left: 3rem solid var(--navy);
    border-top: 1.5rem transparent solid;
    border-bottom: 1.5rem transparent solid;
    border-right: 1rem solid transparent;
  }
}
/** add style addgrid_list **/
.addgrid_list {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:1.6rem;
}

.addgrid_list_box a{
    display:block;
    color: var(--navy);
    border: 1px solid var(--navy);
    font-size:1.2rem;
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 4.2rem;
    position:relative;
}
.addgrid_list_box a:hover{
  color: var(--white);
  background-color: var(--navy);
}
.addgrid_list_box a .addgrid_list_icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    display:block;
    width: 2.2rem;
    height: 2.2rem;
    transform:translate(0,-50%);
}
.addgrid_list_box a .addgrid_list_icon img{
  width:100%;height:auto;
}
ul.addgrid_list > .addgrid_list_box > a.u-t-dec-link:before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid var(--navy);
  border-right: 0.2rem solid var(--navy);
  position: absolute;
  top: calc(50% + 0.1rem);
  left: 1rem;
  transform: translate(0, -50%) rotate(45deg);
}
ul.addgrid_list > .addgrid_list_box > a.u-t-dec-link:hover:before {
  border-top: 0.2rem solid var(--white);
  border-right: 0.2rem solid var(--white);
}

@media screen and (max-width: 1000px) {
  .addgrid_list {
    grid-template-columns:1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .addgrid_list {
    grid-template-columns:1fr;
  }
}


/** add style 2025.04.08 参考参照用ツールチップ **/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #666;
  cursor:pointer;
}
.tooltip a{text-decoration:underline;}
.tooltip .tooltiptext {
  font-size:80%;
  visibility: hidden;
  width: max-content;
  background-color: #fff;
  border:#444 solid 1px;
  color: #444;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  box-sizing:border-box;
  padding:0.4rem 0.8rem;
  transform:translate(0,0);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltiptext_c {
  font-size:80%;
  visibility: hidden;
  width: max-content;
  background-color: #fff;
  border:#444 solid 1px;
  color: #444;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  box-sizing:border-box;
  padding:0.4rem 0.8rem;
  transform:translate(-50%,0);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext_r {
  font-size:80%;
  visibility: hidden;
  width: max-content;
  background-color: #fff;
  border:#444 solid 1px;
  color: #444;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  box-sizing:border-box;
  padding:0.4rem 0.8rem;
  transform:translate(0,0);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  transform:translate(-50%,-1px);
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index:2;
}
.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  transform:translate(-50%,0);
  border-width: 5px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  z-index:1;
}
.tooltip .tooltiptext_c::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform:translate(-50%,-1px);
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index:2;
}
.tooltip .tooltiptext_c::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform:translate(-50%,0);
  border-width: 5px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  z-index:1;
}
.tooltip .tooltiptext_r::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 5%;
  transform:translate(50%,-1px);
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index:2;
}
.tooltip .tooltiptext_r::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 5%;
  transform:translate(50%,0);
  border-width: 5px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  z-index:1;
}
.tooltip:hover .tooltiptext,.tooltip:hover .tooltiptext_c,.tooltip:hover .tooltiptext_r {
  visibility: visible;
  opacity: 1;
}
.loov-int{
  max-width:80rem;
  width:100%;
  height:100%;
  max-height:45rem;
}
@media screen and (max-width:750px){
  .loov-int{
    max-width:100%;
    width:calc(100vw - 0.4rem);
    height:calc( (100vw - 0.4rem) / 16 * 9);
    max-height:auto;
  } 
}
table.tbl-common.add.tbl-2col td,table.tbl-common.add.tbl-2col td,table.tbl-common.add.tbl-2col th{
  width:50%;
}
table.tbl-common.add.tbl-3col td,table.tbl-common.add.tbl-3col td,table.tbl-common.add.tbl-3col th{
  width:33.3%;
}
table.tbl-common.add.tbl-4col td,table.tbl-common.add.tbl-4col td,table.tbl-common.add.tbl-4col th{
  width:25%;
}
table.tbl-common.add.tbl-5col td,table.tbl-common.add.tbl-5col td,table.tbl-common.add.tbl-5col th{
  width:20%;
}
table.tbl-common.add td.u-ta-c{text-align:center;}
/**important set**/
.imp-mb-0{
  margin-bottom:0 !important;
}

/*** #rel_link_box ***/
#rel_link_box *{
  box-sizing:border-box;
}
#rel_link_box .rel_link_box_wrap{
  display: flex;
  flex-wrap: wrap;
  margin:2rem auto;
  max-width: 800px;
}
#rel_link_box .rel_link_box_left-label {
  padding: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  width:25%;
  flex-wrap:wrap;
  color:#fff;
  background:var(--navy);
}
#rel_link_box .rel_link_box_right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--navy);
}
#rel_link_box .rel_link_box_group {
    display: flex;
    flex-direction: column;
    background: #dcedf7;
    width: calc(100% - 3rem);
    margin: 2rem 2rem 1rem 1rem;
}
#rel_link_box .rel_link_box_group + .rel_link_box_group {
  width:100%;
  margin:0;
}
#rel_link_box .rel_link_box_group > .rel_link_box_title {
    font-weight: bold;
    padding:1rem;
    text-align: center;
    display: block;
    color:var(--navy);
    background:#dcedf7;
}
#rel_link_box .rel_link_box_group + .rel_link_box_group > .rel_link_box_title {
    font-weight: bold;
    padding:1rem;
    text-align: center;
    display: block;
    color:#fff;
    background:var(--navy);
}
#rel_link_box .rel_link_box_flex{
  display: flex;
}
#rel_link_box .rel_link_box_group + .rel_link_box_group > .rel_link_box_flex {
  padding:0 1rem;
  box-sizing:border-box;
  background:var(--navy);
}
#rel_link_box .rel_link_box_ttl{
  font-weight: bold;
  padding: 2rem;
  align-items: center;
  display: flex;
}
#rel_link_box .rel_link_box_subtitle {
  width: 40%;
  text-align: center;
  padding: 1.6rem;
}
#rel_link_box .subgroup {
    width: 100%;
}
#rel_link_box .sub-subgroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  width:100%;
  align-items: start;
  padding: 1.6rem 1.6rem 1.6rem 0;
}
#rel_link_box .grid-box{
  grid-template-columns: 1fr;
  gap: 1.6rem;
  display: grid;
}
#rel_link_box .sub-subgroup:last-child {
  border-bottom:none;
}
#rel_link_box .nested-title,#rel_link_box .item {
  position:relative;
  padding-left:1.6rem;
  height:100%;
}
#rel_link_box .rel_link_box_subtitle .rel_link_btn:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -1.6rem;
    width: 1rem;
    height: 1px;
    background: #999;
    transform: translate(0, -50%);  
}
#rel_link_box .nested-title::before,#rel_link_box .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 1px;
    background: #999;
    transform: translate(0, -50%);
}
#rel_link_box .rel_link_box_group + .rel_link_box_group .rel_link_box_subtitle .rel_link_btn:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -1.6rem;
    width: 1rem;
    height: 1px;
    background: #fff;
    transform: translate(0, -50%);  
}
#rel_link_box .rel_link_btn{
    text-underline-offset: 0.3rem;
    text-decoration: underline;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--navy);
    font-size: 1.2rem;
    border-radius: 0.5rem;
    padding: 1rem 0 1rem 0;
    position: relative;
    text-align: center;
    color: var(--navy);
    background: #fff;
    height: 100%;
}
#rel_link_box .rel_link_btn:before{
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid var(--navy);
  border-right: 0.2rem solid var(--navy);
  position: absolute;
  top: calc(50% + 0.1rem);
  left: 1rem;
  transform: translate(0, -50%) rotate(45deg);
}
#about-ma .faq_ex-style .q {
    font-size: 2rem;
    text-align: left;
    padding: 0 5rem;
}

@media screen and (max-width:750px){
  #rel_link_box .rel_link_box_flex{
    flex-wrap:wrap;
  }
  #rel_link_box .rel_link_box_left-label,#rel_link_box .rel_link_box_subtitle {
    width: 100%;
  }
  #rel_link_box .rel_link_btn:before {left:0.2rem;}
  #about-ma #industry .l-contents-mv{
    height:15rem;
  }
  #about-ma #industry .l-contents-mv .l-contents-mv__backImage img{
    width: 100%;
    height:15rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ttl-h2{font-size:2.0rem;}
}


/**　Hi-Speed Table Layout　**/
.imi_tbl_design {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  border: 0.1rem solid #ccc;
}
.imi_tbl_design.layout3-1-2 { grid-template-columns: 1fr 2fr; }
.imi_tbl_design.layout3-2-1 { grid-template-columns: 2fr 1fr; }
.imi_tbl_design.layout4-1-3 { grid-template-columns: 1fr 3fr; }
.imi_tbl_design.layout4-3-1 { grid-template-columns: 3fr 1fr; }
.imi_tbl_design.layout5-1-4 { grid-template-columns: 1fr 4fr; }
.imi_tbl_design.layout5-4-1 { grid-template-columns: 4fr 1fr; }
.imi_tbl_design.layout5-2-3 { grid-template-columns: 2fr 3fr; }
.imi_tbl_design.layout5-3-2 { grid-template-columns: 3fr 2fr; }

.imi_tbl_design > dt { grid-column: 1; }
.imi_tbl_design > dd { grid-column: 2; }

.imi_tbl_design > dt {
  background-color: #1e2c5b;
  color: #fff;
  box-sizing:border-box;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #ddd;
}

.imi_tbl_design > dd {
  box-sizing:border-box;
  border-bottom: 0.1rem solid #ddd;
  margin: 0;
}
.imi_tbl_design > dt:last-of-type,.imi_tbl_design > dd:last-of-type {
  border-bottom: none;
}

.imi_tbl_design > dd > dl{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
.imi_tbl_design > dd > dl > dt {
  background-color: #4b567c;
  box-sizing:border-box;
  color: #fff;
  padding: 1rem;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #ddd;
}

.imi_tbl_design > dd > dl > dd {
  padding: 1rem;
  box-sizing:border-box;
  border-bottom: 0.1rem solid #ccc;
  margin: 0;
}
.imi_tbl_design > dd > dl > dt:last-of-type,.imi_tbl_design > dd > dl > dd:last-of-type {
  border-bottom: none;
}
@media (max-width: 750px) {
  .imi_tbl_design,
  .imi_tbl_design[class*="layout"] {
    grid-template-columns: 1fr;
  }
  .imi_tbl_design > dt,
  .imi_tbl_design > dd,
  .imi_tbl_design > dd > dl,
  .imi_tbl_design > dd > dl > dt,
  .imi_tbl_design > dd > dl > dd {
    grid-column: auto;
  }
  .imi_tbl_design > dt:last-of-type{
    border-bottom: 0.1rem solid #ccc;
  }
  .contact_mv__tel svg{
    max-width:80%;
    display:block;
    margin:auto;
  }
}

#industry + .l-contents-main figure {
    box-sizing: border-box;
    border: 1px solid #ccc;
    max-width: 65rem;
    width:100%;
    margin: 2rem auto;
    padding: 1rem 1rem 0rem;
    color: #999;
}
#industry + .l-contents-main #id-categoly figure {
  margin:unset;
  padding:unset;
  border: unset;
  max-width: 100%;
  width:100%;
}
#industry + .l-contents-main figure.u-bdr-none{
  border:none;  
}
/*** EX Style add 20250708 ***/
body.exstl-ma header.active .l-header__logo{
  max-width:20rem;
}
body.exstl-ma header.active .l-header__links{
  padding:1rem 0 1.6rem;
}
body#about-ma.exstl-ma .l-contents-mv,body#faq.exstl-ma .l-contents-mv{
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
}
body#about-ma.exstl-ma .l-contents-mv__backImage img,body#faq.exstl-ma .l-contents-mv__backImage img {
    height: 20rem;
}
body#about-ma.exstl-ma .l-contents-mv .l-contents-mv__cont,body#faq.exstl-ma .l-contents-mv .l-contents-mv__cont{
  top:44%;
  transform:translate(0,-50%);
}
body#about-ma.exstl-ma .l-contents-mv .c-title-heading1,body#faq.exstl-ma .l-contents-mv .c-title-heading1{
  padding:0;
  font-size:4rem;
}
body.exstl-ma .l-contents-side_wrap{
  width:29rem;
  display:block;
  position: relative;
  box-sizing: border-box;
}
body#about-ma.exstl-ma .l-contents-article,body#faq.exstl-ma .l-contents-article {
    max-width: 90rem;
    flex:1 1 calc(100% - 24rem);
}
body.exstl-ma .l-contents-side {
    width: 100%;
    max-width: calc(29rem - 4rem - 0.2rem);
    display: block;
    position: static;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 1rem;
    border: 0.1rem solid #ccc;
}
body.exstl-ma .l-contents-side_wrap.active .l-contents-side{
  position:fixed;
  top:13rem;
  max-height: calc(100vh - 14rem - 2rem);
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, display 1s ease;
  overflow: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}


body.exstl-ma .l-contents-side_wrap.active .l-contents-side::-webkit-scrollbar {
  width: 0;
  height:0;
  background: transparent;
}
.nav-ttl {
    margin: auto;
    width: fit-content;
    font-weight: bold;
    font-size: 2rem;
}
body.exstl-ma .l-contents-side .navlist{
  counter-reset: item;
}
body.exstl-ma .l-contents-side .navlist li {
  padding-left: 3.6rem;
  position: relative;
  box-sizing: border-box;
  margin: 1.2rem 0;
  /*font-size:1.4rem;*/
  font-size: 1.25rem;
  letter-spacing: -0.05rem;
}
body.exstl-ma .l-contents-side .navlist li:before {
  counter-increment: item;
  content: counter(item) '';
  background: #e8eaee;
  color: #1e2c5b;
  padding: 0.5rem 0.8rem;
  font-size: 1.6rem;
  text-align: center;
  width: 3rem;
  position: absolute;
  top: 0;
  font-size: 1rem;
  left: 0;
  font-weight:bold;
}
body.exstl-ma .l-contents-side .navlist li a{
  text-decoration: underline;
}

.invisible_summary_ttl{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap; 
}
#page-info-summary {background: #f1f4f9;}
#otherinfo a{background:#fff;color:#1e2c5b;}
#otherinfo a:hover{background:#1e2c5b;color:#fff;}
#page-info-summary .btn-common{
  margin: 1rem 0 0 auto;
  display: block;
  width: fit-content;
}
#page-info-summary .avatar_bloc img {
  border-radius: 100%;
  width: 90%;
  max-width: 12rem;
}
#page-info-summary .author_wrap {
  display: grid;
  grid-template-columns: 12rem 1fr;
  grid-gap: 2rem;
}
.idx-btn{
  display:none;
}
.idxnote {
    font-size: 65%;
    padding: 0 0.8rem;
}
@media screen and (max-width:981px){
  #page-info-summary .author_wrap{
    grid-template-columns: 1fr;
  }
  body#about-ma.exstl-ma .l-contents-mv__backImage img {
    height: auto;
    aspect-ratio:15 / 8 ;
  }
  .author_exp .c-text:first-child {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  body#about-ma.exstl-ma .l-contents-mv {
    height:10rem;
    min-height:10rem;
    max-height:10rem;
  }
  body#about-ma.exstl-ma .l-contents-mv .c-title-heading1{
    font-size:2.0rem;
  }
  body.exstl-ma .l-contents-side_wrap{
    width:100%;
    padding:0;
  }
  body.exstl-ma .l-contents-side_wrap .l-contents-side{
    margin: 0 auto 2rem;
  }
  body.exstl-ma .l-contents-side_wrap .l-contents-side,body.exstl-ma .l-contents-side_wrap.active .l-contents-side{
    position: fixed;
    top: 89%;
    max-width: 100%;
    padding: 0;
    width: 80%;
    margin: 0;
    border: none;
    z-index: +1;
  }
  body.exstl-ma .l-contents-side_wrap .modal-sp-wrap{
    display:none;
  }
  body.exstl-ma .l-contents-side_wrap .l-contents-side.active {
    top: 9.6rem;
    width: calc(100% - 6rem);
    height: 100%;
    margin: 0 -1.5rem;
    border-radius: 0;
    padding: 1.2rem 1.2rem 0;
    max-height: 100%;
    z-index: 100;
    background: #fff;
  }

  body.exstl-ma .l-contents-side_wrap .l-contents-side.active .modal-sp-wrap{
    display:block;
  }
  body.exstl-ma .l-contents-side_wrap .idx-btn{
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    background:var(--gray2);
    padding: 1rem;
    color: #444;    
  }
  body.exstl-ma .l-contents-side_wrap .l-contents-side.active .idx-btn{
    margin: 4rem 0 0;
  }
  .ttl-h3, .ttl-h3.add {
      font-size: 1.8rem;
  }
  .ttl-h4,.ttl-h4.add {
    font-size: 1.6rem;
  }
  .relate.single a {
    text-align: left;
    padding: 30px 15px;
    font-size: 1.4rem;
  }
  .relate span {
    padding: 1.6rem;
    font-size:1.6rem;
  }
  .relate.single a:after {
    right: 0px !important;
  }
  body.exstl-ma .l-contents-side .navlist{
    overflow-y: scroll;
    padding: 1rem;
    box-sizing: border-box;
    max-height: 30vh;
    display: block;
    margin-top:0.8rem;
  }
  body.exstl-ma .l-contents-side.active .navlist {
      max-height: 50vh;
  }

}
@media screen and (max-width:750px){
    body.exstl-ma .l-contents-side_wrap .l-contents-side.active {
    top:6.4rem;
    width: 100%;
  }
}

/**add EX-CTA STYLE**/
.ma-cta-wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 0.4rem);
    margin:2rem auto 4rem;
    padding: 1rem;
}

.ma-cta-wrapper:before {
  content:'';
  display:block;
  width:100%;
  height:100%;
  border:1px solid #ccc;
  position:absolute;
  top:-0.2rem;
  left:-0.2rem;
  z-index:-1;
}
.ma-cta-wrapper:after {
  content:'';
  display:block;
  width:100%;
  height:100%;
  border:1px solid #ccc;
  position:absolute;
  bottom:-0.2rem;
  right:-0.2rem;
  z-index:-1;
}

.ma-cta-l-side,.ma-cta-r-side {
  display: block;
  position: relative;
  width: 100%;
}
.ma-cta-l-side .ma-cta-img-wrap{
  display: block;
  position: relative;
  width: 100%;
}
.ma-cta-l-side .ma-cta-img-wrap img{
  display: block;
  width: 100%;
}
.ma-cta-l-side .ma-cta-img-wrap .ma-cta-img-txt{
  display:block;
  position:absolute;
  top:45%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:2.8rem;
  color:#fff;
  text-align:center;
  width:100%;
  font-weight:bold;
}
.ma-cta-l-side .ma-cta-img-wrap .ma-cta-link-txt{
  position:absolute;
  right:0.8rem;
  bottom:0.8rem;
  color:#fff;
  width:fit-content;
}
.ma-cta-l-side .ma-cta-img-wrap .ma-cta-link-txt > span{
  position:relative;
  font-size:80%;
  font-weight:bold;
  display:block;
  padding-right:1rem;
}
.ma-cta-l-side .ma-cta-img-wrap .ma-cta-link-txt > span:after{
  position:absolute;
  content:'';
  display:block;
  border-top:0.2rem solid #fff;
  border-right:0.2rem solid #fff;
  top:50%;
  right:0;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
}
.ma-cta-r-side {
  display: block;
  padding: 0 0 0 2rem;
  position: relative;
  width: 100%;
}
.ma-cta-r-side:before{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:1rem;
  width:1px;
  height:100%;
  background:#ccc;
}
a.ma-cta-contactbtn{
  width:100%;
  max-width:29rem;
  font-size:1.4rem;
  display:flex;
  padding:1rem 1.6rem;
  position:relative;
  box-sizing:border-box;
  background: var(--orange);
  text-align: center;
  color: #fff;
  margin: 1rem auto;
  border-radius:0.6rem;
  align-items:center;
  justify-content:center;
}
a.ma-cta-contactbtn svg{
  fill:#fff;
  width:2.2rem;
  margin-right:0.8rem;
}
a.ma-cta-comparingbtn{
  width:100%;
  max-width:29rem;
  font-size:1.4rem;
  display:flex;
  padding:1rem 1.6rem;
  position:relative;
  box-sizing:border-box;
  background: var(--navy);
  text-align: center;
  color: #fff;
  margin: 1rem auto;
  border-radius:0.6rem;
  align-items:center;
  justify-content:center;
}
a.ma-cta-comparingbtn svg{
  fill:#fff;
  width:4rem;
  margin-right:0.8rem;
  flex:unset;
}
.ma-cta-r-side .ma-cta-telbtn {
    margin: 0 auto;
    display: block;
    width: 90%;
    max-width: 29rem;
    text-align: center;
}
@media screen and (max-width:1180px ){
  .ma-cta-wrapper {
      grid-template-columns: 1fr;
  }
  .ma-cta-r-side:before{
    display:none;
  }
  .ma-cta-r-side {
    display: block;
    padding:3rem 2rem 1rem;
    margin-top:1rem;
    border-top:0.1rem solid #ccc;
  }
  a.ma-cta-contactbtn{
    margin:2rem auto;
    font-size:1.6rem;
  }
  .ma-cta-r-side .ma-cta-telbtn {
    margin: 2rem auto 0;
  }
}

/**　float set　**/
.float_wrap:after{
  content:'';
  display:block;
  visibility:hidden;
  opacity:0;
  clear:both;
}
.float-r55{
  float:right;
  width:50%;
}
.float-l55{
  float:left;
  width:50%;
}
.float-r64{
  float:right;
  width:40%;
}
.float-l64{
  float:left;
  width:40%;
}
.float-r46{
  float:right;
  width:60%;
}
.float-l46{
  float:left;
  width:60%;
}
.float-r73{
  float:right;
  width:30%;
}
.float-l73{
  float:left;
  width:30%;
}
.float-r37{
  float:right;
  width:70%;
}
.float-l37{
  float:left;
  width:70%;
}
@media screen and (max-width:750px){
  .float-r55,.float-l55.float-r64,.float-l64,.float-r46,.float-l46,.float-r73,.float-l73,.float-r37,.float-l37{
    float:unset;
    width:100%;
  }
}

/*** EX TABLE SET ***/
.tbl_exdes{
  width:100%;
}
.tbl_exdes th,.tbl_exdes td{
  border-collapse:collapse;
  border:0.1rem solid var(--gray2);

}
.tbl_exdes .t-bdr-t-nv{
  border-top:0.1rem solid #1e2c5b;
}
.tbl_exdes .t-bdr-b-nv{
  border-bottom:0.1rem solid #1e2c5b;
}
.tbl_exdes .t-bdr-l-nv{
  border-left:0.1rem solid #1e2c5b;
}
.tbl_exdes .t-bdr-r-nv{
  border-right:0.1rem solid #1e2c5b;
}
.tbl_exdes th,.tbl_exdes td{
  padding:1.6rem;
  word-wrap: break-word;
}
.tbl_exdes th{
  font-weight: bold;
  background: #1e2c5b;
  color: #fff;

}

.tbl_exdes .vali-t{
  vertical-align:top;
}
.tbl_exdes .vali-m{
  vertical-align:middle;
}
.tbl_exdes .vali-b{
  vertical-align:bottom;
}
.tbl_exdes .ce10{width:10%;}
.tbl_exdes .ce20{width:20%;}
.tbl_exdes .ce30{width:30%;}
.tbl_exdes .ce40{width:40%;}
.tbl_exdes .ce50{width:50%;}
.tbl_exdes .ce60{width:60%;}
.tbl_exdes .ce70{width:70%;}
.tbl_exdes .ce80{width:80%;}
.tbl_exdes .ce90{width:10%;}

a.contact-side {
    background: var(--orange);
    color: #fff;
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.6rem;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    width:100%;
}
a.contact-side svg{
  fill:#fff;
  margin-right:0.8rem;
}

.nav_last_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    color: var(--navy);
    box-sizing: border-box;
    position: relative;
    padding: 1rem 0.4rem;
    background: var(--gray1);
    margin: 0;
    border-radius: 0.6rem;
}
.nav_last_link:before{
  content:'';
  display:block;
  width:0.8rem;
  height:0.8rem;
  border-top:1px solid var(--navy);
  border-right:1px solid var(--navy);
  transform:rotate(45deg);
  box-sizing:border-box;
  position:relative;
  margin-right: 0.8rem;
}
details summary {
    display: flex;
    padding:1rem 2rem;
    width:fit-content;
    position:relative;
    box-sizing:border-box;
    margin:1.6rem auto 1rem;
    border-radius:0.6rem;
    background:var(--silver);
    cursor:pointer;
    font-size:1.4rem;
    align-items:center;
    transition:opacity .5s;
}
details summary:hover {
  opacity:.7;
}
details summary:after {
  content:'';
  display:block;
  position:relative;
  box-sizing:border-box;
  width:0.8rem;
  height:0.8rem;
  border-right:0.1rem solid;
  border-bottom:0.1rem solid;
  transform:rotate(45deg);
  margin-left:0.8rem;
}
details:open summary {
    display: none;
}

/*** chklist design add at 20251224 ***/
.list-check{
  width:100%;
  display:block;
  position:relative;
  box-sizing:border-box;
  padding:1rem 0 1rem 3rem;
}
.list-check li{
  width:100%;
  display:block;
  position:relative;
  box-sizing:border-box;
  margin:0 0 1rem;
}
.list-check li:last-child{
  margin:0;
}
.list-check li:before{
  content:'';
  display:block;
  width:1.6rem;
  height:1.6rem;
  position:absolute;
  left:-2.6rem;
  top:0.6rem;
  border:0.3rem solid var(--gray2);
  z-index:1;
}
.list-check li:after{
  content: '';
  display: block;
  width: 1.6rem;
  height: 0.6rem;
  position: absolute;
  left: -2.2rem;
  top: 0.6rem;
  transform: rotate(-45deg);
  border-bottom: 0.3rem solid var(--navy);
  border-left: 0.3rem solid var(--navy);
  z-index: 2;
}



/*====================================
  汎用CTA　追記　add　2026.07.24
====================================*/
.u-w-mx-940 {
  max-width: 940px;
  width:100%;
}
.generic-cta-variation__ttl {
  margin: 0;
  color: var(--navy);
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.generic-cta-variation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
}
.generic-cta-variation__item {
  background: #fff;
  padding: 32px 24px 28px;
  box-sizing: border-box;
  text-align: center;
}
.generic-cta-variation__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
}
.generic-cta-variation__icon picture,
.generic-cta-variation__icon img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.generic-cta-variation__itemTtl {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.generic-cta-variation__text {
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0px;
}
.generic-cta-variation__cta {
  margin: 0 auto;
  max-width: 100%;
}
.generic-cta-variation__cta .c-button {
  width: 100%;
  min-height: 6.4rem;
  border-radius: 1rem;
  font-size: 2.3rem;
  font-weight: 500;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.generic-cta-variation__cta .c-button__text {
  font-size: 2rem;
}
@media screen and (min-width: 751px) {
  .generic-cta-variation__cta .c-button:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
  }
  .generic-cta-variation__cta .c-button--arrow:hover::after {
    border-color: var(--white);
  }
}
.generic-cta-variation__back {
  margin: 0 auto;
  text-align: center;
}
.generic-cta-variation__backLink {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1.8rem;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.generic-cta-variation__backLink::before {
  content: "";
  position: absolute;
  left: 0.05rem;
  top: 56%;
  width: 0.8rem;
  height: 0.8rem;
  border-left: 0.22rem solid var(--navy);
  border-bottom: 0.22rem solid var(--navy);
  transform: translateY(-50%) rotate(45deg);
}
.generic-cta-variation__backLink:link,
.generic-cta-variation__backLink:visited {
  color: var(--navy);
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .generic-cta-variation__backLink:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 929px) {
  .generic-cta-variation {
    padding: 36px 20px 28px;
  }
  .generic-cta-variation__ttl {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .generic-cta-variation__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
  .generic-cta-variation__item {
    padding: 24px 20px;
  }
  .generic-cta-variation__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .generic-cta-variation__icon picture,
  .generic-cta-variation__icon img {
    width: 64px;
    height: 64px;
  }
  .generic-cta-variation__itemTtl {
    font-size: 1.5rem;
  }
}