@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: var(--site-primary-inbox);
  margin: 0 auto;
  inset: 1rem auto auto 0;
  gap: 1rem 2rem;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -1.5rem 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 30rem;
  margin: 0 0 4.5rem auto;
}
.global-select select {
  padding: 1.5rem 3.7rem 1.5rem 1.5rem;
}

.c-tel {
  font-size: var(--font-size-38);
  letter-spacing: 0.04em;
  padding-left: 2.85rem;
  line-height: 1.7;
}
.c-tel::before {
  position: absolute;
  content: "";
  background: url(../../img/common/tel_ic.svg) center/100% no-repeat;
  width: 2.3rem;
  height: 2.8rem;
  inset: auto auto 1.45rem 0;
}

.c-worktime {
  gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
}
.c-worktime__label {
  width: 11rem;
  font-size: var(--font-size-11);
  padding: 0.2rem 0.8rem;
  line-height: 1.4;
  text-align: center;
}
.c-worktime__value {
  font-size: var(--font-size-13);
  letter-spacing: 0.05em;
}

.c-contact__button {
  min-width: 28rem;
  font-size: var(--font-size-15);
}
.c-contact__button span {
  position: relative;
  padding-left: 3.5rem;
}
.c-contact__button span::before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.5rem;
  -webkit-mask: url(../../img/common/mail_ic.svg) left center/100% no-repeat;
          mask: url(../../img/common/mail_ic.svg) left center/100% no-repeat;
  background: var(--color-white);
  inset: 0 auto 0 0;
  margin: auto 0;
  transition: all 0.3s ease;
}
.c-contact__button.bg-color-primary:hover {
  background: var(--accent-color);
}

.c-sns-list {
  gap: 3rem;
  background: var(--color-white);
  padding: 1.5rem;
}
.c-sns-list__item--youtube .c-sns-list__link {
  display: flex;
}

/*
# c-item__list
------------------------*/
.c-item__list {
  gap: 6rem;
  margin-bottom: 7rem;
}
.c-item__list .c-item__card {
  width: 32rem;
  text-align: center;
}
.c-item__list .c-item__card-img {
  width: 100%;
  box-shadow: var(--color-white) 0px 0px 0px 0.2rem;
  overflow: hidden;
  height: 32rem;
}
.c-item__list .c-item__card-img img {
  transition: transform 0.3s ease-in-out;
}
.c-item__list .c-item__card-name {
  padding: 1.2rem 0;
  border-bottom: 1px dotted var(--color-white);
}
.c-item__list .c-item__card-more {
  text-align: right;
  font-size: var(--font-size-15);
  margin-top: 0.5rem;
}
.c-item__list .c-item__card-more span {
  padding-right: 2.5rem;
}
.c-item__list .c-item__card-more span::before {
  background: var(--color-white);
}
.c-item__list .c-item__card .c-item__card-link:hover {
  opacity: 1;
}
.c-item__list .c-item__card .c-item__card-link:hover .c-item__card-more {
  text-decoration: underline;
}
.c-item__list .c-item__card .c-item__card-link:hover .c-item__card-img {
  overflow: hidden;
}
.c-item__list .c-item__card .c-item__card-link:hover .c-item__card-img img {
  transform: scale(1.05);
}

/*
# c-cta-contact
------------------------*/
.c-cta-contact__inbox {
  background: url(../img/common/contact-bnr_bg.png) right bottom/74.8rem no-repeat, linear-gradient(to right, rgb(236, 182, 33) 0%, rgb(230, 168, 49) 100%);
  padding: 7rem 5rem;
  box-shadow: -4px 4px 19px rgba(22, 21, 21, 0.18);
}
.c-cta-contact.has-illust .c-cta-contact__inbox::before {
  position: absolute;
  content: "";
  width: 19.4rem;
  height: 21.2rem;
  inset: -1.5rem auto auto 15.5rem;
  background: url(../img/common/contact-bnr_ill.png) center/100% no-repeat;
}
.c-cta-contact.has-illust .c-cta-contact__title span::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--color-white);
  inset: -0.35rem 0 auto;
  margin: 0 auto;
}
.c-cta-contact.no-illust {
  padding-bottom: 8rem;
}
.c-cta-contact.no-illust .c-cta-contact__title {
  margin-bottom: 5rem;
}
.c-cta-contact.no-illust .c-cta-contact__title span {
  border-bottom: 0.4rem solid;
}
.c-cta-contact__title {
  font-size: var(--font-size-45);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.04em;
}
.c-cta-contact__text {
  width: 61rem;
  font-size: var(--font-size-25);
  text-align: center;
  margin: 0 auto 5rem;
}
.c-cta-contact__text span::before, .c-cta-contact__text span::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.9rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/common/contact-bnr-subttl_deco.png) center/100% no-repeat;
}
.c-cta-contact__text span::before {
  left: -2rem;
}
.c-cta-contact__text span::after {
  right: -2rem;
  transform: scale(-1, 1);
}
.c-cta-contact__body {
  gap: 5rem;
}
.c-cta-contact__tel-unit {
  width: 41.8rem;
  padding: 2rem;
  text-align: center;
}
.c-cta-contact__tel-label {
  font-size: var(--font-size-15);
  inset: -1.5rem 0 auto;
  margin: 0 auto;
  width: 36.2rem;
}
.c-cta-contact .c-tel {
  font-size: var(--font-size-42);
  color: var(--color-white);
  padding-left: 3.35rem;
}
.c-cta-contact .c-tel::before {
  width: 2.85rem;
  height: 3.8rem;
  filter: brightness(0) invert(1);
  bottom: 0.85rem;
}
.c-cta-contact .c-worktime {
  margin: 0 auto;
  font-weight: var(--font-weight-bold);
}
.c-cta-contact .c-worktime__label {
  width: 9.8rem;
  background: var(--color-white);
  color: var(--accent-color);
  font-size: var(--font-size-14);
}
.c-cta-contact .c-worktime__value {
  color: var(--color-white);
  font-size: var(--font-size-15);
}
.c-cta-contact__tel-note {
  font-size: var(--font-size-13);
  margin-top: 0.5rem;
}
.c-cta-contact .c-contact__button {
  width: 34rem;
  min-height: 6.5rem;
  background: var(--color-white);
  color: var(--accent-color);
  font-size: var(--font-size-19);
}
.c-cta-contact .c-contact__button span::before {
  background: var(--accent-color);
}
.c-cta-contact .c-contact__button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
.c-cta-contact .c-contact__button:hover span::before {
  background: var(--color-white);
}

/*
# c-interview__list
------------------------*/
.c-interview__list {
  gap: 4.5rem;
}
.c-interview__list .c-interview__post {
  width: 33rem;
}
.c-interview__list .c-interview__link {
  gap: 1.5rem 2rem;
}
.c-interview__list .c-interview__link:hover {
  opacity: 1;
}
.c-interview__list .c-interview__link:hover .c-interview__img::before {
  opacity: 1;
}
.c-interview__list .c-interview__link:hover .c-interview__logo {
  border-color: var(--primary-color);
}
.c-interview__list .c-interview__link:hover .c-interview__more {
  text-decoration: underline;
}
.c-interview__list .c-interview__link:hover .c-interview__company {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}
.c-interview__list .c-interview__link:hover .c-interview__tags {
  color: var(--color-gray-dark);
}
.c-interview__list .c-interview__img {
  width: 100%;
  height: 23rem;
}
.c-interview__list .c-interview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.3rem solid var(--primary-color);
  inset: 0;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1;
}
.c-interview__list .c-interview__logo {
  width: 6rem;
  height: 6rem;
  transition: all 0.3s ease;
}
.c-interview__list .c-interview__logo img {
  width: 70%;
}
.c-interview__list .c-interview__company {
  width: 25rem;
  font-size: var(--font-size-16);
  margin-bottom: 0.6rem;
  padding-bottom: 1rem;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--primary-color);
}
.c-interview__list .c-interview__tags {
  font-size: var(--font-size-14);
  gap: 0.5rem 1rem;
  transition: color 0.3s ease;
}
.c-interview__list .c-interview__text {
  font-size: var(--font-size-14);
}
.c-interview__list .c-interview__more {
  font-size: var(--font-size-15);
  text-align: right;
  padding-right: 2.5rem;
}
.c-interview__list .c-interview__more::before {
  right: 0;
}

/*
# c-about__content
------------------------*/
.c-about__content {
  margin-bottom: 4rem;
  padding: 3rem 0;
}

.c-about__cards {
  gap: 4rem;
}

.c-about__card {
  width: 52rem;
  padding: 3rem;
}
.c-about__card:nth-child(5) {
  width: 100%;
  position: relative;
  padding: 6rem;
}
.c-about__card:nth-child(5) .c-about__card-img {
  position: absolute;
  inset: 6rem auto auto 6rem;
  width: 46rem;
}
.c-about__card:nth-child(5) .c-about__card-content {
  width: 42.5rem;
  margin-left: auto;
  min-height: 28rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.c-about__card-img {
  margin-bottom: 3rem;
}

.c-about__card-title {
  font-size: var(--font-size-18);
  text-align: center;
  margin-bottom: 1rem;
  height: 3.2rem;
}
.c-about__card-title::before, .c-about__card-title::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  border-style: solid;
}
.c-about__card-title::before {
  left: 0;
  border-width: 1.6rem 0px 1.6rem 1.5rem;
  border-color: transparent transparent transparent #fff;
}
.c-about__card-title::after {
  right: 0;
  border-width: 1.6rem 1.5rem 1.6rem 0px;
  border-color: transparent #fff transparent transparent;
}

.c-about__card-text {
  font-size: var(--font-size-14);
}

/*
# c-flow
------------------------*/
.c-flow__title .title-ja small {
  font-size: var(--font-size-33);
}
.c-flow__list {
  gap: 4.5rem;
}
.c-flow__item {
  width: 33rem;
  padding: 2.5rem 2rem;
}
.c-flow__item::before {
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  font-size: var(--font-size-25);
  color: var(--primary-color);
  background: var(--color-white);
  border: 0.2rem dotted;
  position: absolute;
  inset: -2.5rem auto auto -2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-flow__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.35rem 0px 1.35rem 1.2rem;
  border-color: transparent transparent transparent var(--primary-color);
  inset: 0 -3.2rem 0 auto;
  margin: auto 0;
}
.c-flow__item:last-child::after {
  border: none;
}
.c-flow__item-title {
  font-size: var(--font-size-22);
  margin-bottom: 0.8rem;
  text-align: center;
}
.c-flow__item-text {
  font-size: var(--font-size-14);
  margin-bottom: 2rem;
}
.c-flow .c-contact__button {
  background: var(--color-white);
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.c-flow .c-contact__button span::before {
  background: var(--accent-color);
}
.c-flow .c-contact__button:hover {
  background: var(--accent-color);
  color: var(--color-white);
}
.c-flow .c-contact__button:hover span::before {
  background: var(--color-white);
}

/*
# c-detail
------------------------*/
.c-detail .border-2 {
  padding: 4.5rem 5rem;
}
.c-detail__headline {
  position: relative;
}
.c-detail__img {
  position: absolute;
  inset: 0 auto auto 0;
  width: 50rem;
  height: 30rem;
}
.c-detail__title {
  font-size: var(--font-size-25);
  margin-bottom: 2.5rem;
}
.c-detail__content {
  width: 44.5rem;
  margin-left: auto;
  min-height: 30rem;
  font-size: var(--font-size-14);
}
.c-detail__defrost {
  padding: 2rem;
}
.c-detail__defrost-title {
  border-bottom: 0.1rem solid;
  font-size: var(--font-size-20);
  padding-left: 3rem;
  margin-bottom: 2rem;
  background: url(../img/captainfoods/defrost-ttl_ic.png) left center/1.9rem no-repeat;
}
.c-detail__defrost-text {
  font-size: var(--font-size-14);
}
.c-detail__movie {
  margin-top: 5rem;
}
.c-detail__movie iframe {
  width: 100%;
  height: 41rem;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
}
.com-table tr th {
  padding: 1.2rem 1.5rem;
  width: 18rem;
  vertical-align: top;
  background: var(--primary-color);
  color: var(--color-white);
  font-weight: var(--font-weight-medium);
}
.com-table tr td {
  width: calc(100% - 18rem);
  padding: 1.2rem 2rem;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 3rem;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 40rem;
}

/*==========================================
ボタン
===========================================*/
.button--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28rem;
  min-height: 5.6rem;
  padding: 0 3rem;
  font-weight: var(--font-weight-bold);
  border-radius: var(--button-radius-pc);
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-16);
  line-height: 1;
  position: relative;
}
.button--primary.bg-color-white {
  background: var(--color-white);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.button--primary.bg-color-white:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
.button--primary.bg-color-white:hover::before {
  background: var(--color-white);
}
.button--primary.bs-icon--chevron-double-right::before {
  right: 5%;
  font-size: var(--font-size-14);
}

.button--secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34rem;
  height: 5.5rem;
  padding: 0 3rem;
  border-radius: var(--button-radius-pc);
  background: var(--color-white);
  color: #ebb324;
  border: 1px solid #ebb324;
  font-size: var(--font-size-17);
}

.button--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  height: 5.4rem;
  padding: 0 3rem;
  border-radius: var(--button-radius-pc);
  background: var(--color-white);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  font-size: var(--font-size-16);
  line-height: 1;
}

.has-arrow {
  position: relative;
  padding-right: 4.5rem;
}
.has-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.has-double-arrow {
  position: relative;
}
.has-double-arrow::before {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1rem;
  inset: 0 5% 0 auto;
  margin: auto 0;
  z-index: 1;
  -webkit-mask: url(../img/common/primary_arr.png) center/100% no-repeat;
          mask: url(../img/common/primary_arr.png) center/100% no-repeat;
  background: var(--primary-color);
}
.has-double-arrow:hover::before {
  right: 3%;
}

/*==========================================
共通タイトル
===========================================*/
.title--primary {
  text-align: center;
  margin-bottom: 6rem;
  color: var(--primary-color);
}
.title--primary .title-en {
  display: block;
  font-family: var(--font-en);
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
}
.title--primary .title-ja-sub {
  display: block;
  font-size: var(--font-size-18);
  position: relative;
}
.title--primary .title-ja-sub::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: currentColor;
  margin: 1.2rem auto 0;
}
.title--primary .title-ja {
  font-family: var(--font-secondary);
  font-size: var(--font-size-46);
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.title--secondary {
  font-family: var(--font-secondary);
  background: var(--accent-color);
  color: var(--color-white);
  font-size: var(--font-size-27);
  padding: 0.5rem 1.5rem;
  margin-bottom: 2.5rem;
}

/*==========================================
header
===========================================*/
.logo {
  width: 34rem;
}

.l-header {
  inset: 0 0 auto;
  z-index: 100;
  padding: 0 2rem 0 4rem;
}
.l-header__logo {
  width: 28.4rem;
  line-height: 1;
}
.l-header__logo a {
  width: 100%;
  height: 4.3rem;
  display: block;
  background-color: #e60815;
  mask: url(../img/common/logo.png) center/contain no-repeat;
  -webkit-mask: url(../img/common/logo.png) center/contain no-repeat;
}
.l-header__logo img {
  display: none;
}
.l-header__right {
  width: 90.9rem;
  padding: 1rem 2rem 2rem;
  border-radius: 0 0 0 2rem;
  gap: 1rem 2rem;
}
.l-header__worktime-text {
  width: 18.9rem;
  margin-top: 0.5rem;
  line-height: 0.5;
}
.l-header__nav-list {
  gap: 2rem 1.7rem;
  flex-wrap: wrap;
}
.l-header__nav-link {
  font-size: var(--font-size-15);
  letter-spacing: 0.06em;
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  display: block;
  position: relative;
}
.l-header__nav-link::before, .l-header__nav-link::after {
  content: "";
  width: 0;
  bottom: -0.3rem;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--accent-color);
  position: absolute;
  display: block;
}
.l-header__nav-link::before {
  left: 50%;
}
.l-header__nav-link:after {
  right: 50%;
}
.l-header__nav-link:hover {
  color: var(--accent-color);
}
.l-header__nav-link:hover::before, .l-header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--accent-color);
}
.l-header__nav-link.current {
  color: var(--accent-color);
}
.l-header__nav-link.current::before, .l-header__nav-link.current::after {
  width: 50%;
  opacity: 1;
}
.l-header .c-sns-list {
  position: fixed;
  background: var(--color-white);
  width: 9.5rem;
  inset: auto 1rem 1rem auto;
  padding: 3rem;
  box-shadow: 0 0 1rem rgba(var(--color-black-rgb), 0.1);
  border-radius: 0.6rem;
  gap: 2rem 3rem;
}

/*==========================================
footer
===========================================*/
.l-footer {
  padding: 6rem 0 0;
  color: var(--color-white);
}
.l-footer__logo {
  margin: 0 auto 3.5rem;
}
.l-footer__logo img {
  filter: brightness(0) invert(1);
}
.l-footer__info {
  gap: 3rem;
}
.l-footer .c-tel {
  color: var(--color-white);
  font-size: var(--font-size-32);
}
.l-footer .c-tel::before {
  filter: brightness(0) invert(1);
  bottom: 1rem;
}
.l-footer .c-worktime {
  gap: 2rem;
}
.l-footer .c-worktime__label {
  width: 9.8rem;
  background: var(--color-white);
  color: var(--primary-color);
}
.l-footer .c-worktime__value {
  color: var(--color-white);
}
.l-footer .c-sns-list {
  width: 57.6rem;
  margin: 1.5rem auto 4rem;
}
.l-footer__nav {
  border-top: 1px solid rgba(var(--color-white-rgb), 0.5);
  padding: 2.5rem 4.5rem 4rem;
}
.l-footer__nav-list {
  gap: 1rem 2.5rem;
}
.l-footer__nav-link {
  font-size: var(--font-size-15);
}
.l-footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 1.4rem 0;
}
#copyright small {
  font-size: var(--font-size-12);
}

/*==========================================
sv
===========================================*/
.sv {
  height: 68rem;
  z-index: 1;
}
.sv::before, .sv::after {
  position: absolute;
  content: "";
}
.sv::before {
  width: 62.3437%;
  height: 100%;
  border-radius: 0 0 0 20rem;
  inset: 0 0 auto auto;
  z-index: -1;
}
.sv::after {
  inset: 0 auto auto 0;
  width: 76.1rem;
  height: 64.1rem;
  background: url(../img/sv/sv_deco.png) left center/100% no-repeat;
}
.sv__inbox {
  height: 100%;
}
.sv__title {
  font-size: var(--font-size-35);
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  width: 59.5rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.5rem 0;
  z-index: 1;
}
.sv__title::before, .sv__title::after {
  position: absolute;
  content: "";
}
.sv__title::before {
  width: 10.9rem;
  height: 8rem;
  background: url(../img/sv/sv-ttl_ribbon.png) center/100% no-repeat;
  inset: auto auto -2.6rem -5rem;
  z-index: -1;
}
.sv__title::after {
  width: 100%;
  height: 100%;
  border: 0.2rem solid var(--color-white);
  inset: 0;
}
.sv__title span {
  border-bottom: 0.2rem solid;
  padding: 0 1rem 1rem;
}

.p-news__sv::before {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

.p-contact__sv::before {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

.p-complete__sv::before {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

.p-privacy__sv::before {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

.p-site__sv::before {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

.p-e404__sv::before {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

.p-secret__sv::before {
  background: url(../../img/sv/secret-sv_bg.jpg) center/cover no-repeat;
}

.p-service__sv::before {
  background: url(../../img/sv/service-sv_bg.jpg) center/cover no-repeat;
}

.p-delivery__sv::before {
  background: url(../../img/sv/delivery-sv_bg.jpg) center/cover no-repeat;
}

.p-captainfoods__sv::before {
  background: url(../../img/sv/captainfoods-sv_bg.jpg) center/cover no-repeat;
}

.p-case__sv::before {
  background: url(../../img/sv/case-sv_bg.jpg) center/cover no-repeat;
}

.p-info__sv::before {
  background: url(../../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# p-top-mv
------------------------*/
.p-top-mv {
  position: relative;
  min-height: 100rem;
  overflow: hidden;
  background: url(../img/top/mv/mv__img.png) right 4.53125% bottom 10rem/50% no-repeat, url(../img/top/mv/mv_deco.png) left top/55.052% no-repeat;
}
.p-top-mv__catch {
  width: 72.4rem;
  z-index: 1;
  inset: auto auto 26.3rem 6.5104%;
}
.p-top-mv__button {
  width: 46rem;
  padding: 0.5rem;
  height: 8.5rem;
  font-size: var(--font-size-20);
  margin: 2.5rem auto 0;
}
.p-top-mv__button::before {
  width: 2.3rem;
  height: 1.5rem;
  background: var(--color-white);
}
.p-top-mv__button span {
  height: 100%;
}
.p-top-mv__button:hover {
  opacity: 1;
  padding: 0;
}

/*
# p-top-movie
------------------------*/
.p-top-movie {
  padding: 3rem 0;
}

/*
# p-top-service
------------------------*/
.p-top-service {
  padding: 5.5rem 0 0;
}
.p-top-service::before {
  position: absolute;
  content: "";
  width: 43.2rem;
  height: 73.6rem;
  inset: -22.5rem auto auto 0;
  background: url(../img/top/service-lt_deco.png) center/100% no-repeat;
}
.p-top-service__title {
  width: 108rem;
  margin: 0 auto 8rem;
  overflow: hidden;
}
.p-top-service__title .title-en {
  display: flex;
  align-items: center;
}
.p-top-service__title .title-en::before, .p-top-service__title .title-en::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 1px dashed var(--primary-color);
}
.p-top-service__title .title-en::before {
  margin-right: 2rem;
}
.p-top-service__title .title-en::after {
  margin-left: 2rem;
}
.p-top-service__title .title-ja {
  margin-top: 2rem;
}
.p-top-service__title .title-ja .relative {
  font-size: var(--font-size-32);
  margin-bottom: 2rem;
}
.p-top-service__title .title-ja .relative::before, .p-top-service__title .title-ja .relative::after {
  position: absolute;
  content: "";
  background: var(--primary-color);
  width: 1px;
  height: 2.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-top-service__title .title-ja .relative::before {
  left: -2rem;
  transform: rotate(-25deg);
}
.p-top-service__title .title-ja .relative::after {
  right: -2rem;
  transform: rotate(25deg);
}
.p-top-service__title .title-ja .bg-color-primary {
  margin-right: 1rem;
  padding: 0 1rem;
}
.p-top-service__block {
  position: relative;
  margin-bottom: 8rem;
}
.p-top-service__block:last-child {
  margin-bottom: 0;
}
.p-top-service__block:nth-child(odd) .p-top-service__img {
  right: 0;
}
.p-top-service__block:nth-child(odd) .p-top-service__img img {
  border-radius: 22.2rem 0 0;
}
.p-top-service__block:nth-child(even) .p-top-service__img {
  left: 0;
}
.p-top-service__block:nth-child(even) .p-top-service__img img {
  border-radius: 0 22.2rem 0 0;
}
.p-top-service__block:nth-child(even) .p-top-service__info {
  margin-left: auto;
}
.p-top-service__info {
  width: 58rem;
}
.p-top-service__img {
  width: 44.7916%;
  position: absolute;
  top: 0;
}
.p-top-service__name-sub {
  font-size: var(--font-size-14);
  letter-spacing: 0.2em;
  margin-bottom: 0.4rem;
}
.p-top-service__name {
  font-size: var(--font-size-26);
  line-height: 1.4;
  margin-bottom: 2.5rem;
  padding-left: 8rem;
}
.p-top-service__name::before {
  position: absolute;
  width: 6.3rem;
  height: 6.3rem;
  border: 1px dotted var(--primary-color);
  font-family: var(--font-en);
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
  letter-spacing: 0.02em;
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-service__name span {
  font-size: var(--font-size-22);
}
.p-top-service__name ruby rt {
  ruby-align: center;
}
.p-top-service__text {
  margin-bottom: 2.5rem;
  font-size: var(--font-size-16);
}
.p-top-service__point {
  margin: 4.5rem 0 2.5rem;
  padding: 4rem 14rem 3rem 3rem;
}
.p-top-service__point-label {
  width: 12rem;
  inset: -2rem auto auto -2px;
  background: url(../img/top/service-point_deco.png) right 1.2rem top/1.3rem no-repeat, var(--color-white);
  padding: 0.5rem 0.5rem 1rem 0.8rem;
}
.p-top-service__point-label img {
  width: 8rem;
}
.p-top-service__point-list {
  gap: 1rem 3.5rem;
}
.p-top-service__point-item {
  font-size: var(--font-size-14);
  padding-left: 3rem;
}
.p-top-service__point-item::before {
  inset: 0 auto 0 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-red);
  font-size: var(--font-size-20);
}
.p-top-service__recommend {
  padding: 2rem 3rem 4rem;
}
.p-top-service__recommend-label {
  font-size: var(--font-size-28);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 2rem;
}
.p-top-service__recommend-label::before, .p-top-service__recommend-label::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 2.5rem;
  background: var(--accent-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-top-service__recommend-label::before {
  left: 0;
  transform: rotate(-35deg);
}
.p-top-service__recommend-label::after {
  right: 0;
  transform: rotate(35deg);
}
.p-top-service__recommend-item {
  margin-bottom: 1.2rem;
}
.p-top-service__recommend-item:last-child {
  margin-bottom: 0;
}
.p-top-service__recommend-ic {
  width: 5.5rem;
  text-align: center;
}
.p-top-service__recommend-ic--woman01 img {
  width: 3.5rem;
}
.p-top-service__recommend-ic--woman02 img {
  width: 3.7rem;
}
.p-top-service__recommend-text {
  width: 44.7rem;
  font-size: var(--font-size-17);
  line-height: 1.5;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
}
.p-top-service__recommend-text::before {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.2rem;
  background: url(../img/top/service-item-recommend-text_arr.png) center/100% no-repeat;
  inset: auto auto 0.2rem -0.85rem;
}
.p-top-service__button {
  width: 34rem;
  margin-top: 3rem;
}

/*
# p-top-problems
------------------------*/
.p-top-problems {
  padding-top: 10rem;
  background: url(../img/top/problems-btm_bg.jpg) bottom center/100% 32rem no-repeat;
}
.p-top-problems::before, .p-top-problems::after {
  position: absolute;
  content: "";
}
.p-top-problems::before {
  width: 30.5rem;
  height: 39rem;
  inset: -7.5rem 0 auto auto;
  background: url(../img/top/problems-rt_deco.png) center/100% no-repeat;
}
.p-top-problems::after {
  width: 36.3rem;
  height: 70.1rem;
  inset: auto auto 18rem 0;
  background: url(../img/top/problems-lb_deco.png) center/100% no-repeat;
}
.p-top-problems__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7rem;
}
.p-top-problems__title::after {
  position: absolute;
  content: "";
  width: 14.2rem;
  height: 13.8rem;
  inset: auto -15rem 0 auto;
  margin: auto 0;
  background: url(../img/top/problems-ttl_ill.png) center/100% no-repeat;
}
.p-top-problems__title small {
  font-size: var(--font-size-32);
}
.p-top-problems__title small::before, .p-top-problems__title small::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 3rem;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-top-problems__title small::before {
  left: -2rem;
  transform: rotate(-35deg);
}
.p-top-problems__title small::after {
  right: -2rem;
  transform: rotate(35deg);
}
.p-top-problems__title .block {
  font-size: var(--font-size-42);
}
.p-top-problems__title .block em {
  padding-bottom: 1rem;
  background: url(../img/top/problems-ttl_bdr.png) bottom center/100% no-repeat;
}
.p-top-problems__list {
  gap: 2.6rem;
  margin-bottom: 10rem;
}
.p-top-problems__item {
  width: 25rem;
  min-height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  text-align: center;
  border-radius: 0 2.4rem 0.6rem 0.6rem;
  z-index: 1;
}
.p-top-problems__item::before {
  position: absolute;
  content: "";
  background: url(../img/top/problems-item_deco.png) center/100% no-repeat;
  inset: -4rem auto auto -2.5rem;
  width: 6.2rem;
  height: 7rem;
}
.p-top-problems__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 -46rem;
  width: 14rem;
  height: 44.6rem;
  margin: 0 auto;
  background: url(../img/top/problems-item_arr.png) center/100% no-repeat;
}
.p-top-problems__item-text {
  line-height: 2.25;
}
.p-top-problems__solution-title {
  text-align: center;
  margin-bottom: 17.4rem;
  z-index: 1;
  font-size: var(--font-size-37);
  padding: 4rem 0;
}
.p-top-problems__solution-title small {
  font-size: var(--font-size-30);
}
.p-top-problems__solution-title .relative::before, .p-top-problems__solution-title .relative::after {
  position: absolute;
  content: "";
}
.p-top-problems__solution-title .relative::before {
  width: 1.9rem;
  height: 1.9rem;
  inset: -1rem auto auto -3rem;
  background: url(../img/top/problems-solution-ttl-kira-small_ic.png) center/100% no-repeat;
}
.p-top-problems__solution-title .relative::after {
  width: 5.5rem;
  height: 4.4rem;
  inset: 0 -6rem 0 auto;
  margin: auto 0;
  background: url(../img/top/problems-solution-ttl-kira-large_ic.png) center/100% no-repeat;
}
.p-top-problems__solution-title .bg-color-accent {
  padding: 0 1rem;
}
.p-top-problems__solution-lead {
  font-size: var(--font-size-22);
  margin-bottom: 0.8rem;
}
.p-top-problems__solution-main {
  font-family: var(--font-secondary);
  font-size: var(--font-size-34);
}
.p-top-problems__solutions {
  gap: 2.6rem;
}
.p-top-problems__solution {
  width: 25rem;
}
.p-top-problems__solution-img {
  margin-bottom: 1.5rem;
  box-shadow: var(--color-white) 0px 0px 0px 1px;
}
.p-top-problems__solution-text {
  font-size: var(--font-size-14);
}

/*
# p-top-merit
------------------------*/
.p-top-merit__title {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 2rem;
}
.p-top-merit__blocks {
  row-gap: 4rem;
}
.p-top-merit__block {
  width: 51rem;
  padding: 4rem 3rem 3rem;
  overflow: hidden;
}
.p-top-merit__block::before {
  position: absolute;
  content: "";
  width: 13.6rem;
  height: 2rem;
  background: var(--primary-color);
  inset: 3rem auto auto -3rem;
  transform: rotate(-45deg);
}
.p-top-merit__heading {
  width: 32rem;
  text-align: center;
  margin: 0 auto 2.5rem;
  font-size: var(--font-size-25);
}
.p-top-merit__icon {
  width: 22.2rem;
  margin: 0 auto 2rem;
}
.p-top-merit__item {
  border-bottom: 2px dotted var(--color-gray);
  padding: 1.6rem 2rem 1.6rem 3rem;
  font-size: var(--font-size-15);
  letter-spacing: 0.06em;
}
.p-top-merit__item:last-child {
  border-bottom: none;
}

.check-ic {
  position: relative;
}
.check-ic::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/check_ic.svg) center/100% no-repeat;
          mask: url(../img/common/check_ic.svg) center/100% no-repeat;
  background: var(--primary-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*
# p-top-pickup
------------------------*/
.p-top-pickup {
  padding: 8.5rem 0;
}
.p-top-pickup__title::before, .p-top-pickup__title::after {
  position: absolute;
  background-color: var(--color-white);
  content: "";
  height: 0.5rem;
  flex-grow: 1;
  display: block;
  width: 40.5rem;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.p-top-pickup__title::before {
  left: 0;
}
.p-top-pickup__title::after {
  right: 0;
}
.p-top-pickup__bnrs {
  gap: 6rem;
}
.p-top-pickup__bnr {
  width: 51rem;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}
.p-top-pickup__bnr:hover {
  opacity: 1;
  transform: scale(0.98);
  box-shadow: none;
}
.p-top-pickup__bnr:hover img {
  border-color: var(--accent-color);
}
.p-top-pickup__bnr img {
  border-width: 1.1rem;
  transition: border-color 0.3s ease;
}

/*
# p-top-interview
------------------------*/
.p-top-interview::before {
  position: absolute;
  content: "";
  width: 40.4rem;
  height: 51.7rem;
  inset: -18rem 0 auto auto;
  background: url(../img/top/interview-rt_deco.png) center/100% no-repeat;
}
.p-top-interview__title {
  background: url(../img/top/interview-ttl_bg.jpg) center/cover no-repeat;
  padding: 8rem 0;
  margin-bottom: 0;
}
.p-top-interview__title .title-ja {
  margin-right: 2.5rem;
}
.p-top-interview__inbox {
  padding: 7rem 0 9rem;
  background: url(../img/top/interview-btm_arr.png) bottom center/100% no-repeat;
}
.p-top-interview__button {
  width: 34rem;
  margin: 5rem auto 0;
}

/*
# p-top-partner
------------------------*/
.p-top-partner {
  padding: 8rem 0 0;
}
.p-top-partner::before {
  position: absolute;
  content: "";
  width: 42.8rem;
  height: 34.9rem;
  inset: -19.2rem auto auto 0;
  background: url(../img/top/partner-lt_deco.png) center/100% no-repeat;
}
.p-top-partner__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7rem;
}
.p-top-partner__title::before, .p-top-partner__title::after {
  position: absolute;
  content: "";
}
.p-top-partner__title::before {
  background: url(../img/top/partner-ttl-l_deco.png) center/100% no-repeat;
  width: 8rem;
  height: 7.5rem;
  inset: 0 auto auto -8.5rem;
}
.p-top-partner__title::after {
  background: url(../img/top/partner-ttl-r_ill.png) center/100% no-repeat;
  width: 12.6rem;
  height: 16.5rem;
  inset: auto -12rem 0 auto;
}
.p-top-partner__title .title-en {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 0 4.5rem;
  line-height: 1.3;
  z-index: 1;
}
.p-top-partner__title .title-en::before, .p-top-partner__title .title-en::after {
  position: absolute;
  content: "";
  width: 3.9rem;
  height: 2.8rem;
  bottom: -1rem;
  background: url(../img/top/partner-ttl-en_deco.png) center/100% no-repeat;
  z-index: -1;
}
.p-top-partner__title .title-en::before {
  left: -1.5rem;
}
.p-top-partner__title .title-en::after {
  transform: scale(-1, 1);
  right: -1.5rem;
}
.p-top-partner__list {
  gap: 3rem;
}
.p-top-partner__item {
  width: 15.5rem;
  height: 15.5rem;
}

/*==========================================
secret
===========================================*/
/*
# p-secret-feature
------------------------*/
.p-secret-feature {
  background: url(../img/common/primary_bg.jpg) bottom center/100% 14.4rem no-repeat;
}
.p-secret-feature__inbox {
  padding: 9rem 0 19.3rem;
}
.p-secret-feature__inbox::before {
  position: absolute;
  content: "";
  width: 36rem;
  height: 34.5rem;
  inset: auto auto 9.5rem 13.2rem;
  background: url(../img/secret/feature-btm_ill.png) center/100% no-repeat;
  z-index: 1;
}
.p-secret-feature__lead {
  margin: 0 auto 6rem;
}
.p-secret-feature__sub-title {
  margin-bottom: 3rem;
  text-align: center;
}
.p-secret-feature__cards {
  gap: 4rem 4.5rem;
  margin-bottom: 4rem;
}
.p-secret-feature__card {
  width: 33rem;
}
.p-secret-feature__card-body {
  font-size: var(--font-size-14);
}
.p-secret-feature__card-num {
  font-family: var(--font-en);
  font-size: var(--font-size-36);
  margin-bottom: 1rem;
}
.p-secret-feature__card-img::before {
  color: var(--accent-color);
  font-size: 5.7rem;
  font-weight: var(--font-weight-bold);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  background: var(--color-white);
  inset: auto auto -0.1rem -0.1rem;
  position: absolute;
  width: 9.7rem;
  height: 9.7rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1;
}
.p-secret-feature__card-title {
  padding: 1.5rem 0;
  font-size: var(--font-size-18);
  text-align: center;
}
.p-secret-feature__footer {
  width: 65rem;
  margin-left: auto;
  padding: 5rem;
  overflow: hidden;
}
.p-secret-feature__footer::before {
  position: absolute;
  content: "";
  width: 13.6rem;
  height: 2rem;
  background: var(--primary-color);
  inset: auto -2.7rem 2rem auto;
  transform: rotate(-45deg);
}
.p-secret-feature__footer-label {
  font-size: var(--font-size-31);
  margin-bottom: 2rem;
}
.p-secret-feature__footer-text {
  line-height: 2.875;
}

/*
# p-secret-technology
------------------------*/
.p-secret-technology::before {
  position: absolute;
  content: "";
  width: 43.2rem;
  height: 73.6rem;
  inset: -42.4rem auto auto 0;
  background: url(../img/top/service-lt_deco.png) center/100% no-repeat;
}
.p-secret-technology__title .title-ja strong {
  border-bottom: 0.4rem solid;
}
.p-secret-technology__compare {
  gap: 4rem;
}
.p-secret-technology__step {
  margin-bottom: 4rem;
  padding: 1rem 1rem 1rem 1.5rem;
  gap: 1rem 1.5rem;
}
.p-secret-technology__step::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 21.5px 0px 21.5px;
  inset: auto 0 -3rem;
  margin: 0 auto;
}
.p-secret-technology__step-num-wrap {
  width: 14.5rem;
}
.p-secret-technology__step-label {
  font-size: var(--font-size-22);
}
.p-secret-technology__step-num {
  display: block;
  font-size: var(--font-size-42);
  margin-left: 0.5rem;
  line-height: 1;
}
.p-secret-technology__step-text {
  width: calc(100% - 14.5rem);
  font-size: var(--font-size-19);
}
.p-secret-technology__step-note {
  font-size: var(--font-size-12);
  line-height: 1.5;
}
.p-secret-technology__desc {
  margin-top: 2rem;
  font-size: var(--font-size-14);
}
.p-secret-technology__col {
  width: 52rem;
  background: var(--color-white);
  padding: 1rem 1rem 4rem;
}
.p-secret-technology__col-title {
  text-align: center;
  font-size: var(--font-size-26);
  padding: 1rem;
  margin-bottom: 6rem;
}
.p-secret-technology__col-title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2rem 25rem 0px 25rem;
  inset: auto 0 -3.15rem;
}
.p-secret-technology__col--alcohol .p-secret-technology__col-title::before {
  border-color: var(--accent-color) transparent transparent transparent;
}
.p-secret-technology__col--alcohol .p-secret-technology__step-num-wrap {
  background: url(../img/secret/technology-alcohol_arr.png) right center/2.5rem no-repeat;
}
.p-secret-technology__col--alcohol .p-secret-technology__step::after {
  border-color: #f9efd5 transparent transparent transparent;
}
.p-secret-technology__col--alcohol .p-secret-technology__col-desc {
  text-align: center;
  font-size: var(--font-size-30);
}
.p-secret-technology__col--alcohol .p-secret-technology__col-desc span {
  font-size: var(--font-size-45);
}
.p-secret-technology__col--alcohol .p-secret-technology__col-desc::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 0.2rem;
  background: var(--accent-color);
  inset: auto 0 0;
  margin: 0 auto;
}
.p-secret-technology__col--general .p-secret-technology__col-title::before {
  border-color: var(--color-gray-dark) transparent transparent transparent;
}
.p-secret-technology__col--general .p-secret-technology__step-num-wrap {
  background: url(../img/secret/technology-general_arr.png) right center/2.5rem no-repeat;
}
.p-secret-technology__col--general .p-secret-technology__step::after {
  border-color: #f0f0f0 transparent transparent transparent;
}
.p-secret-technology__col--general .p-secret-technology__col-desc {
  text-align: center;
  font-size: var(--font-size-25);
  margin-top: 3rem;
}
.p-secret-technology__plate {
  text-align: center;
  min-height: 13rem;
}
.p-secret-technology__plate img {
  width: 20.3rem;
}
.p-secret-technology__plate::before {
  position: absolute;
  content: "";
}
.p-secret-technology__plate--alcohol::before {
  width: 27.1rem;
  height: 13.6rem;
  inset: 0;
  margin: auto;
  background: url(../img/secret/technology-alcohol-plate_deco.png) center/100% no-repeat;
}
.p-secret-technology__plate--general::before {
  width: 10.8rem;
  height: 5.5rem;
  inset: 0 3.5rem auto auto;
  background: url(../img/secret/technology-general-plate_deco.png) center/100% no-repeat;
}
.p-secret-technology__notes {
  margin-top: 6.5rem;
}

/*==========================================
service
===========================================*/
/*
# p-service-list
------------------------*/
.p-service-list__item {
  gap: 5rem;
  margin-bottom: 8rem;
  position: relative;
}
.p-service-list__item:last-child {
  margin-bottom: 0;
}
.p-service-list__item-img {
  width: 38rem;
  height: 38rem;
  position: absolute;
  inset: 0 auto 0 -10rem;
  margin: auto 0;
}
.p-service-list__item-body {
  width: 74rem;
  margin-left: auto;
  min-height: 38rem;
}
.p-service-list__item-sub {
  font-size: var(--font-size-14);
  letter-spacing: 0.2em;
  margin-bottom: 0.6rem;
}
.p-service-list__item .p-service-list__item-name {
  font-size: var(--font-size-26);
  margin-bottom: 2rem;
  padding-left: 8rem;
}
.p-service-list__item .p-service-list__item-name::before {
  content: counter(number, decimal-leading-zero) ".";
}
.p-service-list__item .p-service-list__item-name::after {
  position: absolute;
  content: "";
  width: 6.2rem;
  height: 6.2rem;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
}
.p-service-list__item--01 .p-service-list__item-name::after {
  background: url(../img/service/service-delivery_ic.svg) center/3.8rem no-repeat;
}
.p-service-list__item--02 .p-service-list__item-name::after {
  background: url(../img/service/service-delivery-set_ic.svg) center/3.3rem no-repeat;
}
.p-service-list__item--03 .p-service-list__item-name::after {
  background: url(../img/service/service-captainfoods_ic.svg) center/3.5rem no-repeat;
}
.p-service-list__item--04 .p-service-list__item-name::after {
  background: url(../img/service/service-corporate_ic.png) center/4.9rem no-repeat;
}
.p-service-list__item-ic {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: middle;
  margin-right: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-service-list__item-text {
  margin-bottom: 2rem;
}
.p-service-list__item-points {
  margin-bottom: 3rem;
  padding: 3rem;
}
.p-service-list__item-point {
  padding-left: 2.5rem;
  font-size: var(--font-size-14);
  margin-bottom: 0.5rem;
}
.p-service-list__item-point:last-child {
  margin-bottom: 0;
}
.p-service-list__item-point::before {
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-16);
  border: 0.2rem solid var(--primary-color);
}
.p-service-list__item-button {
  width: 34rem;
}
.p-service-list__item-button.bs-icon--box-arrow-up-right::before {
  right: 8%;
}
.p-service-list__item-button.bs-icon--box-arrow-up-right:hover {
  background: var(--accent-color);
  color: var(--color-white);
}
.p-service-list__item .c-contact__button {
  width: 39rem;
  background: var(--color-white);
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.p-service-list__item .c-contact__button span::before {
  background: var(--accent-color);
}
.p-service-list__item .c-contact__button:hover {
  background: var(--accent-color);
  color: var(--color-white);
}
.p-service-list__item .c-contact__button:hover span::before {
  background: var(--color-white);
}

/*==========================================
delivery
===========================================*/
/*
# p-delivery-scene
------------------------*/
.p-delivery-scene {
  width: clamp(120rem, 78.125%, 150rem);
  margin: 0 auto 11.5rem;
}
.p-delivery-scene::before, .p-delivery-scene::after {
  position: absolute;
  content: "";
}
.p-delivery-scene::before {
  width: 40.4rem;
  height: 51.7rem;
  inset: -30.66rem -21rem auto auto;
  background: url(../img/delivery/scene-rt_deco.png) center/100% no-repeat;
}
.p-delivery-scene::after {
  width: 42.8rem;
  height: 34.8rem;
  inset: auto auto -18.7rem -21rem;
  background: url(../img/delivery/scene-lb_deco.png) center/100% no-repeat;
}
.p-delivery-scene__inbox {
  width: 89rem;
}
.p-delivery-scene__item {
  margin-bottom: 4rem;
  padding: 1rem 0 2.5rem;
}
.p-delivery-scene__item:last-child {
  margin-bottom: 0;
}
.p-delivery-scene__item-title {
  margin-bottom: 2rem;
}
.p-delivery-scene__item-title-num {
  font-size: var(--font-size-26);
  margin-bottom: 1rem;
  line-height: 1.3;
  padding-left: 2rem;
}
.p-delivery-scene__item-title-num em {
  font-size: var(--font-size-41);
  line-height: 1;
}
.p-delivery-scene__item-title-text {
  padding: 0.5rem 3rem 0.5rem 8rem;
  font-size: var(--font-size-24);
  height: 4rem;
}
.p-delivery-scene__item-title-text::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  border-style: solid;
  inset: 0 0 0 auto;
  margin: auto 0;
  border-width: 2rem 1.5rem 2rem 0px;
  border-color: transparent #fff transparent transparent;
}
.p-delivery-scene__ill--01 {
  width: 14.6rem;
}
.p-delivery-scene__ill--02 {
  width: 15.7rem;
}
.p-delivery-scene__ill--03 {
  width: 15.2rem;
}
.p-delivery-scene__body {
  width: 73rem;
  margin: 0 auto;
  gap: 2.5rem;
}
.p-delivery-scene__text {
  width: 54rem;
  padding: 3rem;
  font-size: var(--font-size-14);
  border-color: #888;
}
.p-delivery-scene__text::before {
  position: absolute;
  content: "";
  width: 1.7rem;
  height: 2.1rem;
  inset: auto auto 3rem -1.7rem;
  background: url(../img/delivery/delivery-scene-text_arr.png) center/100% no-repeat;
}
.p-delivery-scene__choice {
  margin: 2.5rem auto 0;
  gap: 2rem;
  width: 73rem;
}
.p-delivery-scene__choice-title {
  width: 12rem;
  text-align: center;
  font-size: var(--font-size-13);
}
.p-delivery-scene__choice-text {
  width: 59rem;
  font-size: var(--font-size-13);
  padding: 1rem 0 1rem 3rem;
  border-bottom: 2px solid var(--primary-color);
}
.p-delivery-scene__movie {
  margin-top: 8rem;
}
.p-delivery-scene__movie-title {
  font-size: var(--font-size-31);
  text-align: center;
  border-bottom: 0.2rem solid;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.p-delivery-scene__msg {
  background: url(../img/delivery/scene-msg_ill.png) right 13rem center/25rem no-repeat;
  margin-top: 8rem;
}
.p-delivery-scene__msg-title {
  width: 48rem;
  font-size: var(--font-size-25);
  border-bottom: 0.2rem solid;
  margin-bottom: 1.5rem;
  padding: 0 0 1.5rem 4rem;
  background: url(../img/delivery/scene-msg-ttl_ic.png) left top/2.8rem no-repeat;
}

/*
# p-delivery-sets
------------------------*/
.p-delivery-sets__note {
  text-align: center;
  margin-bottom: 4rem;
}
.p-delivery-sets .c-item__list .c-item__card-name {
  text-align: left;
}
.p-delivery-sets .c-item__list .c-item__card-img {
  border-radius: 0;
}
.p-delivery-sets .c-item__list .c-item__card-img img {
  border-radius: 0;
  border: none;
}

/*==========================================
captainfoods
===========================================*/
.p-captainfoods-about__title {
  margin-bottom: 4.5rem;
}
.p-captainfoods-about__title .title-ja {
  line-height: 1.8;
}

.p-captainfoods-compare::before {
  position: absolute;
  content: "";
  width: 43.2rem;
  height: 73.6rem;
  background: url(../img/captainfoods/compare-lt_deco.png) center/100% no-repeat;
  inset: -30.8rem auto auto 0;
}
.p-captainfoods-compare__table {
  overflow-x: auto;
}
.p-captainfoods-compare__table table {
  width: 100%;
  min-width: 80rem;
  border-collapse: collapse;
}
.p-captainfoods-compare__table th,
.p-captainfoods-compare__table td {
  border: 1px solid var(--primary-color);
  padding: 1.6rem 1.2rem;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.p-captainfoods-compare__table thead th {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-medium);
}
.p-captainfoods-compare__table thead th:first-child {
  background: none;
  border: none;
}
.p-captainfoods-compare__table thead th:nth-child(2) {
  background: url(../img/captainfoods/table_kirakira.png) left 1.5rem top 1.5rem/1.7rem no-repeat, url(../img/captainfoods/table_kirakira.png) right 1.1rem bottom 1.5rem/1.7rem no-repeat, var(--accent-color);
  padding-top: 2.5rem;
  border-color: var(--accent-color);
}
.p-captainfoods-compare__table thead th ruby {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-28);
}
.p-captainfoods-compare__table thead th ruby rt {
  font-size: var(--font-size-14);
}
.p-captainfoods-compare__table tbody th {
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-18);
  width: 24rem;
  border-bottom: 1px solid var(--color-white);
  text-align: left;
}
.p-captainfoods-compare__table tbody tr td {
  font-size: var(--font-size-14);
  width: 20rem;
}
.p-captainfoods-compare__table tbody tr td:nth-child(2) {
  border-left: 0.5rem solid var(--accent-color);
  border-right: 0.5rem solid var(--accent-color);
  border-color: var(--accent-color);
}
.p-captainfoods-compare__table tbody tr td .mark {
  font-size: var(--font-size-30);
  line-height: 1.1;
}
.p-captainfoods-compare__table tbody tr:last-child td:nth-child(2) {
  border-bottom: 0.5rem solid var(--accent-color);
}
.p-captainfoods-compare__table tr {
  display: table-row;
  padding: 0;
}

.p-captainfoods-products__title {
  margin-bottom: 4rem;
}
.p-captainfoods-products__note {
  text-align: center;
  margin-bottom: 5rem;
}

/*==========================================
case
===========================================*/
.p-case-intro__title .title-ja {
  font-size: var(--font-size-38);
}

.p-case-detail .border-2 {
  padding: 5rem;
}
.p-case-detail__title {
  font-size: var(--font-size-28);
  margin-bottom: 2rem;
}
.p-case-detail__company {
  width: 38.5rem;
}
.p-case-detail__company-logo {
  width: 9.5rem;
  height: 9.5rem;
}
.p-case-detail__company-name {
  width: 27rem;
  padding-bottom: 0.5rem;
  font-size: var(--font-size-16);
  border-bottom: 1px solid var(--primary-color);
}
.p-case-detail__company-tags {
  font-size: var(--font-size-14);
  gap: 1rem;
  margin-top: 2.5rem;
}
.p-case-detail__img {
  width: 55rem;
  height: 34rem;
}
.p-case-detail__company-summary {
  margin-top: 3rem;
  font-size: var(--font-size-14);
}
.p-case-detail__points {
  margin: 5rem 0;
}
.p-case-detail__point {
  margin-bottom: 2.5rem;
}
.p-case-detail__point:last-child {
  margin-bottom: 0;
}
.p-case-detail__point-title {
  font-size: var(--font-size-22);
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.p-case-detail__point-list {
  font-size: var(--font-size-14);
}
.p-case-detail__point-list li {
  padding-left: 1.5rem;
}
.p-case-detail__point-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-case-detail__qa {
  margin-bottom: 3rem;
}
.p-case-detail__qa:last-child {
  margin-bottom: 0;
}
.p-case-detail__q {
  font-size: var(--font-size-21);
  margin-bottom: 1.5rem;
  padding-left: 4.5rem;
}
.p-case-detail__q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.2rem;
  height: 3rem;
  background: url(../img/case/case-comment_ic.svg) center/100% no-repeat;
  transform: scale(-1, 1);
}
.p-case-detail__a {
  font-size: var(--font-size-14);
}

/*==========================================
info
===========================================*/
.p-info-company__layout {
  gap: 3rem;
  margin-bottom: 6rem;
}
.p-info-company__table {
  width: 65rem;
}
.p-info-company__table tr {
  padding: 0;
  border-bottom: none;
}
.p-info-company__table tr th {
  border-bottom: 1px solid var(--color-white);
}
.p-info-company__map {
  width: 48rem;
  margin-right: -10rem;
}
.p-info-company__map iframe {
  height: 33.5rem;
}
.p-info-company__map-placeholder {
  height: 40rem;
  background: #eee;
  color: #888;
}
.p-info-company__sdgs {
  gap: 5rem;
}
.p-info-company__sdgs-logo {
  width: 14.5rem;
}
.p-info-company__sdgs-title {
  font-size: var(--font-size-26);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.p-info-company__sdgs-title span {
  padding: 0 1rem;
}
.p-info-company__sdgs-lead {
  font-size: var(--font-size-19);
}
.p-info-company__sdgs-list-wrap {
  width: 80rem;
  margin: 3.5rem auto 0;
  padding: 4rem;
}
.p-info-company__sdgs-list {
  font-size: var(--font-size-19);
}
.p-info-company__sdgs-list li {
  padding-left: 5rem;
  background: url(../img/captainfoods/defrost-ttl_ic.png) left center/1.9rem no-repeat;
  margin-bottom: 1rem;
}
.p-info-company__sdgs-list li:last-child {
  margin-bottom: 0;
}

.p-info-faq {
  background: #f8f8f8;
}
.p-info-faq::before {
  position: absolute;
  content: "";
  width: 43.2rem;
  height: 73.6rem;
  background: url(../img/captainfoods/compare-lt_deco.png) center/100% no-repeat;
  inset: -30.8rem auto auto 0;
}
.p-info-faq__block {
  margin-bottom: 6rem;
}
.p-info-faq__block:last-child {
  margin-bottom: 0;
}
.p-info-faq__block-title {
  text-align: center;
}
.p-info-faq__block-title span {
  padding: 0 3rem;
  background: url(../img/captainfoods/table_kirakira.png) left center/1.9rem no-repeat, url(../img/captainfoods/table_kirakira.png) right center/1.9rem no-repeat;
}
.p-info-faq__item {
  padding: 2.5rem 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.p-info-faq__item:last-child {
  margin-bottom: 0;
}
.p-info-faq__q {
  font-size: var(--font-size-18);
  margin-bottom: 1.5rem;
  padding-left: 6.5rem;
}
.p-info-faq__q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #fcf7e9;
  color: var(--accent-color);
  font-family: var(--font-en);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-24);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-info-faq__a {
  font-size: var(--font-size-15);
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 4.5rem 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 9.5rem;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 11.5rem);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0.2rem 1rem;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 1rem 0;
}
.column__wrap .column__list .more-btn {
  width: 12.5rem;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 0.5rem 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 21rem;
  height: 20rem;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 82rem;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 2rem;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 9.5rem;
  padding: 0.3rem 0;
}
.single__post-meta .category-label {
  width: calc(100% - 9.5rem);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 1rem;
}
.single__post-meta .category-label li a {
  padding: 0.3rem 1rem;
}

/*==========================================
  contact
  ===========================================*/
.p-contact__form {
  width: 98rem;
  margin: 0 auto 5.5rem;
}
.p-contact__form-item .p-contact__form-label .required {
  margin-left: 1rem;
}
.p-contact__form-item .p-contact__form-input {
  padding: 2.5rem 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list {
  gap: 1.5rem;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: center;
}
.p-contact__form-value {
  padding: 2rem 1.5rem;
}
.p-contact__form-select {
  width: 20rem;
  margin: 0 auto 0 0;
}
.p-contact__form-select::after {
  inset: 0 1.6rem 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
.p-contact__form-select select {
  padding: 1.5rem 3rem 1.5rem 1rem;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 15rem;
}
.p-contact__form #address {
  margin-top: 1.5rem;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 30rem;
}
.p-contact__form textarea {
  height: 26rem;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 20rem;
  margin-right: 2.5rem;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 13rem;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
.p-contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
.p-contact input[type=button],
.p-contact input[type=submit],
.p-contact .p-contact__submits-wrap button {
  height: 7.5rem;
}
.p-contact .p-contact__submits-wrap {
  gap: 3.5rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 30.4rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 27rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 24rem;
}

/*==========================================
privacy / site (既存)
===========================================*/
.p-privacy__content {
  margin-bottom: 7rem;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

.p-sitemap__item-link {
  padding: 2% 0 2% 3%;
}