@charset "utf-8";
/* CSS Information =========================================
   pages.css
========================================================= */

/* =========================================================
   pages.css
========================================================= */
/* index ===================================================
   template
   common(structure)
   common(heading)
   @keyframes
   home
   company
   case
   contact
========================================================= */

/* template
----------------------------------------------- */
@media (max-width: 480px) {
}
@media (min-width: 481px) {
}
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (min-width: 1152px) {
}

/* common(structure)
----------------------------------------------- */
.home    .sec-visual          > .inner-sec,
.home    .sec-intro           > .inner-sec,
.home    .sec-support         > .inner-sec,
.home    .sec-marcheportal    > .inner-sec,
.home    .sec-event           > .inner-sec,
.home    .sec-contact         > .inner-sec,
.company .sec-company_profile > .inner-sec,
.case    .sec-case_list       > .inner-sec {
  padding-left: 0;
  padding-right: 0;
  width: auto;
    max-width: none;
}

@media (max-width: 833px) {
  
  .company .heading-1 > span,
  .case    .heading-1 > span,
  .contact .heading-1 > span,
  .home .sec-visual                     > .inner-sec > ._heading,
  .home .sec-intro                      > .inner-sec > ._heading,
  .home .sec-intor__planning            > .inner-sec > ._heading,
  .home .sec-intro__support             > .inner-sec,
  .home .sec-support ._support_organizer,
  .home .sec-support ._service > ._list,
  .home .sec-marcheportal__achievements > .inner-sec,
  .home .sec-marcheportal__sdgs         > .inner-sec,
  .home .sec-event__case                > .inner-sec,
  .home .sec-event__sns                 > .inner-sec,
  .home .sec-contact                    > .inner-sec > ._heading,
  .home .sec-contact__contact_us        > .inner-sec,
  .home .sec-contact__entry             > .inner-sec,
  .company .sec-company_profile         > .inner-sec > ._heading,
  .company .sec-company_profile ._company_profile,
  .company .sec-company_profile ._overview,
  .case    .sec-case                    > .inner-sec > .inner-sec_contents {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
}

@media (min-width: 834px) {
  
  .company .heading-1 > span,
  .case    .heading-1 > span,
  .contact .heading-1 > span,
  .home .sec-visual                     > .inner-sec > ._heading,
  .home .sec-intro                      > .inner-sec > ._heading,
  .home .sec-intor__planning            > .inner-sec > ._heading,
  .home .sec-intro__support             > .inner-sec,
  .home .sec-support ._support_organizer,
  .home .sec-support ._service > ._list,
  .home .sec-marcheportal__achievements > .inner-sec,
  .home .sec-marcheportal__sdgs         > .inner-sec,
  .home .sec-event__case                > .inner-sec,
  .home .sec-event__sns                 > .inner-sec,
  .home .sec-contact                    > .inner-sec > ._heading,
  .home .sec-contact__contact_us        > .inner-sec,
  .home .sec-contact__entry             > .inner-sec,
  .company .sec-company_profile         > .inner-sec > ._heading,
  .company .sec-company_profile ._company_profile,
  .company .sec-company_profile ._overview,
  .case    .sec-case                    > .inner-sec > .inner-sec_contents {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .company .heading-1 > span,
  .case    .heading-1 > span,
  .contact .heading-1 > span,
  .home .sec-visual                     > .inner-sec > ._heading,
  .home .sec-intro                      > .inner-sec > ._heading,
  .home .sec-intor__planning            > .inner-sec > ._heading,
  .home .sec-intro__support             > .inner-sec,
  .home .sec-support ._support_organizer,
  .home .sec-support ._service > ._list,
  .home .sec-marcheportal__achievements > .inner-sec,
  .home .sec-marcheportal__sdgs         > .inner-sec,
  .home .sec-event__case                > .inner-sec,
  .home .sec-event__sns                 > .inner-sec,
  .home .sec-contact                    > .inner-sec > ._heading,
  .home .sec-contact__contact_us        > .inner-sec,
  .home .sec-contact__entry             > .inner-sec,
  .company .sec-company_profile         > .inner-sec > ._heading,
  .company .sec-company_profile ._company_profile,
  .company .sec-company_profile ._overview,
  .case    .sec-case                    > .inner-sec > .inner-sec_contents {
    margin-left: auto;
    margin-right: auto;
    width: auto;
      max-width: 1152px;
  }
  
}

/* common(heading)
----------------------------------------------- */
.company .heading-1,
.case    .heading-1,
.contact .heading-1 {
  background-color: #e47910;
  color: #fff;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.company .heading-1 > span,
.case    .heading-1 > span,
.contact .heading-1 > span {
  display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.company .heading-1 > span > span,
.case    .heading-1 > span > span,
.contact .heading-1 > span > span {
  display: block;
}

.company .heading-1 > span > span:nth-child(2),
.case    .heading-1 > span > span:nth-child(2),
.contact .heading-1 > span > span:nth-child(2) {
  color: #e47910;
  font-weight: 900;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.company .heading-2,
.case    .heading-2,
.contact .heading-2 {
  font-weight: normal;
  margin-bottom: 0.5em;
}

.company .heading-2 > span,
.case    .heading-2 > span,
.contact .heading-2 > span {
  border-left: 8px solid #e47910;
  display: block;
  padding-left: 0.5em;
}

@media (max-width: 833px) {
  
  .company .heading-1 > span > span:nth-child(2),
  .case    .heading-1 > span > span:nth-child(2),
  .contact .heading-1 > span > span:nth-child(2) {
    font-size: 2em;
  }
  
}

@media (min-width: 834px) {
  
  .company .heading-1 > span > span:nth-child(2),
  .case    .heading-1 > span > span:nth-child(2),
  .contact .heading-1 > span > span:nth-child(2) {
    font-size: 2.5em;
  }
  
}

/* @keyframes
----------------------------------------------- */
@keyframes bg_move {
  from { background-position-x: 0; }
  to   { background-position-x: -1000px; }
}

/* home
----------------------------------------------- */
.home ._heading {
  font-weight: normal;
  line-height: 1.25;
}

.home ._heading + ._subheading {
  color: #e47910;
  font-family: "Pacifico", cursive;
  font-style: normal;
  font-weight: 400;
  margin-top: -2em;
  margin-bottom: 2em;
  text-align: center;
}

.home .heading-2 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}

.home .heading-2 ._en {
  display: none;
}

.home .heading-2 ._jp > span {
  display: block;
}

.home .sec-lv-3 {
  margin-bottom: 1.5em;
}

.home .heading-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}

.home .sec-home > .inner-sec > ._heading {
  display: none;
}

.home .sec-visual > .inner-sec > ._heading {
  display: none;
}

.home .sec-visual ._slider ._slide_item._slide_01 {
  background:
    url("../img/home/slide_01_frame.png") no-repeat center / 100% 100%,
    linear-gradient( rgba( 0, 0, 0, 0.3 ), rgba( 0, 0, 0, 0.3 ) ),
    url("../img/home/slide_01_bg.jpg") no-repeat center / cover;
}

.home .sec-visual ._slider ._slide_item._slide_02 {
  background:
    url("../img/home/slide_02_frame.png") no-repeat center / 100% 100%,
    linear-gradient( rgba( 0, 0, 0, 0.3 ), rgba( 0, 0, 0, 0.3 ) ),
    url("../img/home/slide_02_bg.jpg") no-repeat center / cover;
}

.home .sec-visual ._slider ._slide_item._slide_03 {
  background:
    url("../img/home/slide_03_frame.png") no-repeat center / 100% 100%,
    linear-gradient( rgba( 0, 0, 0, 0.3 ), rgba( 0, 0, 0, 0.3 ) ),
    url("../img/home/slide_03_bg.jpg") no-repeat center / cover;
}

.home .sec-visual ._slider ._slide_item > span {
  display: block;
  height: 504px;
}

.home .sec-visual ._slider ._slide_item > span > a {
  display: flex;
    align-items: center;
    justify-content: center;
  height: 100%;
}

.home .sec-visual ._slider ._slide_item img {
  display: none;
  width: 100%;
    max-width: 640px;
}

.home .sec-intro > .inner-sec > ._heading {
  display: none;
}

.home .sec-intor__planning > .inner-sec > ._heading > span {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .sec-intor__planning ._planning > ._list {
  display: flex;
    justify-content: center;
}

.home .sec-intor__planning ._planning > ._list > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.home .sec-intor__planning ._planning > ._list > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.home .sec-intor__planning ._planning > ._list > ul > li::before {
  content: "・";
}

.home .sec-intro__support > .inner-sec > ._heading > span > span:nth-child(1) {
  display: block;
}

.home .sec-support > .inner-sec > ._heading {
  animation: bg_move 50s linear infinite;
  background: url("../img/home/support_heading_bg.png") repeat-x center / 636px;
}

.home .sec-support ._support_organizer ._image {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    min-width: 288px;
}

.home .sec-support ._service {
  background: url("../img/home/support_bg.png") no-repeat center / 100% 100%;
}

.home .sec-support ._service > ._list ._item {
  display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  height: 100%;
}

.home .sec-support ._service > ._list ._item ._image {
  border: 2px solid #e7922b;
  border-radius: 0.5em;
}

.home .sec-support ._service > ._list ._item ._title {
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 100%;
}

.home .sec-support ._service > ._list ._item ._title > span {
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}

.home .sec-marcheportal > .inner-sec > ._heading {
  animation: bg_move 50s linear infinite;
  background: url("../img/home/marcheportal_heading_bg.png") repeat-x center / 1054px;
}

.home .sec-marcheportal__achievements > .inner-sec > ._heading {
  display: none;
}

.home .sec-marcheportal__achievements ._overview ._contents ._title {
  line-height: 1.25;
}

.home .sec-marcheportal__achievements ._overview ._contents ._title > span:nth-child(1) {
  display: block;
}

.home .sec-marcheportal__achievements ._overview ._contents ._text > p:nth-child(2) {
  width: auto;
    max-width: 29em;
}

.home .sec-marcheportal__achievements ._sns ._list > ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home .sec-marcheportal__achievements ._sns > ._list ._item {
  border: 1px solid #000;
  border-radius: 1em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.home .sec-marcheportal__achievements ._sns > ._list ._item ._title {
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: clamp( 1.25em, 3vw, 2em );
  height: 45%;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
}

.home .sec-marcheportal__achievements ._sns > ._list ._item ._count {
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: clamp( 1.5em, 5vw, 2.5em );
  height: 55%;
  position: absolute;
    bottom: 0;
    left: 0;
  width: 100%;
}

.home .sec-marcheportal__achievements ._sns > ._list ._item._instagram {
  border-color: #8e17ff;
}

.home .sec-marcheportal__achievements ._sns > ._list ._item._instagram ._title {
  background: linear-gradient( 120deg, #5b20f5 0%, #e933cc 71%, #bd082c 100% );
}

.home .sec-marcheportal__achievements ._sns > ._list ._item._line {
  border-color: #00a65a;
}

.home .sec-marcheportal__achievements ._sns > ._list ._item._line ._title {
  background-color: #00a65a;
}

.home .sec-marcheportal__achievements ._regional_results {
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
  width: auto;
    max-width: 640px;
}

.home .sec-marcheportal__achievements ._regional_results ._chart {
  margin: 1.5em 0.5em;
  width: 224px;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list > ul > li:not(:last-child) {
  margin-bottom: 1.5em;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item {
  display: flex;
    align-items: center;
    justify-content: space-between;
  width: 90%;
    min-width: 272px;
    max-width: 384px;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item ._region {
  padding-left: 3em;
  position: relative;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item ._region::before {
  background-color: #000;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
    top: calc( 50% - 16px );
    left: 0;
  width: 32px;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item._tokai ._region::before {
  background-color: #0061d5;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item._kanto ._region::before {
  background-color: #ff1745;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item._kansai ._region::before {
  background-color: #ffb045;
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item ._region .sns_title,
.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item ._region ._sns_account {
  line-height: 1.25;
  width: calc( 100% - 32px );
}

.home .sec-marcheportal__achievements ._regional_results ._details > ._list ._item ._num {
  flex-shrink: 0;
  text-align: right;
  width: 3em;
}

.home .sec-marcheportal__sdgs > .inner-sec > ._heading > span > span:nth-child(1) {
  display: block;
}

.home .sec-marcheportal__sdgs ._sdgs_logo {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
    max-width: 388px;
}

.home .sec-marcheportal__sdgs ._ccp_sdgs > ._list > ul {
  counter-reset: count;
}

.home .sec-marcheportal__sdgs ._ccp_sdgs > ._list > ul > li::before {
  background: url("../img/home/marcheportal_ccp_sdgs_bg.png") center bottom / 84px 24px no-repeat;
  color: #e47910;
  content: counter(count);
  counter-increment: count;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
}

.home .sec-marcheportal__sdgs ._ccp_sdgs > ._list ._item ._title {
  color: #e47910;
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

.home .sec-marcheportal__sdgs ._ccp_sdgs ._sdgs_image > ._list > ul {
  display: grid;
    gap: 0.5em;
    grid-template-columns: 1fr 1fr 1fr;
}

.home .sec-event > .inner-sec > ._heading {
  animation: bg_move 50s linear infinite;
  background: url("../img/home/event_heading_bg.png") repeat-x center / 424px;
}

.home .sec-event__case > .inner-sec > ._heading {
  display: none;
}

.home .sec-event__case ._case > ._list > ul > li > a {
  color: #333;
}

.home .sec-event__case ._case > ._list ._item {
  border-radius: 0.75em;
  box-shadow: 0 2px 4px rgba( 51, 51, 51, 0.3 );
  overflow: hidden;
}

.home .sec-event__case ._case > ._list ._item ._contents {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
  padding: 0.5em 0.5em 0.75em;
}

.home .sec-event__case ._case > ._list ._item ._contents ._title {
  color: #e47910;
  font-size: 1.25em;
}

.home .sec-event__case ._case > ._list ._item ._contents ._location {
  margin-bottom: 1em;
}

.home .sec-event__sns > .inner-sec > ._heading > span > span:nth-child(1) {
  display: block;
}

.home .sec-contact > .inner-sec > ._heading {
  display: none;
}

.home .sec-contact__contact_us {
  background: radial-gradient( circle at center, rgba( 255, 168, 54, 0.8 ) 0%, #fe9121 90% );
  margin-bottom: 0;
}

.home .sec-contact__contact_us > .inner-sec {
  padding-bottom: 2em;
}

.home .sec-contact__contact_us > .inner-sec > ._heading {
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}

.home .sec-contact ._contact_methods ._btn > a {
  background: #fff no-repeat 85% 50% / 48px 48px;
  border: 2px solid #000;
  border-radius: 2em;
  box-shadow: 0 2px 4px 2px rgba( 0, 0, 0, 0.1 );
  box-sizing: border-box;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  padding: 0.75em 1em;
  padding-right: 4em;
  text-align: center;
  width: 296px;
}

.home .sec-contact__contact_us ._contact_methods {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home .sec-contact__contact_us ._contact_methods ._btn > a {
  border-color: #e47910;
  color: #e47910;
}

.home .sec-contact__contact_us ._contact_methods ._tel ._btn > a {
  background-image: url("../img/home/icon_tel.png");
}

.home .sec-contact__contact_us ._contact_methods ._contact_form ._btn > a {
  background-image: url("../img/home/icon_mail.png");
}

.home .sec-contact__contact_us ._contact_methods ._business_hours {
  color: #fff;
  text-align: center;
}

.home .sec-contact__entry > .inner-sec > ._heading {
  padding-top: 1em;
  padding-bottom: 1em;
}

.home .sec-contact__entry > .inner-sec > ._heading > span {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .sec-contact__entry ._contact_methods {
  display: flex;
    justify-content: center;
}

.home .sec-contact__entry ._contact_methods ._line ._btn > a {
  background-image: url("../img/home/icon_line.svg");
  background-position: 80% 50%;
  border-color: #00a65a;
  background-size: 46px;
  color: #00a65a;
}

@media (max-width: 833px) {
  
  .home ._heading + ._subheading {
    font-size: 1.2em;
  }
  
  .home .heading-2 {
    font-size: 1.6em;
  }
  
  .home .heading-3 {
    font-size: 1.6em;
  }
  
  .home .sec-intor__planning ._planning {
    background: url("../img/home/intor_planning_bg_sp.png") no-repeat center / 100% 100%;
    margin-top: -1.5em;
    padding: 1.5em 3em;
  }
  
  .home .sec-support > .inner-sec > ._heading {
    font-size: clamp( 1.5em, 6vw, 1.6em );
  }
  
  .home .sec-support ._support_organizer ._image {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  
  .home .sec-support ._service > ._list > ul {
    display: grid;
      gap: 1em;
      grid-template-columns: repeat( auto-fit, minmax( clamp( 144px, 20vw, 152px ), 1fr ) );
  }
  
  .home .sec-marcheportal > .inner-sec > ._heading {
    font-size: clamp( 1.25em, 5vw, 1.6em );
  }
  
  .home .sec-marcheportal__achievements ._overview {
    margin-bottom: 1.5em;
  }
  
  .home .sec-marcheportal__achievements ._overview ._image {
    margin: 1.5em auto;
    width: 80%;
      max-width: 350px;
  }
  
  .home .sec-marcheportal__achievements ._overview ._contents {
    display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .home .sec-marcheportal__achievements ._overview ._contents ._title {
    font-size: clamp( 1.6em, 6.5vw, 2em );
    margin-bottom: 0.5em;
  }
  
  .home .sec-marcheportal__achievements ._sns {
    margin-bottom: 1.5em;
  }
  
  .home .sec-marcheportal__achievements ._sns ._list > ul > li {
    width: 40%;
      min-width: calc( 160px - 1em );
      max-width: 240px;
  }
  
  .home .sec-marcheportal__achievements ._sns > ._list ._item {
    border-width: 2px;
  }
  
  .home .sec-marcheportal__sdgs > .inner-sec > ._heading {
    font-size: clamp( 1.3em, 5.5vw, 1.6em );
    margin-bottom: 2px;
  }
  
  .home .sec-marcheportal__sdgs ._ccp_sdgs > ._list > ul {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
  }
  
  .home .sec-marcheportal__sdgs ._ccp_sdgs > ._list > ul > li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 45%;
      min-width: 272px;
  }
  
  .home .sec-marcheportal__sdgs ._ccp_sdgs > ._list > ul > li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  
  .home .sec-event > .inner-sec > ._heading {
    font-size: clamp( 1.5em, 6vw, 1.6em );
  }
  
  .home .sec-event__case ._case > ._list > ul {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
  }
  
  .home .sec-event__case ._case > ._list > ul > li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 45%;
      min-width: 272px;
  }
  
  .home .sec-event__case ._case > ._list > ul > li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  
  .home .sec-event__sns > .inner-sec > ._heading {
    font-size: clamp( 1.25em, 5vw, 1.6em );
    margin-bottom: 4px;
  }
  
  .home .sec-contact__contact_us > .inner-sec > ._heading > span > span:nth-child(1) {
    display: block;
  }
  
  .home .sec-contact__contact_us ._contact_methods ._tel {
    margin-bottom: 1.5em;
  }
  
  .home .sec-contact__entry > .inner-sec > ._heading {
    font-size: clamp( 1.4em, 5.5vw, 1.6em );
  }
  
}

@media (min-width: 834px) {
  
  .home ._heading + ._subheading {
    font-size: 1.5em;
  }
  
  .home .heading-2 {
    font-size: 2em;
  }
  
  .home .heading-3 {
    font-size: 2em;
  }
  
  .home .sec-intor__planning ._planning {
    background: url("../img/home/intor_planning_bg_pc.png") no-repeat center / 100% 100%;
    margin-top: -4em;
    padding-top: 5em;
    padding-bottom: 5em;
  }
  
  .home .sec-intro__support > .inner-sec > ._heading > span > span:nth-child(2) {
    display: block;
  }
  
  .home .sec-support ._support_organizer ._image {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  
  .home .sec-support ._service > ._list > ul {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }
  
  .home .sec-support ._service > ._list > ul > li {
    width: calc( 25% - 1em );
  }
  
  .home .sec-support ._service > ._list > ul > li:nth-child(2n) {
    margin-top: 4vw;
  }
  
  .home .sec-support ._service > ._list > ul > li:nth-child(2n+1) {
    margin-bottom: 4vw;
  }
  
  .home .sec-marcheportal__achievements ._overview {
    display: flex;
      justify-content: space-between;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    width: 84%;
      max-width: 960px;
  }
  
  .home .sec-marcheportal__achievements ._overview ._image {
    flex-shrink: 0;
    width: 40%;
      max-width: 350px;
  }
  
  .home .sec-marcheportal__achievements ._overview ._contents {
    display: flex;
      align-content: center;
      flex-wrap: wrap;
    width: calc( 60% - 1em );
  }
  
  .home .sec-marcheportal__achievements ._overview ._contents ._title {
    font-size: clamp( 28px, 3.5vw, 40px );
    margin-bottom: 0.5em;
  }
  
  .home .sec-marcheportal__achievements ._sns {
    margin-bottom: 1.5em;
  }
  
  .home .sec-marcheportal__achievements ._sns ._list > ul > li {
    width: 30%;
      min-width: 240px;
      max-width: 320px;
  }
  
  .home .sec-marcheportal__achievements ._sns > ._list ._item {
    border-width: 4px;
  }
  
  .home .sec-marcheportal__sdgs ._ccp_sdgs > ._list > ul {
    display: flex;
      justify-content: space-between;
  }
  
  .home .sec-marcheportal__sdgs ._ccp_sdgs > ._list > ul > li {
    width: calc( 25% - 1em );
      max-width: 256px;
  }
  
  .home .sec-event__case ._case > ._list > ul {
    display: flex;
      justify-content: space-around;
  }
  
  .home .sec-event__case ._case > ._list > ul > li {
    width: calc( 25% - 1em );
  }
  
}

/* company
----------------------------------------------- */
.company .sec-company_profile > .inner-sec > ._heading,
.company .sec-company_profile ._overview,
.company .sec-company_profile ._company_profile {
  margin-left: auto;
  margin-right: auto;
  width: auto;
    max-width: 768px;
}

.company .sec-company_profile ._company_profile {
  margin-bottom: 1.5em;
}

.company .sec-company_profile ._company_profile > ._definition_list > dl {
  display: flex;
    flex-wrap: wrap;
}

.company .sec-company_profile ._company_profile > ._definition_list > dl > dt,
.company .sec-company_profile ._company_profile > ._definition_list > dl > dd {
  border-bottom: 2px solid #000;
  padding: 2em 1em;
}

.company .sec-company_profile ._company_profile > ._definition_list > dl > dt {
  border-bottom-color: #e47910;
}

.company .sec-company_profile ._company_profile > ._definition_list > dl > dd {
  border-bottom-color: #ccc;
}

.company .sec-company_profile ._company_profile > ._definition_list ._office:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.company .sec-company_profile ._company_profile > ._definition_list ._office > ._title::before {
  content: "【";
}

.company .sec-company_profile ._company_profile > ._definition_list ._office > ._title::after {
  content: "】";
}

.company .sec-company_profile ._overview {
  margin-bottom: 1.5em;
}

.company .sec-company_profile ._company_image ._list > ul {
  display: flex;
}

.company .sec-message {
  background: linear-gradient( rgba( 228, 121, 16, 0.1 ), rgba( 255, 255, 0, 0.3 ) );
}

.company .sec-message > .inner-sec {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 1.5em;
  width: auto;
    max-width: 768px;
}

.company .sec-message ._message > ._text > p {
  line-height: 2;
  margin-bottom: 1.5em;
}

.company .sec-message ._message ._footer {
  text-align: right;
}

@media (max-width: 480px) {
  
  .company .sec-company_profile ._company_profile > ._definition_list > dl > dt {
    width: 6em;
  }
  
  .company .sec-company_profile ._company_profile > ._definition_list > dl > dd {
    width: calc( 100% - 6em );
  }
  
}

@media (min-width: 481px) {
  
  .company .sec-company_profile ._company_profile > ._definition_list > dl > dt {
    width: 8em;
  }
  
  .company .sec-company_profile ._company_profile > ._definition_list > dl > dd {
    width: calc( 100% - 8em );
  }
  
}

/* case
----------------------------------------------- */
.case .side_nav {
  margin-bottom: 1.5em;
}

.case .sec-case_list ._case_list > ._list > ul > li {
  margin-bottom: 1.5em;
}

.case .sec-case_list ._case_list ._item > ._contents > ._title {
  border-bottom: 1px solid #e47910;
}

@media (min-width: 481px) {
  
  .case .sec-case > .inner-sec > .inner-sec_contents {
    display: flex;
      justify-content: space-evenly;
  }
  
  .case .sec-case_list {
    width: auto;
      max-width: 768px;
  }
  
  .case .side_nav {
    flex-shrink: 0;
    margin-left: 1em;
    width: 30%;
      max-width: 224px;
  }
  
}

@media (min-width: 834px) {
  
  .case .sec-case_list ._case_list > ._list ._item {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  
  .case .sec-case_list ._case_list > ._list ._item > ._image {
    width: 40%;
  }
  
  .case .sec-case_list ._case_list > ._list ._item > ._contents {
    width: calc( 60% - 1em );
  }
  
}

/* contact
----------------------------------------------- */
.contact .sec-contact_form {
  margin-bottom: 1.5em;
}

.contact .sec-contact_form ._form textarea {
  width: 100%;
}

.contact .sec-contact_form ._form ._definition_list {
  margin-bottom: 1em;
}

.contact .sec-contact_form ._form ._definition_list > dl > dd:not(:last-of-type) {
  margin-bottom: 1em;
}

@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

/* end of file */