@charset "UTF-8";
/* ================================
  lower.css
===================================== */
.main-page {}
.l-main-page {
  margin: 76px auto 0;
}
.l-mp-wrap {
  position: relative;
  background: var(--gray_bg);
}
.main-page:has(.mp-top-fixed-wrap) .l-mp-wrap {
  top: 0;
  z-index: 5;
  margin-top: calc(269px + 70px);
}
@media screen and (max-width: 768px) {
  .l-main-page {
    margin: 60px auto 0;
  }
  .l-mp-wrap {}
  .main-page:has(.mp-top-fixed-wrap) .l-mp-wrap {
    top: 0;
    z-index: 5;
    margin-top: calc(265px + 60px);
  }
}
@media screen and (max-width: 767px) {
  .inner_w1166,
  .inner_w1030,
  .inner_w1000,
  .inner_w960,
  .inner_w800 {
    width: 100%;
    max-width: 89.3333%;
  }
}

/* ================================
  .mp- common style class
===================================== */
a.mp-txtlink {
  position: relative;
  display: inline-block;
  color: var(--blue);
}
a.mp-txtlink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
  width: 0;
  height: 1px;
  background: var(--blue);
  transition: .25s;
}
a.mp-txtlink:hover::after {
  width: 100%;
}
.mp-note {
  margin-top: 8px;
  font-weight: var(--regular);
  font-size: 12px;
  line-height: calc(20/12);
  text-align: left;
}
.mp-note.-mark {
  padding-left: 1em;
  text-indent: -1em;
}
.mp-note.-mark::before {
  content: "※";
}

/* .mp-top__headingbox
------------------------------------- */
.mp-top__headingbox {
  width: 100%;
  height: 269px;
  background: url(../img/common/heading_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}
.mp-top-fixed-wrap {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.mp-top__heading {
  padding: 80px 0 0;
}
.mp-top__heading .mp-top__en {
  display: block;
  margin: 0 0 0 -8px;
  font-family: var(--highreso);
  letter-spacing: -.12em;
  font-size: 70px;
  font-weight: var(--regular);
  line-height: calc(84/70);
}
.mp-top__heading .mp-top__jp {
  font-size: 20px;
  font-weight: var(--medium);
  line-height: calc(29/20);
}
@media screen and (max-width: 768px) {
  .mp-top__headingbox {
    height: 280px;
    background: url(../img/common/heading_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top;
  }
  .mp-top-fixed-wrap {
    top: 60px;
  }
  .mp-top__heading {
    padding: 96px 0 0;
  }
  .mp-top__heading .mp-top__en {
    margin: 0 0 0 -4px;
    font-size: 40px;
    line-height: calc(48/40);
  }
  .mp-top__heading .mp-top__jp {
    font-size: 14px;
    line-height: calc(20/14);
  }
}
@media screen and (max-width: 320px) {
  .mp-top__heading .mp-top__en {
    font-size: 36px;
    line-height: calc(44/36);
  }
}

/* .mp-sec-leadbox
------------------------------------- */
.mp-sec {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .mp-sec {
    padding: 40px 0 20px;
  }
}

/* .mp-sec-leadbox
------------------------------------- */
.mp-sec-leadbox {
  margin-bottom: 110px;
  color: var(--txt);
}
.mp-sec-lead {
  font-weight: var(--medium);
  font-size: var(--clamp_18px);
  line-height: calc(42/18);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mp-sec-leadbox {
    margin-bottom: 56px;
  }
  .mp-sec-lead {
    font-size: 14px;
    line-height: calc(28/14);
  }
}

/* .mp-xxx-heading
------------------------------------- */
.mp-sec-heading {
  margin-bottom: 85px;
  font-weight: var(--bold);
  font-size: var(--clamp_32px);
  line-height: calc(50/32);
  text-align: left;
}
.mp-sec-heading .sec-heading__jp {
  display: block;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: .05em;
  line-height: calc(56/40);
}
.mp-sec-leadbox .mp-sec-heading {
  margin-bottom: 40px;
}
.mp-list-heading {
  margin-bottom: 24px;
  font-weight: var(--bold);
  font-size: var(--clamp_24px);
  line-height: calc(38/24);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mp-sec-heading {
    margin-bottom: 30px;
    font-size: var(--clamp_20px);
    line-height: calc(32/20);
  }
  .mp-sec-heading .sec-heading__jp {
    font-size: 26px;
    letter-spacing: .05em;
    line-height: calc(40/26);
  }
  .mp-sec-leadbox .mp-sec-heading {
    margin-bottom: 23px;
  }
  .mp-list-heading {
    margin-bottom: 16px;
    font-size: var(--clamp_18px);
    line-height: calc(30/18);
  }
}


/* .mp-sec-list
------------------------------------- */
.mp-sec-listbox {}
.mp-sec-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 85px 0;
}
.mp-sec-list li {
  display: flex;
  gap: 0 5.1457%;
}
.mp-sec-list li .imgbox {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  width: 40.566%;
}
.mp-sec-list li .txtbox {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #dcdcdc;
}
.mp-sec-list li .txtbox::before {
  position: absolute;
  top: -1px;
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #00508E;
  background: linear-gradient(90deg, rgba(0, 80, 142, 1) 0%, rgba(141, 176, 158, 1) 50%);
}
@media screen and (max-width: 768px) {
  .mp-sec-listbox {}
  .mp-sec-list {
    gap: 40px 0;
  }
  .mp-sec-list li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .mp-sec-list li .imgbox {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
    width: 100%;
    margin: 0 auto 20px;
  }
  .mp-sec-list li .txtbox {
    order: 1;
    padding: 20px 0 18px;
  }
  .mp-sec-list li .txtbox::before {
    width: 100px;
    height: 4px;
  }
}

/* --------------------------------
  .main-page-future
------------------------------------- */
.sec-future {
  padding: 126px 0;
}
/* .sec-future .flex
------------------------- */
.sec-future .flex {
  margin: 0 auto 107px;
}
/* .sec-future .flex .mp-sec-leadbox */
.sec-future .flex .mp-sec-leadbox {
  width: 64.8371%;
}
.sec-future .mp-sec-leadbox .mp-sec-heading {
  margin-bottom: 45px;
}
.sec-future .mp-sec-leadbox .sec-heading__jp {
  display: block;
  margin-bottom: 25px;
}
.sec-future .mp-sec-leadbox .sec_heading_en {
  display: block;
  margin-left: 2px;
}
.sec-future .mp-sec-leadbox .mp-sec-lead {
  margin-bottom: .75em;
}
/* .sec-future .flex .imgbox */
.sec-future .flex .imgbox.-logomark_highreso {
  display: block;
  width: 35.1629%;
  text-align: center;
  margin: 20px auto 0;
}
/* .sec-future .mp-sec-heading */
.sec-future .mp-sec-heading {
  margin-bottom: 75px;
  font-size: 32px;
  letter-spacing: .05em;
  line-height: calc(50/32);
}
.sec-future .sec-future__list {
  gap: 120px 0;
}
@media screen and (max-width: 768px) {
  .sec-future {
    padding: 40px 0 20px;
  }
  .sec-future .flex {
    margin: 0 auto;
  }
  /* .sec-future .flex .mp-sec-leadbox */
  .sec-future .flex .mp-sec-leadbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-future .mp-sec-leadbox .mp-sec-heading {
    margin-bottom: 27px;
    text-align: left;
  }
  .sec-future .mp-sec-leadbox .sec-heading__jp {
    margin-bottom: 15px;
  }
  .sec-future .mp-sec-leadbox .sec_heading_en {
    display: block;
    width: 86%;
    max-width: 380px;
    margin: 0 0 0 2px;
  }
  .sec-future .flex .imgbox.-logomark_highreso {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
  }
  .sec-future .flex .imgbox.-logomark_highreso img {
    width: 40.2985%;
    max-width: 200px;
  }
  .sec-future .mp-sec-heading {
    margin-bottom: 75px;
    margin-bottom: 30px;
    font-size: var(--clamp_20px);
    line-height: calc(32 / 20);
  }
  .sec-future .sec-future__list {
    gap: 38px 0;
  }
}

/* .sec-future.-highresologo */
.sec-future.-highresologo {
  padding: 55px 0 120px;
}
.sec-highresologo {
  margin: 0 auto 55px;
  padding: 60px;
  border: 1px solid #dcdcdc;
}
.sec-highresologo .mp-sec-heading {
  margin-bottom: 20px;
  text-align: center;
}
.sec-highresologo .logo_highreso {
  display: block;
  margin: 0 auto 20px;
}
.sec-highresologo .mp-sec-heading__txt {
  font-weight: bold;
  font-size: 24px;
  line-height: calc(38/24);
  letter-spacing: normal;
}
.sec-highresologo .txt {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-future.-highresologo {
    padding: 40px 0 22px;
  }
  .sec-highresologo {
    margin: 0 auto 55px;
    padding: 40px 19px 30px;
  }
  .sec-highresologo .mp-sec-heading {
    margin-bottom: 15px;
    text-align: center;
  }
  .sec-highresologo .logo_highreso {
    display: block;
    width: 73%;
    max-width: 320px;
    margin: 0 auto 25px;
  }
  .sec-highresologo .mp-sec-heading__txt {
    font-size: 18px;
    line-height: calc(30/18);
  }
  .sec-highresologo .txt {
    margin-bottom: .6em;
    text-align: left;
  }
}

/* --------------------------------
  .main-page-business
------------------------------------- */
/* .sec-datacenter__list */
.sec-datacenter__listbox {}
.sec-datacenter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 8.5763%;
}
.sec-datacenter__list li {
  width: calc(100% / 2 - 4.2881%);
}
.sec-datacenter__list li img {
  width: 100%;
  margin: 0 auto 20px;
}
.sec-datacenter__list .list-heading {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: calc(32/20);
}
.sec-datacenter__list .dlistbox {}
.sec-datacenter__list .dlistbox dt {
  display: block;
  padding: 15px 10px;
  font-weight: var(--medium);
  font-size: 16px;
  line-height: calc(20/16);
  text-align: left;
  color: #000;
  background:#f0f0f0;
}
.sec-datacenter__list .dlistbox dd {
  display: block;
  padding: 7.5px 10px;
  font-weight: var(--regular);
  font-size: 16px;
  line-height: calc(24/16);
  text-align: left;
  color: #1e1e1e;
}
.sec-datacenter__list .dlistbox dd:has(.list-child) {
  padding: 0;
}
.sec-datacenter__list .list-child {
  width: 100%;
}
.sec-datacenter__list .list-child li {
  display: flex;
  padding: 5.5px 0;
  width: 100%;
  font-size: 16px;
  line-height: calc(24/16);
}
.sec-datacenter__list .list-child li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 10px 10px auto;
  background: #969696;
  border-radius: 50%;
}
/* .sec-business.-follow_up */
.sec-business.-follow_up .sec-business__list {
  gap: 120px 0;
}
/* .sec-business .imgbox.-business_03b*/
.sec-business .imgbox.-business_03b {
  display: block;
  margin-top: 42px;
}
/* .sec-business.-partner */
.sec-business.-partner .mp-sec-leadbox {
  margin-bottom: 70px;
}
.sec-business__partnerlist {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2.0583%;
  margin: 0 auto 60px;
}
.sec-business__partnerlist li {
  width: calc(100% / 5 - 1.6466%);
}
@media screen and (max-width: 768px) {
  .sec-business.-datacenter {
  }
  .sec-business.-datacenter .mp-sec-leadbox {
    margin-bottom: 26px;
  }
  .sec-datacenter__listbox::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
  }
  .sec-datacenter__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    gap: 46px 0;
    margin: 0 auto 70px;
  }
  .sec-datacenter__list li {
    width: 88.0597%;
    margin: 0 auto;
  }
  .sec-datacenter__list li img {
    margin: 0 auto 8px;
  }
  .sec-datacenter__list .list-heading {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: calc(28/16);
  }
  .sec-datacenter__list .dlistbox {}
  .sec-datacenter__list .dlistbox dt {
    padding: 10px 10px;
    font-size: 14px;
    line-height: calc(20/14);
  }
  .sec-datacenter__list .dlistbox dd {
    padding: 7.5px 10px;
    font-size: 14px;
    line-height: calc(24/14);
  }
  .sec-datacenter__list .list-child li {
    display: flex;
    padding: 5.5px 0;
    width: 100%;
    font-size: 14px;
    line-height: calc(24/14);
  }
  .sec-datacenter__list .list-child li:before {
    width: 6px;
    height: 6px;
    margin: 11px 10px auto;
  }
  /* .sec-business.-follow_up */
  .sec-business.-follow_up .sec-business__list {
    gap: 40px 0;
  }
  .sec-business .imgbox.-business_03b {
    width: 88.0597%;
    max-width: 400px;
    margin: 20px auto;
  }
  /* .sec-business.-partner */
  .sec-business.-partner .mp-sec-leadbox {
    margin-bottom: 24px;
  }
  .sec-business__partnerlist {
    gap: 10px 2.985%;
    margin: 0 auto 60px;
  }
  .sec-business__partnerlist li {
    width: calc(100% / 3 - 1.99%);
  }
}

/* --------------------------------
  .main-page-outlook
------------------------------------- */
.sec-outlook.-outlookservice {}
.sec-outlook.-outlookservice .mp-sec-leadbox {
  margin-bottom: 70px;
}
.sec-flow__listbox .mp-list-heading {
  margin-bottom: 40px;
}
.sec-outlook.-outlookservice .sec-flow__list {
  display: flex;
  flex-direction: row;
  margin: 0 auto 77px;
}
.sec-outlook.-outlookservice .sec-flow__list li {
  position: relative;
  width: calc(100% / 4);
  margin-right: 50px;
  height: 170px;
  padding: 20px;
  background: #f0f0f0;
}
.sec-outlook.-outlookservice .sec-flow__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -48px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 85px 0 85px 50px;
  border-color: transparent transparent transparent #f0f0f0;
}
.sec-outlook.-outlookservice .sec-flow__list li:last-child {
  margin-right: 0;
  color: #fff;
  background: #333;
}
.sec-outlook.-outlookservice .sec-flow__list .sec-flow__num {
  display: block;
  margin-bottom: 5%;
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 50px;
  color: #dcdcdc;
}
.sec-outlook.-outlookservice .sec-flow__list .sec-flow__title {
  display: block;
  font-weight: var(--bold);
  font-size: var(--clamp_18px);
  line-height: calc(28/18);
  color: #1e1e1e;
  white-space: nowrap;
}
.sec-outlook.-outlookservice .sec-flow__list li:last-child .sec-flow__title {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .sec-outlook.-outlookservice .sec-flow__list .sec-flow__title {
    font-size: var(--clamp_16px);
    line-height: 1.6;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .sec-outlook.-outlookservice {}
  .sec-outlook.-outlookservice .mp-sec-leadbox {
    margin-bottom: 23px;
  }
  .sec-flow__listbox .mp-list-heading {
    margin-bottom: 30px;
  }
  .sec-outlook.-outlookservice .sec-flow__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px 0;
    flex-wrap: nowrap;
    margin: 0 auto 36px;
  }
  .sec-outlook.-outlookservice .sec-flow__list li {
    position: relative;
    width: 88.0597%;
    height: 78px;
    margin: 0 auto 20px;
    padding: 13px 16px;
  }
  .sec-outlook.-outlookservice .sec-flow__list li:not(:last-child)::after {
    position: absolute;
    top: unset;
    bottom: -20px;
    content: "";
    display: block;
    width:0;
    height:0;
    right: unst;
    left: 50%;
    transform: translate(-50%,0);
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #f0f0f0 transparent transparent transparent;
  }
  .sec-outlook.-outlookservice .sec-flow__list .sec-flow__txtbox {
    display: flex;
    gap: 0 15px;
  }
  .sec-outlook.-outlookservice .sec-flow__list li:last-child {
    width: 88.0597%;
    margin: 0 auto;
  }
  .sec-outlook.-outlookservice .sec-flow__list .sec-flow__num {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 40px;
  }
  .sec-outlook.-outlookservice .sec-flow__list .sec-flow__title {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

/* .sec-outlookservice__listbox
-------------------------------------- */
.sec-outlookservice__listbox {
  margin: 0 auto 60px;
}
.sec-outlookservice__listbox .mp-list-heading {
  margin-bottom: 34px;
}
.sec-outlookservice__list {
  display: flex;
  gap: 0 3.43%;
}
.sec-outlookservice__list li {
  width: calc(100% / 3 - 2.287%);
  padding: 30px 20px 25px;
  text-align: left;
  color: #1e1e1e;
  border: 1px solid #dcdcdc;
}
.sec-outlookservice__list .box-heading {
  margin-bottom: 14px;
  font-weight: var(--bold);
  font-size: var(--clamp_18px);
  line-height: calc(30/18);
}
.sec-outlookservice__list .txt {
  font-weight: var(--regular);
  font-size: var(--clamp_15px);
  line-height: calc(30/15);
}
@media screen and (max-width: 768px) {
  .sec-outlookservice__listbox {
    margin: 0 auto 60px;
  }
  .sec-outlookservice__listbox .mp-list-heading {
    margin-bottom: 28px;
  }
  .sec-outlookservice__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px 0;
  }
  .sec-outlookservice__list li {
    width: 100%;
    padding: 17px 14px 20px;
  }
  .sec-outlookservice__list .box-heading {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: calc(28/16);
  }
  .sec-outlookservice__list .txt {
    font-size: 13px;
    line-height: calc(23/13);
  }
}

/* --------------------------------
  .main-page-service
------------------------------------- */
.sec-service .mp-sec-leadbox {
  margin-bottom: 70px;
}
.imgbox.-logo_gpusoroban {
  margin: 80px auto 70px;
}
/* .sec-service__list
--------------------------*/
.sec-service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.43%;
  margin: 0 auto 120px;
}
.sec-service__list li {
  width: calc(100% / 3 - 2.287%);
  padding: 20px 20px 22px;
  color: #1e1e1e;
  border: 1px solid #dcdcdc;
}
.sec-service__list li .imgbox {
  text-align: center;
  margin: 0 auto 20px;
}
.sec-service__list li .txtbox {
  text-align: left;
}
.sec-service__list li .mp-list-heading {
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: calc(32/20);
  text-align: center;
  color: #1e1e1e;
}
.sec-service__list li .txt {
  font-weight: var(--regular);
  font-size: 15px;
  line-height: calc(30/15);
  text-align: left;
  color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  .sec-service .mp-sec-leadbox {
    margin-bottom: 40px;
  }
  .sec-service .mp-sec-heading {
    margin-bottom: 23px;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: calc(32/20);
  }
  .imgbox.-logo_gpusoroban {
    width: 90%;
    max-width: 400px;
    margin: 35px 0 35px;
  }
  .sec-service__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px 0;
    width: 88%;
    margin: 0 auto 60px;
  }
  .sec-service__list li {
    width: 100%;
    padding: 10px 15px 22px;
  }
  .sec-service__list li .imgbox {
    text-align: center;
    width: 80px;
    margin: 0 auto 5px;
  }
  .sec-service__list li .txtbox {
    text-align: left;
  }
  .sec-service__list li .mp-list-heading {
    margin: 0 auto 12px;
    font-size: 18px;
    line-height: calc(30/18);
  }
  .sec-service__list li .txt {
    font-size: 13px;
    line-height: calc(23/13);
  }
}

/* .sec-service.-gpucloud_
---------------------------- */
.sec-service.-gpucloud {
  padding: 120px 0 40px;
}
.sec-service.-gpucloud .mp-sec-heading {
  margin-bottom: 75px;
}
.sec-gpucloud__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.43%;
}
.sec-gpucloud__list li {
  width: calc(100% / 2 - 1.715%);
  padding: 40px 40px;
  background: #f0f0f0;
}
.sec-gpucloud__list li .txtbox {
  margin-bottom: 35px;
}
/* .sec-edgehub__list
---------------------------- */
.sec-service.-edgehub {
  padding: 80px 0 120px;
}
.sec-edgehub__list {
  margin: 0 auto 60px;
}
.sec-edgehub__list li {
  display: flex;
  gap: 40px 3.43%;
  gap: 0 40px;
  width: 100%;
  padding: 55px 40px;
  border: 1px solid #dcdcdc;
}
.sec-edgehub__list .imgbox {
  flex-shrink: 0;
  width: 35%;
}
.sec-edgehub__list .txtbox {
  width: 56.9468%;
}
.sec-edgehub__list .txtbox .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec-service.-gpucloud {
    padding: 60px 0 40px;
  }
  .sec-service.-gpucloud .mp-sec-heading {
    margin-bottom: 25px;
  }
  .sec-gpucloud__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px 0;
  }
  .sec-gpucloud__list li {
    width: 100%;
    padding: 30px 20px;
    background: #f0f0f0;
  }
  .sec-gpucloud__list li .txtbox {
    margin-bottom: 27px;
  }
  /* .sec-edgehub__list
  ---------------------------- */
  .sec-service.-edgehub {
    padding: 25px 0 25px;
  }
  .sec-edgehub__list {
    margin: 0 auto 60px;
  }
  .sec-edgehub__list li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px 0;
    width: 100%;
    padding: 15px 20px 30px;
  }
  .sec-edgehub__list .imgbox {
    width: 100%;
    text-align: center;
  }
  .sec-edgehub__list .txtbox {
    width: 100%;
  }
  .sec-edgehub__list .txtbox .txt {
    margin-bottom: 27px;
  }
}

/* --------------------------------
  .main-page-sdgs
------------------------------------- */
.sec-sdgs.-initiatives {
  padding: 110px 0 120px;
}
/* .sec-sdgs */
.sec-sdgs .sec-sdgs__list {
  gap: 120px 0;
}
.sec-sdgs .sec-sdgs__list .txtbox {
  padding: 40px 0 0;
}
/* .sec-sdgs.-initiatives */
.sec-sdgs.-initiatives .mp-sec-heading {
  margin-bottom: 75px;
}
.sec-sdgs.-initiatives .sec-sdgs__list {
  gap: 120px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-sdgs .sec-sdgs__list {
    gap: 36px 0;
  }
  .sec-sdgs .sec-sdgs__list .txtbox {
    padding: 20px 0 20px;
  }
  .sec-sdgs.-initiatives {
    padding: 35px 0 40px;
  }
  .sec-sdgs.-initiatives .mp-sec-heading {
    margin-bottom: 30px;
  }
  .sec-sdgs.-initiatives .sec-sdgs__list {
    gap: 35px 0;
    margin-bottom: 20px;
  }
}

/* --------------------------------
  .main-page-innovator
------------------------------------- */
@media screen and (max-width: 768px) {
}

/* --------------------------------
  .main-page-innovator
------------------------------------- */
.sec-message .mp-sec-heading {
  margin-bottom: 74px;
  font-size: var(--clamp_40px);
  letter-spacing: .05em;
  line-height: calc(56/40);
}
.sec-message__txtbox {
  padding-bottom: 60px;
}
.sec-message .txt {
  margin-bottom: 1.25em;
  font-size: 16px;
  line-height: calc(42/16);
}
.sec-message .sign {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 97px;
  gap: 0 1em;
  color: #000;
  font-weight: var(--medium);
}
.sec-message .sign__company {
  font-size: 14px;
}
.sec-message .sign__name {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .sec-message .mp-sec-heading {
    margin-bottom: 22px;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: calc(32/20);
  }
  .sec-message__txtbox {
    padding-bottom: 62px;
  }
  .sec-message .txt {
    margin-bottom: 1.6em;
    font-size: 14px;
    line-height: calc(28/14);
  }
  .sec-message .sign {
    margin-top: 38px;
    gap: 0 .75em;
  }
  .sec-message .sign__company {
    font-size: 12px;
  }
  .sec-message .sign__name {
    font-size: 20px;
  }
}

/* --------------------------------
  .main-page-company
------------------------------------- */
/* .sec-company
------------------------------ */
.sec-company {
  padding: 126px 0 80px;
}
.sec-company .mp-sec-heading {
  margin-bottom: 70px;
  font-weight: var(--bold);
  font-size: var(--clamp_40px);
  line-height: calc(50 / 40);
  text-align: left;
}
.sec-mvv__txtbox {
  margin: 0 auto 95px;
}
.sec-mvv__txtbox.-vision {
  margin: 0 auto 100px;
}
.sec-mvv__txtbox .box-heading {
  margin-bottom: 16px;
  text-align: left;
}
.sec-mvv__txtbox .box-heading .box-heading__en {
  display: block;
  margin-left: -5px;
  margin-bottom: 10px;
  font-family: var(--highreso);
  font-weight: normal;
  font-size: 50px;
  letter-spacing: -.12em;
  line-height: calc(80/50);
  color: #dcdcdc;
}
.sec-mvv__txtbox .leadtxt {
  display: block;
  font-weight: bold;
  font-size: var(--clamp_32px);
  line-height: calc(50/32);
  text-align: left;
  color: #1e1e1e;
}

/* .sec-mvv__listbox */
.sec-mvv__listbox {
  margin: 24px auto 24px;
}
.sec-mvv__listbox .mp-list-heading {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: var(--clamp_20px);
  line-height: calc(30/20);
  text-align: left;
}
/* .sec-mvv__marklist */
.sec-mvv__marklist li {
  display: flex;
  margin-bottom: 36px;
  font-weight: bold;
  font-size: var(--clamp_24px);
  line-height: calc(38/24);
  text-align: left;
}
.sec-mvv__marklist li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 15px 16px 0 0;
  background: #969696;
  border-radius: 50%;
}
/* .sec-mvv__list */
.sec-mvv__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.sec-mvv__list li {
  display: flex;
  align-items: center;
  width: calc(100% / 2 - 10px);
  padding: 26.5px 40px;
  background: #f0f0f0;
  font-weight: var(--medium);
  font-size: var(--clamp_18px);
  line-height: calc(30/18);
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-company {
    padding: 40px 0 20px;
  }
  .sec-company .mp-sec-heading {
    margin-bottom: 20px;
    letter-spacing: .05em;
    font-weight: var(--bold);
    font-size: var(--clamp_20px);
    line-height: calc(31 / 20);
  }
  .sec-mvv__txtbox {
    margin: 0 auto 48px;
  }
  .sec-mvv__txtbox .leadtxt {
    font-size: 18px;
    line-height: calc(30/18);
  }
  .sec-mvv__txtbox .txtbox .txt {
    margin-bottom: .65em;
  }
  .sec-mvv__txtbox.-vision {
    margin: 0 auto 30px;
  }
  .sec-mvv__txtbox .box-heading {
    margin-bottom: 5px;
    text-align: left;
  }
  .sec-mvv__txtbox .box-heading .box-heading__en {
    margin-left: -2px;
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: -.12em;
    line-height: calc(48/30);
  }
  .sec-mvv__txtbox .box-heading .box-heading__jp {
    font-size: 18px;
    line-height: calc(30/18);
  }
  
  /* .sec-mvv__listbox */
  .sec-mvv__listbox {
    margin: 5px auto 50px;
  }
  .sec-mvv__listbox .mp-list-heading {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: calc(28/16);
  }
  .sec-mvv__marklist li {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: calc(28/16);
  }
  .sec-mvv__marklist li::before {
    width: 6px;
    height: 6px;
    margin: 12px 10px 0 0;
  }
  .sec-mvv__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    gap: 5px 0;
    width: 100%;
    margin: 0 auto;
  }
  .sec-mvv__list li {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    line-height: calc(24/14);
  }
}

/* .sec-company.-profile
---------------------------- */
.sec-company.-profile {
  padding: 65px 0 120px;
}
.sec-company.-profile .mp-sec-heading {
  margin-bottom: 75px;
  font-weight: var(--bold);
  font-size: var(--clamp_32px);
  line-height: calc(50 / 32);
  text-align: left;
}
.sec-profile__listbox {
  max-width: 1000px;
  background: #fff;
}
.sec-profile__listbox dl {
  display: flex;
  border-bottom: 1px solid #f8f8f8;
}
.sec-profile__listbox dt {
  flex-shrink: 0;
  width: 140px;
  padding: 15px 20px 12.5px;
  background: #f0f0f0;
  font-weight: bold;
}
.sec-profile__listbox dd {
  width: 100%;
  padding: 15px 20px 12.5px;
}
.sec-profile__listbox dd .block:not(:last-child) {
  margin-bottom: 20px;
}
.sec-profile__listbox dd .block p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sec-profile__listbox dd .block .post {
  flex-shrink: 0;
  width: 100px;
}
.sec-profile__listbox dd .mp-txtlink {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .sec-company.-profile {
    padding: 0 0 40px;
  }
  .sec-company.-profile .mp-sec-heading {
    margin-bottom: 20px;
    font-size: var(--clamp_20px);
    line-height: calc(50 / 20);
  }
  .sec-profile__listbox {
    max-width: 100%;
  }
  .sec-profile__listbox dl {
    display: flex;
    border-bottom: 1px solid #f8f8f8;
    flex-direction: column;
  }
  .sec-profile__listbox dt {
    flex-shrink: 0;
    width: 100%;
    padding: 7.5px 10px 7.5px;
  }
  .sec-profile__listbox dd {
    width: 100%;
    padding: 7.5px 10px 7.5px;
  }
  .sec-profile__listbox dd .block:not(:last-child) {
    margin-bottom: 12.5px;
  }
  .sec-profile__listbox dd .block p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sec-profile__listbox dd .block .post {
    flex-shrink: 0;
    width: 85px;
  }
  .sec-profile__listbox dd .mp-txtlink {
    margin-top: 12px;
  }
}

/* .sec-company.-history
------------------------------ */
.sec-company.-history {
  padding: 110px 0 120px;
}
.sec-history__listbox {
  max-width: 1000px;
  margin-bottom: 60px;
}
.sec-history__listbox dl {
  display: flex;
  align-items: flex-start;
}
.sec-history__listbox dl:nth-child(odd) {
  background: #f0f0f0;
}
.sec-history__listbox dl dt {
  flex-shrink: 0;
  width: 140px;
  padding: 12.5px 20px;
  font-weight: bold;
}
.sec-history__listbox dl dd {
  width: 100%;
  padding: 12.5px 20px;
}
.sec-history__listbox dl .txt {
  display: flex;
}
.sec-history__listbox dd .txt .title {
  display: inline-block;
  width: 60px;
}
.sec-history__listbox dd .txt:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec-company.-history {
    padding: 40px 0 40px;
  }
  .sec-history__listbox {
    max-width: 100%;
    margin: 26px auto 26px;
  }
  .sec-history__listbox dl dt {
    width: 70px;
    padding: 7.5px 10px 8px;
  }
  .sec-history__listbox dl dd {
    width: 100%;
    padding: 7.5px 10px 8px;
  }
  .sec-history__listbox dd .txt .title {
    flex-shrink: 0;
    width: 55px;
  }
  .sec-history__listbox dd .txt:not(:last-child) {
    margin-bottom: 7.5px;
  }
}

/* --------------------------------
  .main-page-contact
------------------------------------- */
.sec-contact {}
.sec-contact .txtbox {
  margin: 0 auto 75px;
  text-align: center;
}
.sec-contact .txtbox .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-contact {
    padding: 40px 0 50px;
  }
  .sec-contact .txtbox {
    margin: 0 auto 37px;
    text-align: left;
  }
  .sec-contact .txtbox .txt {
    text-align: left;
    line-height: calc(24/14);
  }
}

/* .cf-box
------------------------ */
.cf-box {}
.cf-box table {}
.p-contact__form {}
.p-contact__form tr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  margin-bottom: 30px;
}
.p-contact__form th {
  height: 100%;
  min-height: 54px;
}
.p-contact__form th p {
  display: flex;
  width: 217px;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
}
.p-contact__form td {
  width: 100%;
  max-width: 527px;
}
.p-contact__form td p {
  display: block;
  width: 100%;
  line-height: 1.25;
}
.p-contact__form .note {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  line-height: calc(18/12);
}
@media screen and (max-width: 768px) {
  .p-contact__form tr {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0 0;
    width: 100%;
    margin-bottom: 26px;
  }
  .p-contact__form th {
    height: 100%;
    min-height: auto;
    margin-bottom: 10px;
  }
  .p-contact__form th p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
  }
  .p-contact__form td {
    width: 100%;
    max-width: 100%;
  }
  .p-contact__form .note {
    margin-top: 10px;
  }
}

.p-contact__form .required {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  margin-left: 20px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #1e1e1e;
}
.p-contact__form .any {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  margin-left: 20px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #646464;
  text-align: center;
  background: transparent;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
}
@media screen and (max-width: 768px) {
  .p-contact__form .required {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 20px;
    margin-left: 10px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #1e1e1e;
  }
  .p-contact__form .any {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 20px;
    margin-left: 10px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #646464;
    text-align: center;
    background: transparent;
    outline: 1px solid #dcdcdc;
    outline-offset: -1px;
  }
}

/* .p-contact__form .p-selectbox */
.p-contact__form .p-selectbox {
  position: relative;
}
.p-contact__form .p-selectbox::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_select_btn.svg) no-repeat;
  pointer-events: none;
  background-size: contain;
}
.p-contact__form .p-selectbox select {
  appearance: none;
  width: 100%;
  height: 54px;
  padding: 0 19px;
  border: none;
  color: #646464;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  outline: 0;
}
.p-contact__form .p-selectbox select option {
  color: #646464;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact__form .p-selectbox .label {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-contact__form .p-selectbox .label::after {
    top: 10px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .p-contact__form .p-selectbox select {
    width: 100%;
    height: 54px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.p-contact__form .w100 td {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.p-contact__form .p-checkbox.policy {
  margin: 22px 0 55px;
}
.p-contact__form .p-checkbox.policy p {
  display: inline-block;
  font-weight: var(--medium);
}
.p-contact__form .p-checkbox.policy a {
  display: inline-block;
  color: var(--blue);
}
.p-contact__form .p-checkbox.policy .wpcf7-form-control-wrap {
  width: 20px;
  margin-right: 5px;
}
.p-contact__form .p-checkbox.policy .wpcf7-list-item {
  margin: 0;
}
.p-contact__form label {
  display: flex;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  align-items: center;
}
.p-contact__form input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  border: 1px solid #000;
  cursor: pointer;
}
.p-contact__form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 3.2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #1e1e1e;
  border-left: 2px solid #1e1e1e;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-contact__form .w100 td {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .p-contact__form .p-checkbox.policy {
    margin: 7px 0 35px;
  }
  .p-contact__form .p-checkbox.policy p {
    display: inline-block;
    font-weight: var(--medium);
  }
  .p-contact__form .p-checkbox.policy a {
    display: inline-block;
    color: var(--blue);
  }
  .p-contact__form .p-checkbox.policy .wpcf7-form-control-wrap {
    width: 20px;
    margin-right: 5px;
  }
  .p-contact__form .p-checkbox.policy .wpcf7-list-item {
    margin: 0;
  }
  .p-contact__form label {
    display: flex;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
    align-items: center;
  }
  .p-contact__form input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    top: 4px;
    border: 1px solid #000;
    cursor: pointer;
  }
  .p-contact__form input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 4.5px;
    left: 3.2px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #1e1e1e;
    border-left: 2px solid #1e1e1e;
    transform: rotate(-45deg);
  }
}

/* .cf-box .wpcf7-form  
---------------------------------------- */
.cf-box .wpcf7-form input[type="text"],
.cf-box .wpcf7-form input[type="password"],
.cf-box .wpcf7-form input[type="datetime"],
.cf-box .wpcf7-form input[type="datetime-local"],
.cf-box .wpcf7-form input[type="date"],
.cf-box .wpcf7-form input[type="month"],
.cf-box .wpcf7-form input[type="time"],
.cf-box .wpcf7-form input[type="week"],
.cf-box .wpcf7-form input[type="number"],
.cf-box .wpcf7-form input[type="email"],
.cf-box .wpcf7-form input[type="url"],
.cf-box .wpcf7-form input[type="search"],
.cf-box .wpcf7-form input[type="tel"],
.cf-box .wpcf7-form input[type="color"],
.cf-box .wpcf7-form .uneditable-input {
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: 10px 20px;
  margin: 0;
  font-size: 16px;
  line-height: calc(24/16);
  background: #fff;
  font-weight: var(--medium);
  border: 0;
}
.cf-box .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  height: 198px;
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  line-height: calc(24/16);
  border: 0;
  outline: 0;
}
.cf-box .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  text-align: left;
  margin: 0 auto 10px auto
}
.cf-box .wpcf7-form ::placeholder {
  font-weight: var(--regular);
  color: #dcdcdc;
}
.cf-box .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px;
  font-weight: var(--medium);
}
.wpcf7 form.sent .wpcf7-response-output,
.cf-box .wpcf7 form.invalid .wpcf7-response-output,
.cf-box .wpcf7 form.unaccepted .wpcf7-response-output,
.cf-box .wpcf7 form.payment-required .wpcf7-response-output {
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 2em auto;
  padding: 1em;
  border: 3px solid var(--blue)!important;
}
.cf-box .p-checkbox.policy .wpcf7-list-item-label {
  display: none;
}
.cf-box .p-checkbox.policy .wpcf7-not-valid-tip {
  display: none;
}
@media screen and (max-width: 768px) {
  .cf-box .wpcf7-form input[type="text"],
  .cf-box .wpcf7-form input[type="password"],
  .cf-box .wpcf7-form input[type="datetime"],
  .cf-box .wpcf7-form input[type="datetime-local"],
  .cf-box .wpcf7-form input[type="date"],
  .cf-box .wpcf7-form input[type="month"],
  .cf-box .wpcf7-form input[type="time"],
  .cf-box .wpcf7-form input[type="week"],
  .cf-box .wpcf7-form input[type="number"],
  .cf-box .wpcf7-form input[type="email"],
  .cf-box .wpcf7-form input[type="url"],
  .cf-box .wpcf7-form input[type="search"],
  .cf-box .wpcf7-form input[type="tel"],
  .cf-box .wpcf7-form input[type="color"],
  .cf-box .wpcf7-form .uneditable-input {
    width: 100%;
    max-width: 100%;
    height: 54px;
    padding: 10px 16px;
    margin: 0;
    font-size: 16px;
    line-height: calc(24/16);
    background: #fff;
    font-weight: var(--medium);
    border: 0;
  }
  .cf-box .wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    height: 198px;
    padding: 16px 16px;
    margin: 0;
    font-size: 16px;
    line-height: calc(24/16);
    border: 0;
    outline: 0;
  }
  .cf-box .wpcf7-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    text-align: left;
    margin: 0 auto 10px auto
  }
  .cf-box .wpcf7-form ::placeholder {
    font-weight: var(--regular);
    color: #dcdcdc;
  }
  .cf-box .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
    font-weight: var(--medium);
  }
  .cf-box .wpcf7 form.invalid .wpcf7-response-output,
  .cf-box .wpcf7 form.unaccepted .wpcf7-response-output,
  .cf-box .wpcf7 form.payment-required .wpcf7-response-output {
    display: block;
    text-align: center;
    max-width: 600px;
    margin: 2em auto;
    padding: 1em;
    border: 3px solid var(--blue)!important;
  }
  .cf-box .p-checkbox.policy .wpcf7-list-item-label {
    display: none;
  }
  .cf-box .p-checkbox.policy .wpcf7-not-valid-tip {
    display: none;
  }
}


/* --------------------------------
  .main-page-thanks
------------------------------------- */
.sec-thanks .mp-top__en {
  margin: 0 0 28px -22px;
}
@media screen and (max-width: 768px) {
  .sec-thanks {
    padding: 20px 0 60px;
  }
  .sec-thanks .mp-top__en {
    margin: 0 0 12px -4px;
  }
}


/* --------------------------------
  .main-page-404
------------------------------------- */
.sec-404 .mp-top__en {
  font-family: var(--roboto);
  font-size: 80px;
  letter-spacing: normal;
  line-height: calc(106/80);
  font-weight: var(--bold)
}
@media screen and (max-width: 768px) {
  .sec-404 {
    padding: 20px 0 60px;
  }
  .sec-404 .mp-top__en {
    font-size: 50px;
    line-height: calc(66/40);
  }
}

/* --------------------------------
  .mp-news
------------------------------------- */
.mp-news {}
.mp-news .sec-archive_news-box {
  display: flex;
  gap: 0 12.8644%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mp-news .sec-archive_news-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
  }
}

/* .aside
------------------------------------ */
.mp-news .aside.-news_archivepage {
  width: 22.1269%;
  max-width: 258px;
}
.p-aside-ttl {
  position: relative;
  display: block;
  padding: 5px 0;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -.12em;
  line-height: calc(18/15);
  text-align: left;
  color: #969696;
}
.p-aside-ttl.border {
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.p-aside-ttl.border::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
}
/* .p-aside-category_list */
.p-aside-category_list {
  margin-bottom: 25px;
}
.p-aside-category_list li {
  display: flex;
  margin-bottom: 16px;
  padding: 0 5px;
  font-weight: var(--regular);
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #646464;
}
.p-aside-category_list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3.5px 10px 0 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dcdcdc;
  transition: .25s;
}
.p-aside-category_list li a:hover,
.p-aside-category_list li.active a {
  color: var(--blue);
  font-weight: var(--semibold);
}
.p-aside-category_list li:hover::before,
.p-aside-category_list li.active::before {
  background: var(--blue);
  border: 0;
}
.p-aside-category_list li a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mp-news .aside.-news_archivepage {
    width: 100%;
    max-width: 100%;
    padding-bottom: 22px;
  }
  .p-aside-ttl {
    padding-bottom: 8px;
  }
  .p-aside-ttl.border {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .p-aside-ttl.border::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
  }
  /* .p-aside-category_list */
  .p-aside-category_list {
    display: flex;
    gap: 0 5.97%;
    margin-bottom: 10px;
  }
  .p-aside-category_list li {
    padding: 0;
    flex-shrink: 0;
    font-size: var(--clamp_14px);
  }
  .p-aside-category_list li::before {
    display: none;
  }
}

/* .p-aside-selectbox */
.p-aside-selectbox .label {
  position: relative;
  width: 258px;
  background: #fff;
  margin: 10px 0;
}
.p-aside-selectbox .label::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_select_btn.svg) no-repeat;
  pointer-events: none;
  background-size: contain;
}
.p-aside-selectbox select {
  appearance: none;
  width: 258px;
  height: 40px;
  padding: 0 15px;
  border: none;
  color: #646464;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  outline: 0;
}
.p-aside-selectbox select option {
  color: #646464;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-aside-selectbox .label {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-aside-selectbox .label::after {
    top: 10px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .p-aside-selectbox select {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
  }
}

/* .sec-archive_news .news-listbox
---------------------------------------- */
.sec-archive_news .news-listbox {
  width: 65%;
  max-width: 764px;
}
.sec-archive_news .news-listbox .news-linklist a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10.5px 0 14.5px;
}
.sec-archive_news .news-listbox .news-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec-archive_news .news-listbox .news-ttl {
  width: calc(100% - 50px);
  max-width: 704px;
}
.news-linklist {
  margin-bottom: 80px;
}
.news-linklist .l-linklist_mark {
  margin-bottom: 0;
}
.news-linklist .l-linklist_mark a::after {
  margin-top: 15px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec-archive_news {
    padding: 32px 0 30px;
  }
  .sec-archive_news .flex {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .sec-archive_news .heading-box {
    width: 100%;
    margin-top: 5px;
  }
  .sec-archive_news .news-listbox {
    width: 100%;
    max-width: 100%;
  }
  .sec-archive_news .news-listbox .news-linklist a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7px 0 10px;
  }
  .sec-archive_news .news-listbox .news-ttl {
    margin: 5px 0;
    width: 90%;
    max-width: 90%;
    font-size: 14px;
    line-height: calc(24/14);
  }
  .news-linklist {
    margin-bottom: 40px;
  }
  .news-linklist .l-linklist_mark {
    margin-bottom: 0;
  }
  .news-linklist .l-linklist_mark a::after {
    margin-top: 50px;
    right: 0;
  }
}

/* --------------------------------
  single news
------------------------------------- */
.p-news__detail {
  padding: 65px 0 65px;
}
.news-body {}
.news-body .news-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.news-body .news-toptitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 24px;
  line-height: calc(38/24);
  text-align: left;
  color: var(--heading);
}
.news-body .wp-block-image {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .p-news__detail {
    padding: 70px 0 40px;
  }
  .news-body {}
  .news-body .news-status {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .news-body .news-toptitle {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: calc(30/18);
  }
  .news-body .wp-block-image {
    margin: 30px 0;
  }
}

/* .news-content
-------------------------------- */
.news-content {
  margin-bottom: 108px;
}
 .news-content * {
  font-weight: var(--regular);
  font-size: 16px;
  line-height: calc(32/16);
  text-align: left;
 }
.news-content p {
  display: block;
  margin-bottom: 2em;
  font-weight: var(--regular);
  font-size: 16px;
  line-height: calc(32/16);
  text-align: left;
}
.news-content a {
  color: var(--blue);
}
.news-content a:hover {
  text-decoration: underline;
}
.news-content h1 {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: calc(38/24);
  text-align: left;
  color: var(--heading);
}
.news-content h2 {
  display: block;
  margin: 45px 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: calc(30/20);
  text-align: left;
  color: var(--heading);
}
.news-content h3 {
  display: flex;
  margin: 45px 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: calc(30/18);
  text-align: left;
  color: var(--heading);
}
.news-content h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: .9em 10px 0 0;
  background: var(--blue);
}
.news-content h4 {
  display: block;
  margin: 40px 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: calc(30/16);
  text-align: left;
  color: var(--heading);
}
@media screen and (max-width: 768px) {
  .news-content {
    margin-bottom: 40px;
  }
   .news-content * {
    font-size: 14px;
    line-height: calc(26/14);
   }
  .news-content p {
    margin-bottom: 1.8em;
    font-size: 14px;
    line-height: calc(26/14);
  }
  .news-content a {
    color: var(--blue);
  }
  .news-content h1 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: calc(30/18);
  }
  .news-content h2 {
    margin: 50px 0 12.5px;
    font-size: 15px;
    line-height: calc(28/15);
  }
  .news-content h3 {
    margin: 50px 0 12.5px;
    font-size: 14px;
    line-height: calc(26/14);
  }
  .news-content h3::before {
    width: 10px;
    height: 1px;
    margin: .9em 5px 0 0;
  }
  .news-content h4 {
    margin: 40px 0 15px;
    font-size: 14px;
    line-height: calc(26/14);
  }
}

/* #toc_container
-------------------------------- */
#toc_container {
  background: #f0f0f0;
  margin: 0 auto 48px;
  padding: 18px 30px 15px;
}
#toc_container .toc_title {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: calc(30/20);
  text-align: left;
  color: var(--heading);
  width: 100%;
}
#toc_container .toc_title::after {
  content: "";
  position: relative;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
#toc_container .toc_list a {
  display: inline-block;
  margin-bottom: 17.5px;
  color: #1e1e1e;
}
#toc_container .toc_list a:hover {
  color: var(--blue);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #toc_container {
    margin: 0 auto 48px;
    padding: 16px 20px 15px;
  }
  #toc_container .toc_title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: calc(28/16);
  }
  #toc_container .toc_title::after {
    bottom: -8px;
  }
  #toc_container .toc_list a {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: calc(26/14);
  }
}

/* .p-news__detail .news-navi 
-------------------------------- */
.p-news__detail .news-navi {
  display: flex;
  gap: 0 6.5274%;
  margin: 0 auto 120px;
}
.news-naviLink {
  width: calc(100% / 2);
  max-width: 358px;
}
.news-naviLink a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.news-naviLink.-next a {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.news-naviLink__title {
  position: relative;
  margin-bottom: 22.5px;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -.12em;
  text-align: left;
  color: #1e1e1e;
}
.news-naviLink__title::after {
  position: relative;
  bottom: -7.5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.news-naviLink .news-naviLink__mark {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  transition: .25s;
}
.news-naviLink.-back .news-naviLink__mark {
  margin: 5px 12.5px 0 0;
}
.news-naviLink.-next .news-naviLink__mark {
  margin: 5px 0 0 12.5px;
}
.news-naviLink.-next .news-naviLink__title {
  text-align: right;
}

/* hover */
.news-naviLink:hover .news-naviLink__title,
.news-naviLink:hover .news-naviLink__txt {
  color: var(--blue);
}
.news-naviLink:hover .news-naviLink__mark {
  background: var(--blue);
  border: 0;
}

/* .news-naviLink__txt */
.news-naviLink__txt {
  font-weight: var(--regular);
  font-size: 12px;
  line-height: calc(20/12);
  text-align: left;
  color: #1e1e1e;
}

/* .p-news__detail .linkArea */
.p-news__detail .linkArea {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-news__detail .linkArea a {}
.p-news__detail .linkArea a:hover {
  opacity: .7;
}
.p-news__detail .linkArea .linkButton {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.12em;
  text-align: center;
  color: var(--blue);
}
.p-news__detail .linkArea .linkButton::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 10px;
  background: url(../img/common/ico_viewall_btn.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-news__detail .news-navi {
    display: flex;
    gap: 0 6.5274%;
    margin: 0 auto 25px;
  }
  .news-naviLink {
    width: calc(100% / 2);
    max-width: 358px;
  }
  .news-naviLink__title {
    margin-bottom: 22.5px;
  }
  .news-naviLink .news-naviLink__mark {
    width: 8px;
    height: 8px;
  }
  .news-naviLink.-back .news-naviLink__mark {
    margin: 5px 12.5px 0 5px;
  }
  .news-naviLink.-next .news-naviLink__mark {
    margin: 5px 5px 0 12.5px;
  }
  .p-news__detail .linkArea .linkButton::before {
    margin: 0 auto 15px;
  }
}

/* .p-pagenavi
------------------------------------- */
.p-pagenavi {}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 14px;
  margin: 40px auto 60px;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: var(--medium);
}
.wp-pagenavi span:not(.extend),
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #1e1e1e;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  position: relative;
  color: #fff;
  background: var(--blue);
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 40px auto 30px;
  }
}

/* --------------------------------
  .breadcrumbs
------------------------------------- */
.breadcrumbs {
  position: relative;
  top: 0;
  z-index: 9;
  padding: 12.5px 0;
  font-weight: var(--normal);
  font-size: 11px;
  text-align: left;
  color: #fff;
  background: var(--mainblack);
}
.breadcrumbs .flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs .flex::-webkit-scrollbar {
  display: none;
}
.breadcrumbs .separator {
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 5px 10px;
  background: #969696;
}
.breadcrumbs .flex span {
  flex-shrink: 0;
}
.breadcrumbs a {
  flex-shrink: 0;
  color: #969696;
}
.breadcrumbs a:hover {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .breadcrumbs {
    padding: 8.5px 0;
    font-size: 10px;
  }
  .breadcrumbs .separator {
    width: 5px;
    height: 1px;
    margin: 4px 6px;
  }
}


/* --------------------------------
  add
------------------------------------- */
@media screen and (max-width: 768px) {
}

