@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  width: 100%;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 1206px) {
  .c-topicspath li {
    font-size: 0.8rem;
  }
}
.c-topicspath li a {
  color: #333;
}
@media (any-hover) {
  .c-topicspath li a:hover {
    text-decoration: underline;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 0.3333333333rem;
}
.c-topicspath li:last-child::after {
  content: normal;
}

.l-lowerCaption {
  position: relative;
  background: #FFF9EE;
  padding-top: 110px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption {
    padding-top: 5.5333333333rem;
    margin-bottom: 4rem;
  }
}
.l-lowerCaption__inner {
  max-width: 75.375rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
}
.l-lowerCaption__title {
  font-size: 48px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption__title {
    font-size: 2.1333333333rem;
  }
}

@media screen and (max-width: 1206px) {
  body#recipesLower .l-lowerCaption {
    margin-bottom: 2rem;
  }
}

#gov_corp .p-intro__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(470px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  margin-bottom: 5.3333333333rem;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-intro__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-bottom: 2.6666666667rem;
  }
}
#gov_corp .p-intro__imgArea img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#gov_corp .p-intro__txtArea h2 {
  font-size: 36px;
  letter-spacing: -0.01em;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-intro__txtArea h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
#gov_corp .p-intro-checkList {
  background: #FFF9EE;
  padding-block: 3.5rem;
  padding-inline: 1.3333333333rem;
  border-radius: 0.6666666667rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: fit-content;
      grid-template-columns: fit-content;
  -ms-flex-pack: center;
      justify-content: center;
  row-gap: 0.6666666667rem;
  position: relative;
}
#gov_corp .p-intro-checkList:after {
  content: "";
  position: absolute;
  bottom: -40px;
  top: auto;
  left: 50%;
  right: auto;
  margin-left: -25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #FFF9EE transparent transparent transparent;
  z-index: 1;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-intro-checkList {
    padding-block: 2rem;
    padding-inline: 1rem;
    position: relative;
  }
  #gov_corp .p-intro-checkList:after {
    content: "";
    position: absolute;
    bottom: -25px;
    top: auto;
    left: 50%;
    right: auto;
    margin-left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #FFF9EE transparent transparent transparent;
    z-index: 1;
  }
}
#gov_corp .p-intro-checkList__item {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 1.7333333333rem;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-intro-checkList__item {
    font-size: 1rem;
  }
}
#gov_corp .p-intro-checkList__item::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #E83828;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-intro-checkList__item::before {
    top: 0;
  }
}
#gov_corp .p-reason__ttl {
  text-align: center;
  position: relative;
  z-index: 2;
}
#gov_corp .p-reason__ttl .small {
  font-size: 18px;
  display: block;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-reason__ttl .small {
    font-size: 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
#gov_corp .p-reason__ttl .small::before, #gov_corp .p-reason__ttl .small::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6rem;
  background-color: #E83828;
  width: 30px;
  height: 4px;
  border-radius: 2px;
}
#gov_corp .p-reason__ttl .small::before {
  transform: rotate(60deg);
}
#gov_corp .p-reason__ttl .small::after {
  transform: rotate(-60deg);
}
#gov_corp .p-reason__ttl .large {
  font-size: 40px;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.1em 0.8em;
  margin-inline: 2.2666666667rem;
  border: 4px solid #E83828;
  border-radius: 10px;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-reason__ttl .large {
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
    padding-block: 0.3em;
    margin-inline: 1.3333333333rem;
  }
}
#gov_corp .p-reason-list {
  padding: 80px 40px 55px;
  margin-top: -70px;
  border: 3px solid #E83828;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px 17px;
}
@media screen and (max-width: 1206px) {
  #gov_corp .p-reason-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 568px) {
  #gov_corp .p-reason-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1.3333333333rem;
    padding: 4.6666666667rem 1.3333333333rem 2rem;
    margin-top: -4.6666666667rem;
  }
}
#gov_corp .p-reason-list__item:nth-child(3n-1) {
  padding-left: 17px;
  padding-right: 17px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 1206px) {
  #gov_corp .p-reason-list__item:nth-child(3n-1) {
    padding: 0;
    border: none;
  }
}
#gov_corp .p-reason-list__ttl {
  font-size: 18px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  column-gap: 14px;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-reason-list__ttl {
    font-size: 1.2rem;
  }
}
#gov_corp .p-reason-list__ttl img {
  -ms-flex: 0 0 94px;
      flex: 0 0 94px;
  height: auto;
}
@media screen and (max-width: 568px) {
  #gov_corp .p-reason-list__ttl img {
    -ms-flex-preferred-size: 6.2666666667rem;
        flex-basis: 6.2666666667rem;
  }
}
#gov_corp .p-case-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(21.375rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(21.375rem, 1fr));
  gap: 1.3333333333rem;
}
#gov_corp .p-case-list__item {
  color: #333;
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  width: 100%;
  height: 100%;
}
#gov_corp .p-case-list__image {
  border-radius: 10px;
}
#gov_corp .p-case-list__image img {
  aspect-ratio: 368/200;
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gov_corp .p-case-list__ttl {
  padding-top: 0.7em;
}
#gov_corp .p-recommendSlider {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (1206px <= width) {
  #gov_corp .p-recommendSlider {
    padding-bottom: 2px;
    margin-bottom: 50px;
  }
}
#gov_corp .p-recommendSlider-wrapper {
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media screen and (1206px <= width) {
  #gov_corp .p-recommendSlider-wrapper {
    width: 1146px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -ms-flex-pack: center;
        justify-content: center;
    gap: 16px;
    margin-inline: auto;
  }
}
@media screen and (width < 1206px) {
  #gov_corp .p-recommendSlider__item {
    width: 17.8666666667rem;
  }
}
#gov_corp .p-recommendSlider__navigation-btn-prev, #gov_corp .p-recommendSlider__navigation-btn-next {
  cursor: pointer;
  width: 54px;
  height: 54px;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 27px);
  z-index: 10;
}
@media screen and (width <= 1206px) {
  #gov_corp .p-recommendSlider__navigation-btn-prev, #gov_corp .p-recommendSlider__navigation-btn-next {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (width <= 934px) {
  #gov_corp .p-recommendSlider__navigation-btn-prev, #gov_corp .p-recommendSlider__navigation-btn-next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
#gov_corp .p-recommendSlider__navigation-btn-prev {
  left: calc(50% - 467px - 13px);
}
@media screen and (width <= 934px) {
  #gov_corp .p-recommendSlider__navigation-btn-prev {
    left: calc(50% - 10.7333333333rem);
  }
}
#gov_corp .p-recommendSlider__navigation-btn-next {
  right: calc(50% - 467px - 13px);
}
@media screen and (width <= 934px) {
  #gov_corp .p-recommendSlider__navigation-btn-next {
    right: calc(50% - 10.7333333333rem);
  }
}
/*# sourceMappingURL=../_map/project/gov_corp.css.map */
