
/*******************************
/* l-m-page-container
*******************************/

.l-m-page-container{
  color:var(--c-txt);
  font-size:1.6rem;
  line-height:1.8;
  letter-spacing:0.06em;
}
@media (width < 740px) {
  .l-m-page-container{
    font-size:1.3rem;
  }
}

/*******************************
/* header
*******************************/

body.of-en .header__nav-list,
body.of-en .header__nav-list a{
  font-family:"Poppins", system-ui;
}

/*******************************
/* .toppage__slide-large-wrap
*******************************/

body.of-en .toppage__slide-large .-ttl h4,
body.of-en .toppage__slide-large .-ttl span{
  font-family:"Poppins", system-ui;
}

/*******************************
/* 
*******************************/

.font-family-jp{
  font-family:"Noto Sans JP", sans-serif;
}
.font-family-en{
  font-family:"Poppins", system-ui;
}
.font-family-en-jp{
  font-family:"Poppins", "Noto Sans JP", sans-serif;
}
.align-left{
  text-align:left;
}
.align-center{
  text-align:center;
}
.align-right{
  text-align:right;
}
.align-top{
  vertical-align:top;
}
.align-middle{
  vertical-align:middle;
}
.align-bottom{
  vertical-align:bottom;
}
.align-baseline{
  vertical-align:baseline;
}
.pc-only{display:block;}
.sp-only{display:none;}

@media (width < 740px) {
  .pc-only{display:none;}
  .sp-only{display:block;}
}

/*******************************
/* h
/* .h-section-title
/* .h-content-title
/* .h-local-title
*******************************/

.h-section-title{
  font-size:3.2rem;
  font-weight:600;
  line-height:1.5;
  margin-bottom:1.0em;
}
.h-content-title{
  font-size:2.4rem;
  font-weight:600;
  line-height:1.5;
  margin-bottom:1.0em;
}
.h-local-title{
  font-size:2.0rem;
  font-weight:600;
  line-height:1.5;
  margin-bottom:1.0em;
}
.h-part-title{
  font-size:1.8rem;
  font-weight:600;
  line-height:1.5;
  margin-bottom:1.0em;
}
.h-section-title.weight-regular,
.h-content-title.weight-regular,
.h-local-title.weight-regular,
.h-part-title.weight-regular{
  font-weight:400;
}
.h-section-title.color-wt,
.h-content-title.color-wt,
.h-local-title.color-wt,
.h-part-title.color-wt{
  color:#fff;
}
.h-section-title:lang(en),
.h-content-title:lang(en),
.h-local-title:lang(en),
.h-part-title:lang(en){
  font-family:"Poppins", system-ui;
}
@media (width < 740px) {
  .h-section-title{
    font-size:2.2rem;
  }
  .h-content-title{
    font-size:1.9rem;
  }
  .h-local-title{
    font-size:1.8rem;
  }
  .h-part-title{
    font-size:1.6rem;
  }
}

/*******************************
/* page__
*******************************/

.page__ttl{
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.page__ttl::before{
  position:absolute;
  z-index:-1;
  width:100%;
  height:100%;
  content:"";
  background-image:url("../common/images/bg-wave-wt.svg");
  background-repeat:no-repeat;
  background-size:auto 50rem;
  background-position:bottom -15rem right -10rem;
  background-size:clamp(600px, 60vw, 1100px);
  background-position:bottom clamp(-8.0vw, 50%, -150px) right clamp(-8.0vw, 50%, -200px);
}
@media (width < 740px) {
  .page__ttl::before{
    background-size:100%;
    background-position:bottom -8.5vw right -15vw;
  }
}
.page__heading{
  font-size:3.0rem;
  font-weight:600;
}
.page__heading:lang(en){
  font-family:"Poppins", system-ui;
  font-size:4.0rem;
}

/* pages */

.page__ttl.page-brand{
  height:60rem;
  background-image:url("../jp/brand/images/page_ttl_bg.jpg");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  background-color:#000;
}
.page__ttl.page-brand::before{
  content:none;
}
@media (width < 740px) {
  .page__ttl.page-brand{
    background-image:url("../jp/brand/images/page_ttl_bg_sp.jpg");
    height:40rem;
    background-size:cover;
  }
  .page__ttl.page-brand::before{
    content:"";
    background-image:none;
    background-color:#000;
    opacity:0.2;
  }
}

/*******************************
/* column
/* l-2column
/* l-3column
/* l-4column
*******************************/

/* l-2column */

.l-2column,
ul.l-2column{
  display:flex;
  flex-wrap:wrap;
  gap:4.0rem 4.0rem;
}
.l-2column > div,
.l-2column > li{
  flex:0 0 calc((100% - (4.0rem * 1)) / 2);
}
@media (width < 740px) {
  .l-2column,
  ul.l-2column{
    gap:2.0rem 0;
  }
  .l-2column > div,
  .l-2column > li{
    flex:0 0 100%;
  }
}

/* l-3column */

.l-3column,
ul.l-3column{
  display:flex;
  flex-wrap:wrap;
  gap:2.0rem 2.0rem;
}
.l-3column > div,
.l-3column > li{
  flex:0 0 calc((100% - (2.0rem * 2)) / 3);
}
@media (width < 740px) {
  .l-3column,
  ul.l-3column{
    gap:2.0rem 0;
  }
  .l-3column > div,
  .l-3column > li{
    flex:0 0 100%;
  }
}

/* l-4column */

.l-4column,
ul.l-4column{
  display:flex;
  flex-wrap:wrap;
  gap:2.0rem 2.5rem;
}
.l-4column > div,
.l-4column > li{
  flex:0 0 calc((100% - (2.5rem * 3)) / 4);
}
@media (width < 740px) {
  .l-4column,
  ul.l-4column{
    justify-content:space-between;
    gap:2.0rem 0;
  }
  .l-4column > div,
  .l-4column > li{
    flex:0 0 48%;
  }
}

/**/

.l-2column > div > .m-btn,
.l-2column > li  > .m-btn,
.l-3column > div > .m-btn,
.l-3column > li  > .m-btn,
.l-4column > div > .m-btn,
.l-4column > li  > .m-btn,
.l-2column > div > .m-btn-panel,
.l-2column > li  > .m-btn-panel,
.l-3column > div > .m-btn-panel,
.l-3column > li  > .m-btn-panel,
.l-4column > div > .m-btn-panel,
.l-4column > li  > .m-btn-panel,
.l-2column > div > .m-link,
.l-2column > li  > .m-link,
.l-3column > div > .m-link,
.l-3column > li  > .m-link,
.l-4column > div > .m-link,
.l-4column > li  > .m-link,
.l-2column > div > .m-link-panel,
.l-2column > li  > .m-link-panel,
.l-3column > div > .m-link-panel,
.l-3column > li  > .m-link-panel,
.l-4column > div > .m-link-panel,
.l-4column > li  > .m-link-panel,
.l-2column > div > .m-icons,
.l-2column > li  > .m-icons,
.l-3column > div > .m-icons,
.l-3column > li  > .m-icons,
.l-4column > div > .m-icons,
.l-4column > li  > .m-icons{
  margin-top:0;
}


/*******************************
/* modules
*******************************/

/* .m-btn */

.m-btn,
p.m-btn{
  line-height:1.8;
  margin-top:1.0em;
}
.m-btn a{
  display:inline-block;
  color:var(--c-corp);
  font-size:1.3rem;
  font-weight:500;
  line-height:1.5;
  border:1px solid var(--c-corp);
  border-radius:100vmax;
  padding:0.5em 1.5em;
  transition:all 0.2s;
}
.m-btn a:hover{
  background-color:var(--c-corp);
  color:#fff;
}

/* m-btn-panel */

.m-btn-panel,
p.m-btn-panel{
  line-height:1.8;
  margin-top:1.0em;
}
.m-btn-panel a{
  display:inline-flex;
  min-width:27.5em;
  min-height:8.5em;
  color:var(--c-txt);
  font-size:1.5rem;
  font-weight:500;
  line-height:1.5;
  border:1px solid var(--c-corp);
  border-radius:0.6rem;
  padding:0.5em 2.0em;
  transition:all 0.2s;
}
.m-btn-panel.fit a{
  display:flex;
}
.m-btn-panel a:hover{
  background-color:var(--c-corp);
  color:#fff;
}
.m-btn-panel a > span{
  flex:0 0 100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-family:"Poppins", "Noto Sans JP", sans-serif;
  font-size:1.8rem;
  font-weight:700;
  line-height:1.5;
}
.m-btn-panel a > span::after{
  flex-shrink:0;
  content:"";
  width:2.5rem;
  height:2.5rem;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right center;
  margin-left:1.0em;
  background-image:url("../common/images/arrow-next-small.svg");
}
.m-btn-panel a:hover > span::after{
  background-image:url("../common/images/arrow-next-small-wt.svg");
}
@media (width < 740px) {
  .m-btn-panel a{
    min-width:100%;
    min-height:6.5em;
  }
}

/* m-btn-ground-panel */

div.m-btn-ground-panel{}
div.m-btn-ground-panel > a{
  display:flex;
  align-items:center;
  color:var(--c-txt);
  font-size:1.5rem;
  font-weight:500;
  line-height:1.5;
  border:1px solid var(--c-corp);
  border-radius:0.6rem;
  padding:4.0em 2.0em;
  transition:all 0.2s;
}
div.m-btn-ground-panel > a:hover{
  background-color:var(--c-corp);
  color:#fff;
}
div.m-btn-ground-panel > a::before{
  flex-shrink:0;
  content:"";
  width:20.0rem;
  height:5.5em;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right center;
  margin-left:auto;
  background-image:url("../common/images/logo-blu.svg");
}
div.m-btn-ground-panel > a:hover::before{
  background-image:url("../common/images/logo-wt.svg");
}
div.m-btn-ground-panel > a::after{
  flex-shrink:0;
  content:"";
  width:2.5rem;
  height:2.5rem;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right center;
  margin-left:auto;
  background-image:url("../common/images/arrow-next-small.svg");
}
div.m-btn-ground-panel > a:hover::after{
  background-image:url("../common/images/arrow-next-small-wt.svg");
}
div.m-btn-ground-panel .m-btn-ground-panel-unit{
  margin-left:3.5em;
}
div.m-btn-ground-panel .m-btn-ground-panel-unit p.m-btn-ground-panel-title{
  font-size:1.7rem;
  font-weight:700;
  line-height:1.8;
}
div.m-btn-ground-panel .m-btn-ground-panel-unit p.m-btn-ground-panel-title:lang(en){
  font-family:"Poppins", system-ui;
}
div.m-btn-ground-panel .m-btn-ground-panel-unit p.m-btn-ground-panel-text{
  font-size:1.5rem;
  line-height:1.8;
  margin-top:1.0em;
}
@media (width < 740px) {
  div.m-btn-ground-panel > a{
    position:relative;
    display:block;
    padding:2.0em 2.0em;
  }
  div.m-btn-ground-panel > a::before{
    display:block;
    width:100%;
    height:3.0em;
    background-position:left center;
    margin:0;
  }
  div.m-btn-ground-panel > a::after{
    position:absolute;
    top:50%;
    right:2.0em;
    transform:translateY(-50%);
    width:3.5rem;
  }
  div.m-btn-ground-panel .m-btn-ground-panel-unit{
    width:calc(100% - 3.5rem);;
    padding-right:0.5em;
    margin:0;
  }
  div.m-btn-ground-panel .m-btn-ground-panel-unit p.m-btn-ground-panel-title{
    font-size:1.5rem;
    margin-top:1.5em;
  }
  div.m-btn-ground-panel .m-btn-ground-panel-unit p.m-btn-ground-panel-text{
    font-size:1.3rem;
    margin-top:0.5em;
  }
}

/* m-link */

.m-link,
p.m-link{
  line-height:1.8;
  margin-top:1.0em;
}
.m-link:lang(en){
  font-family:"Poppins", system-ui;
}
.m-link a{
  transition:all 0.2s;
}
.m-link a:hover{
  color:var(--c-corp);
}
.m-link.blu a{
  color:var(--c-corp);
}
.m-link.blu a:hover{
  color:var(--c-txt);
}
.m-link.underline a{
  text-decoration:underline;
}
.m-link.m-link-arrow{}
.m-link.m-link-arrow a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  padding:0.5em 0;
}
.m-link.m-link-arrow a::after{
  flex-shrink:0;
  content:"";
  width:1.5em;
  height:1.5em;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right center;
  margin-left:1.0em;
  background-image:url("../common/images/arrow-next-small.svg");
}
.m-link.m-link-arrow.ico-blu a::after{
  background-image:url("../common/images/arrow-next-small-blu.svg");
}
.m-link.m-link-arrow.ico-wt a::after{
  background-image:url("../common/images/arrow-next-small-wt.svg");
}
.m-link.m-link-arrow.ico-wt a{
  color: white;
}
.m-link.m-link-arrow.ico-wt a:hover{
  color:#2C2C2C;
}
.m-link.m-link-arrow.underline a{
  border-bottom:1px solid var(--c-border);
}
.m-link.m-link-arrow.space-between{}
.m-link.m-link-arrow.space-between a{
  display:flex;
  justify-content:space-between;
  line-height:1.8;
}
.m-link.m-link-arrow.space-between a::after{
  margin-left:0.5em;
}

/* m-link-panel */

.m-link-panel{
  display:flex;
  height:100%;
  color:var(--c-txt);
  line-height:1.8;
}
.m-link-panel > a{
  display:flex;
  flex-direction:column;
  border:1px solid var(--c-border);
  border-radius:0.6rem;
  overflow:hidden;
}
.m-link-panel > a .m-link-panel-image{
  contain:content;
}
.m-link-panel > a .m-link-panel-image img{
  transition:scale 0.3s ease-out;
  object-fit:cover;
  aspect-ratio:127/82;
}
.m-link-panel > a:hover .m-link-panel-image img{
  scale:1.1;
}
.m-link-panel > a .m-link-panel-body{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:1.5em 2.0em;
  transition:all 0.2s;
}
.m-link-panel > a:hover .m-link-panel-body{
  color:var(--c-corp);
}
.m-link-panel > a .m-link-panel-body .title{
  font-family:"Poppins", "Noto Sans JP", sans-serif;
  font-size:2.8rem;
  font-weight:700;
  line-height:1.8;
}
.m-link-panel > a .m-link-panel-body .text{
  font-size:1.5rem;
  line-height:1.8;
}
.m-link-panel > a .m-link-panel-body .text:lang(en){
  text-align:start;
}
.m-link-panel > a .m-link-panel-body .m-link-panel-etc{
  display:flex;
  margin-top:auto;
}
.m-link-panel > a .m-link-panel-body .m-link-panel-etc::after{
  flex-shrink:0;
  content:"";
  width:2.5rem;
  height:2.5rem;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right center;
  margin-left:auto;
  background-image:url("../common/images/arrow-next-small.svg");
}
.m-link-panel > a .m-link-panel-body .m-link-panel-etc .category{
  font-family:"Poppins", "Noto Sans JP", sans-serif;
  color:var(--c-corp);
  font-size:1.3rem;
  font-weight:500;
  line-height:1.8;
}
.m-link-panel.m-link-panel-nolink > a{
  pointer-events:none;
}
.m-link-panel.m-link-panel-nolink > a .m-link-panel-body .m-link-panel-etc::after{
  content:none;
}
@media (width < 740px) {
  .m-link-panel > a .m-link-panel-body .text{
    font-size:1.3rem;
  }
  .m-link-panel > a .m-link-panel-body .m-link-panel-etc .category{
    font-size:1.2rem;
  }
}

/* .m-ol */

.m-ol{
  counter-reset:ol;
  line-height:1.9;
}
.m-ol > li{
  position:relative;
  counter-increment:ol;
  padding-left:1.8em;
}
.m-ol > li::before{
  position:absolute;
  left:0;
  width:1.5em;
  content:counter(ol) ".";
  line-height:1.9;
}
.m-ol .m-ol,
.m-ol > li + li{
  margin-top:1.5em;
}
.m-ol.m-ol-brackets-half{}
.m-ol.m-ol-brackets-half > li{}
.m-ol.m-ol-brackets-half > li::before{
  content:counter(ol) ")";
  margin-left:0.25em;
}

/* .m-table */

.m-table{}
.m-table table{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
}
.m-table th,
.m-table td{
  font-size:1.3rem;
  line-height:1.9;
  text-align:center;
  vertical-align:middle;
  word-break:break-word;
  border:1px solid #cdcdcd;
  padding:1.0em 1.0em;
}
.m-table th{
  background:#f1f1f1;
  font-family:"Poppins", "Noto Sans JP", sans-serif;
  font-weight:600;
}
@media (width < 740px) {
  .m-table{
    overflow-x:auto;
  }
  .m-table table{
    margin-bottom:30px;
  }
  .m-table th,
  .m-table td{
    font-size:1.2rem;
    word-break:normal;
    padding:0.5em 0.5em;
  }
}

/* .m-icons */

.m-icons,
p.m-icons{
  display:flex;
  align-items:center;
  line-height:1.8;
  margin-top:1.0em;
}
.m-icons::before{
  flex-shrink:0;
  content:"";
  width:1.1em;
  height:1.1em;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:left center;
  margin-right:0.5em;
}
.m-icons.m-icons-call::before{
  background-image:url("../common/images/ico-call.svg");
}
.m-icons.m-icons-home::before{
  background-image:url("../common/images/ico-home.svg");
}

/* m-accordion */

.m-accordion{
  line-height:1.8;
}
.m-accordion .accordion-header{
  cursor:pointer;
}
.m-accordion .accordion-header-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:1.8rem;
  font-weight:700;
  border-top:1px solid var(--c-border);
  padding:2.5rem 3.0rem;
  margin:0;
}
.m-accordion .accordion-header-item:lang(en){
  font-size:2.4rem;
  font-family:"Poppins", system-ui;
}
.m-accordion .accordion-header-item::after{
  flex-shrink:0;
  content:"";
  width:2.5rem;
  height:2.5rem;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right; center;
  margin-left:0.5em;
  background-image:url("../common/images/arrow-down-small.svg");
}
.m-accordion .accordion-content{
  display:grid; 
  grid-template-rows:0fr;
  transition:all 0.5s;
  overflow:hidden;
}
.m-accordion .accordion-content.is-open{
  grid-template-rows:1fr;
  padding-bottom:1.0em;
}
.m-accordion .accordion-content > *{
  overflow:hidden;
}
.m-accordion .accordion-content hr{
  display:block;
  width:100%;
  height:1px;
  background-color:var(--c-border);
  margin:1.5em 0;
}
.m-accordion .accordion-content .accordion-content-title{
  font-size:1.6rem;
  font-weight:600;
  margin-bottom:1.0em;
}
.m-accordion .accordion-content .accordion-content-title:lang(en){
  font-family:"Poppins", system-ui;
}
.m-accordion .accordion-content .accordion-content-btnlinks{
  display:flex;
  flex-wrap:wrap;
  margin-top:1.5em;
}
.m-accordion .accordion-content .accordion-content-btnlinks > p.m-btn{
  margin:0;
}
.m-accordion .accordion-content .accordion-content-btnlinks > p.m-btn a{
  font-size:1.2rem;
}
.m-accordion .accordion-content .accordion-content-btnlinks > p.m-btn + p.m-btn{
  margin:0 0 0 0.5em;
}
.m-accordion .accordion-single p{
  line-height:1.8;
  margin-top:0.5em;
}
.m-accordion .accordion-child p{
  color:#4d4d4d;
  line-height:1.8;
  font-size:1.4rem;
}
.m-accordion .accordion-child p + p{
  margin-top:0.5em;
}
.m-accordion .accordion-single{
  padding:0 3.0rem 0.5rem 3.0rem;
}
.m-accordion .accordion-child .accordion-unit{
  border:1px solid var(--c-border);
  border-radius:12px;
}
.m-accordion .accordion-child .accordion-unit + .accordion-unit{
  margin-top:0.5em;
}
.m-accordion .accordion-child .accordion-header-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--c-txt);
  font-size:1.6rem;
  font-weight:600;
  border:none;
  padding:2.5rem 3.0rem;
  margin:0;
}
.m-accordion .accordion-child .accordion-header-item:lang(en){
  font-size:2.0rem;
  font-family:"Poppins", system-ui;
}
.m-accordion .accordion-child .accordion-header-item::after{
  background-image:url("../common/images/arrow-down-small-mns.svg");
}
.m-accordion .accordion-child .accordion-content{
  padding-bottom:0;
}
.m-accordion .accordion-child .accordion-content > div{
  padding:0 3.0rem;
}
.m-accordion .accordion-child .accordion-content.is-open > div{
  padding-bottom:2.5rem;
}

/*******************************
/* page-brand
*******************************/

/* page-brand-introduction */

.page-brand-introduction{}
.page-brand-introduction .page-brand-introduction-lead{
  width:65%;
  padding:4.0em 0;
  margin:0 auto;
}
.page-brand-introduction .page-brand-introduction-lead h2{
  margin-bottom:6.5rem;
}
.page-brand-introduction .page-brand-introduction-lead h2 img{
  width:55%;
}
.page-brand-introduction .page-brand-introduction-lead p{
  line-height:2.4;
}
.page-brand-introduction .page-brand-introduction-lead p:lang(ja){
  font-weight:600;
}
.page-brand-introduction .page-brand-introduction-lead p:lang(en){
  text-align:start;
}
.page-brand-introduction .page-brand-introduction-lead-title{}
.page-brand-introduction .page-brand-introduction-lead-text{}
.page-brand-introduction .page-brand-introduction-lead-text-01{}
.page-brand-introduction .page-brand-introduction-lead-text-02{}
.page-brand-introduction .page-brand-introduction-lead-text-03{}
.page-brand-introduction .page-brand-introduction-lead-text-04{}
@media (width < 740px) {
  .page-brand-introduction .page-brand-introduction-lead{
    width:100%;
  }
}
.page-brand-introduction .page-brand-introduction-lead-title.align-center img{
  margin:0 auto;
}
.page-brand-introduction p.page-brand-introduction-lead-text-01.align-center:lang(en),
.page-brand-introduction p.page-brand-introduction-lead-text-02.align-center:lang(en),
.page-brand-introduction p.page-brand-introduction-lead-text-03.align-center:lang(en),
.page-brand-introduction p.page-brand-introduction-lead-text-04.align-center:lang(en){
  text-align:center;
}

/* page-brand-initiative */

.page-brand-initiative{}

/* page-brand-statement */

.page-brand-statement{}
@media (width < 740px) {
  .page-brand-statement .l__container{
    width:100%;
  }
}

/* page-brand-branding */

.page-brand-branding{}
.page-brand-branding .page-brand-branding-primary{}
.page-brand-branding .page-brand-branding-secondary{
  background:#e6e6e6;
  padding:6.5rem 8.0rem;
  margin-top:5rem;
}
.page-brand-branding .page-brand-branding-secondary > div.panel{
  display:flex;
  justify-content:space-between;
}
.page-brand-branding .page-brand-branding-secondary > div.panel > div{
  flex:0 0 calc((100% - (4rem * 2)) / 3);
}
@media (width < 740px) {
  .page-brand-branding .page-brand-branding-secondary{
    padding:2.0em 1.0em;
    margin-top:1.0em;
  }
  .page-brand-branding .page-brand-branding-secondary > div.panel > div{
    flex:0 0 31%;
  }
}

/* cover */
/* page-brand-cover-initiative */

.page-brand-cover-initiative{
  width:100%;
  aspect-ratio:36/17;
  background-image:url("../jp/brand/images/bg_cover_01.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top 30%;
}
@media (width < 740px) {
  .page-brand-cover-initiative{
    aspect-ratio:1/1;
    background-size:cover;
    background-position:center center;
  }
}

/* page-brand-cover-statement */

.page-brand-cover-statement{
  width:100%;
  aspect-ratio:144/77;
  background-image:url("../jp/brand/images/bg_cover_02.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
@media (width < 740px) {
  .page-brand-cover-statement{
    aspect-ratio:1/1;
  }
}

/* page-brand-appealunit */

.page-brand-appealunit{
  width:80%;
  display:flex;
  justify-content:space-between;
  margin:0 auto;
}
.page-brand-appealunit + .page-brand-appealunit{
  margin-top:6.5em;
}
.page-brand-appealunit > div.lead{
  flex:0 0 auto;
}
.page-brand-appealunit > div.body{
  flex:0 0 70%;
}
.page-brand-appealunit > div.body:only-of-type{
  flex:0 0 100%;
}
.page-brand-appealunit > div.body p{
  line-height:1.9;
}
.page-brand-appealunit > div.body p:lang(en){
  text-align:start;
}
.page-brand-appealunit > div.body p.strong{
  font-size:2.2rem;
  font-weight:700;
}
.page-brand-appealunit > div.body p.strong:lang(en){
  font-family:"Poppins", system-ui;
}
.page-brand-appealunit > div.body p.strong-en{
  font-family:"Poppins", system-ui;
  font-size:2.4rem;
  font-weight:600;
  letter-spacing:0.08em;
}
.page-brand-appealunit > div.body > dl{}
.page-brand-appealunit > div.body > dl > dt{}
.page-brand-appealunit > div.body > dl > dd{}
.page-brand-appealunit > div.body > dl > dd + dt{
  margin-top:4.0rem;
}
@media (width < 740px) {
  .page-brand-appealunit{
    width:100%;
    display:block;
  }
  .page-brand-appealunit > div.body p.strong{
    font-size:1.8rem;
  }
  .page-brand-appealunit > div.body p.strong-en{
    font-size:2.0rem;
  }
}

/*******************************
/* page-network
*******************************/

/* page-network */

.page-network-arealist{}
.page-network-arealist div.page-network-arealist-unit{}
.page-network-arealist div.page-network-arealist-unit + div.page-network-arealist-unit{
  border-top:1px solid var(--c-border);
  padding-top:4em;
  margin-top:4em;
}
.page-network-arealist div.page-network-arealist-unit > div.cap{
  margin-bottom:2.0em;
}
.page-network-arealist div.page-network-arealist-unit > div.cap h2{
  margin-bottom:2.5em;
}
.page-network-arealist div.page-network-arealist-unit > div.cap h3{
  margin-bottom:2.0em;
}
.page-network-arealist div.page-network-arealist-unit > div.cap p{
  line-height:1.8;
  margin-top:1.0em;
}
.page-network-arealist dl.page-network-arealist-group{}
.page-network-arealist dl.page-network-arealist-group + p{
  margin-top:2em;
}
.page-network-arealist dl.page-network-arealist-group > dt{
  display:block;
  font-size:1.6rem;
  line-height:1.5;
  margin-top:2.5em;
  margin-bottom:0.5em;
}
.page-network-arealist dl.page-network-arealist-group > dt:first-of-type{
  margin-top:0;
}
.page-network-arealist dl.page-network-arealist-group > dd{
  display:block;
}
.page-network-arealist dl.page-network-arealist-group > dd > p{
  font-size:1.4rem;
  line-height:1.8;
}
.page-network-arealist dl.page-network-arealist-group > dd > p.region{}
.page-network-arealist dl.page-network-arealist-group > dd > p.region span{
  display:block;
  line-height:1.8;
}
.page-network-arealist dl.page-network-arealist-group > dd > p.region span.charge{
  font-size:1.3rem;
  margin-top:1em;
}
.page-network-arealist dl.page-network-arealist-group > dd > p.region span.detail{}

/*******************************
/* toppage-career
*******************************/

/* toppage-career */

.toppage-career{
  background-color:#f0f4f7;
}
.toppage-career .toppage-career-content{
  width:min(100%, 1440px);
  background-color:#fff;
  border-radius:6px;
  padding:6.5rem 0;
  margin-inline:auto;
}
.toppage-career .toppage-career-head{}
.toppage-career .toppage-career-head h3{
  margin-bottom:0.5em;
}
.toppage-career .toppage-career-image{}
.toppage-career .toppage-career-image > a{
  display:block;
  border-radius:0.6rem;
  overflow:hidden;
}

/*******************************
/* toppage-action-introduction
*******************************/

/* toppage-action-introduction */

.toppage-action-introduction{
  color:#fff;
  margin-bottom:4.0em;
}
.toppage-action-introduction p{
  line-height:1.8;
}
.toppage-action-introduction p:lang(en){
  text-align:start;
}
.toppage-action-introduction .m__heading-emo{
  color:#fff;
}

.toppage-action-introduction-primary{
  margin:4.0em 0;
}
.toppage-action-introduction-local{}
dl.toppage-action-introduction-local-list{
  display:flex;
  flex-wrap:wrap;
  gap:4.0rem 4.0rem;
}
dl.toppage-action-introduction-local-list > div{
  flex:0 0 calc((100% - (4.0rem * 1)) / 2);
}
dl.toppage-action-introduction-local-list > div > dt{}
dl.toppage-action-introduction-local-list > div > dt img{
  width:auto;
  height:4em;
}
dl.toppage-action-introduction-local-list > div > dt p{
  margin:0.5em 0;
}
dl.toppage-action-introduction-local-list > div > dd{
  width:80%;
}
@media (width < 740px) {
  dl.toppage-action-introduction-local-list > div{
    flex:0 0 100%;
  }
  dl.toppage-action-introduction-local-list > div > dd{
    width:100%;
  }
}


/*******************************
/* page-product
*******************************/

body.page-product{}
body.page-product .page-product-layout{
  padding-bottom:0;
}
body.page-product .page-product-layout h1.page__heading{
  font-size:3.5rem;
  line-height:1.5;
  margin-bottom:1.0em;
}
body.page-product .page-product-layout h2{
  font-family:"Poppins", "Noto Sans JP", sans-serif;
  font-size:2.5rem;
  font-weight:600;
  line-height:1.5;
  margin-bottom:1.0em;
}
body.page-product .page-product-layout strong{
  font-weight:600;
}
body.page-product .page-product-layout p,
body.page-product .page-product-layout strong{
  line-height:1.9;
}
body.page-product .page-product-layout p + p{
  margin-top:1.5em;
}
body.page-product .page-product-layout a:not(.m__btn){
  color:var(--c-corp);
  text-decoration:underline;
}
body.page-product .page-product-layout .m__btn.align-center{
  margin-inline:auto;
}
body.page-product .page-product-layout .page-product-layout-docs{
  width:80%;
  margin-inline:auto;
}
body.page-product .page-product-layout .page-product-layout-image-primary{
  width:min(95%, 1400px);
  margin-inline:auto;
}
body.page-product .page-product-layout .page-product-layout-image-secondary{
  margin-left:-5%;
  margin-right:-5%;
}
@media (width < 740px) {
  body.page-product .page-product-layout h1.page__heading{
    font-size:2.0rem;
  }
  body.page-product .page-product-layout h2{
    font-size:1.5rem;
  }
  body.page-product .page-product-layout .page-product-layout-docs{
    width:100%;
  }
  body.page-product .page-product-layout .page-product-layout-image-primary{
    width:100%;
  }
  body.page-product .page-product-layout .page-product-layout-image-secondary{
    margin-left:0;
    margin-right:0;
  }
}

/*******************************
/* page-actions_backnumber
*******************************/

/* page-actions_backnumber */
.page-actions_backnumber-list-unit{}
.page-actions_backnumber-list-group{}
.page-actions_backnumber-list-group li{}
.page-actions_backnumber-list-group li .actions_backnumber-mid-txt {
    color: white;
}
.page-actions_backnumber-list-group li .actions_backnumber-mid-txt .-tags {
    font-size: 0.7222222222em;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2em 2em;
    -webkit-margin-before: 0.8em;
    margin-block-start: 0.8em;
}
.page-actions_backnumber-list-group li .actions_backnumber-mid-txt .-tag {
    line-height: 1;
    display: grid;
    place-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2em;
    padding-inline: 0.7692307692em;
    border-radius: 100vmax;
    border: 1px solid #fff;
}
.page-actions_backnumber-emo{
    font-size: min(6.15vw, 3.6rem);
    font-family: "emotion";
    font-weight: 100;
    font-variation-settings: "EMTN" 0;
    letter-spacing: 0;
    transition: all 0.8s;
    color: #fff;
}
.page-actions_backnumber-emo.is-calm{
    font-variation-settings: "EMTN" 0;
}
.page-actions_backnumber-heading-1-ja {
    display: block;
    font-size: 1.1rem;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    font-weight: 400;
}
.page-actions_backnumber-list-unit .l-3column {
    display: flex;
    flex-wrap: wrap;
    gap: 4.0rem 2.0rem;
}
@media (width < 900px) {
.page-actions_backnumber-list-unit .l-3column {
        justify-content: space-between;
        gap: 2.0rem 0!important;
    }
.page-actions_backnumber-list-unit .l-3column > li {
        flex: 0 0 48%;
    }    
}
@media (width < 400px) {
.page-actions_backnumber-list-unit .l-3column > li {
        margin-right: 1.2rem;
    width: calc(100% + 0rem);
    display: block;
    flex: none;
    }    
}
.page-actions_backnumber-btn a{
    margin: 0 auto;
    margin-top: 6rem;
}



/*******************************
/* js-modal
*******************************/

.js-modal-open{
  cursor:pointer;
}
.js-modal-fade-in{
  opacity:0;
  animation:JsModalFadeIn 0.5s forwards;
}
.js-modal-fade-out{
  opacity:1;
  animation:JsModalFadeOut 0.5s forwards;
}
@keyframes JsModalFadeIn{
  to{
    opacity:1;
  }
}
@keyframes JsModalFadeOut{
  to{
    opacity:0;
  }
}
div.js-modal{
  position:fixed;
  top:0;
  left:0;
  z-index:2000;
  display:none;
  width:100%;
  height:100vh;
  color:var(--c-txt);
  font-size:1.6rem;
  line-height:1.8;
  letter-spacing:0.06em;
}
div.js-modal > div.js-modal-overlay{
  position:absolute;
  background:rgba(0,0,0,0.8);
  width:100%;
  height:100vh;
}
div.js-modal > div.js-modal-body{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  max-width:740px;
  width:calc(100% - 1.5em);
  padding:5.5rem 1.0em;
}
div.js-modal > div.js-modal-body > div.close{
  position:absolute;
  top:1.0rem;
  right:1.5em;
}
div.js-modal > div.js-modal-body > div.close > span{
  position:relative;
  display:block;
  width:25px;
  height:25px;
  cursor:pointer;
}
div.js-modal > div.js-modal-body > div.close > span:before,
div.js-modal > div.js-modal-body > div.close > span:after{
  position:absolute;
  top:50%;
  left:50%;
  content:"";
  background-color:var(--c-txt);
  width:1px;
  height:25px;
}
div.js-modal > div.js-modal-body > div.close > span:before{
  transform:translate(-50%,-50%) rotate(-60deg);
}
div.js-modal > div.js-modal-body > div.close > span:after{
  transform:translate(-50%,-50%) rotate(60deg);
}
div.js-modal > div.js-modal-body > div.js-modal-body-part{}
div.js-modal > div.js-modal-body > div.js-modal-body-part p:last-of-type{
  margin-bottom:0;
}

/* js-modal-contact */

#js-modal-contact.js-modal div.js-modal-body-part{}
