@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.l-lowerCaption__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left;
}
.c-topicspath > li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 568px) {
  .c-topicspath > li {
    font-size: 11px;
  }
}
.c-topicspath > li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.c-topicspath > li:last-child::after {
  content: none;
}

.l-lowerCaption {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url("/inc/image/raw/bg/bg_lowerCaption.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-lowerCaption {
    height: 160px;
  }
}
.l-lowerCaption__title {
  color: #fff;
  max-width: 1170px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  font-size: 38px;
  font-weight: 600;
  color: #434662;
}
@media screen and (max-width: 768px) {
  .l-lowerCaption__title {
    font-size: 24px;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__title {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .l-lowerCaption__title--small {
    font-size: 18px;
    top: 70%;
    transform: translateX(-50%) translateY(-70%);
  }
}

.l-lowerCaption__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-topicspath {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left;
}
.c-topicspath > li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 568px) {
  .c-topicspath > li {
    font-size: 11px;
  }
}
.c-topicspath > li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.c-topicspath > li:last-child::after {
  content: none;
}

.l-lowerCaption {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url("/inc/image/raw/bg/bg_lowerCaption.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-lowerCaption {
    height: 160px;
  }
}
.l-lowerCaption__title {
  color: #fff;
  max-width: 1170px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  font-size: 38px;
  font-weight: 600;
  color: #434662;
}
@media screen and (max-width: 768px) {
  .l-lowerCaption__title {
    font-size: 24px;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__title {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .l-lowerCaption__title--small {
    font-size: 18px;
    top: 70%;
    transform: translateX(-50%) translateY(-70%);
  }
}

#protein-ice .p-features__num {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 9px;
  color: #434662;
  font-size: 15px;
  font-weight: 400;
  background-color: #EDEEF9;
}
#protein-ice .p-voiceList {
  padding-top: 118px;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 1024px) {
  #protein-ice .p-voiceList {
    gap: 0 30px;
  }
}
@media screen and (max-width: 568px) {
  #protein-ice .p-voiceList {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 150px 0;
  }
}
#protein-ice .p-voiceList__item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1024px) {
  #protein-ice .p-voiceList__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 568px) {
  #protein-ice .p-voiceList__item {
    width: 100%;
  }
}
#protein-ice .p-voiceBox {
  width: 100%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 44%, rgba(152, 196, 221, 0.1) 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
#protein-ice .p-voiceBox__inner {
  padding: 90px 30px 30px;
}
#protein-ice .p-voiceBox__head {
  font-size: 28px;
  color: #434662;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #protein-ice .p-voiceBox__head {
    font-size: 21px;
  }
}
#protein-ice .p-voiceBox__img {
  width: 178px;
  height: auto;
  position: absolute;
  top: -118px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #protein-ice .p-voiceBox__img {
    width: 150px;
    top: -100px;
  }
}
#protein-ice .p-voiceBox__img img {
  border-radius: 50%;
}
#protein-ice .p-media {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#protein-ice .p-media__outer {
  margin-bottom: 20px;
}
#protein-ice .c-list--disc > .c-list__item {
  color: #2275D8;
}
#protein-ice .c-list--disc > .c-list__item::before {
  color: #2275D8;
}

@media screen and (min-width: 568px) {
  .l-section.l-section-map {
    padding: 50px 0;
  }
}
@media screen and (min-width: 568px) and (max-width: 1200px ) {
  .l-section.l-section-map {
    padding: 0 30px 70px;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .l-section.l-section-map {
    padding: 0 20px 70px;
  }
}
@media screen and (max-width: 568px) {
  .l-section.l-section-map {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px 35px;
  }
}

.p-anchorMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 568px) {
  .p-anchorMenu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    margin: 0 15px 30px 15px;
  }
}
.p-anchorMenu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  list-style: none;
  border-left: 1px solid #434662;
}
.p-anchorMenu__item:nth-child(5) {
  border-right: 1px solid #434662;
}
@media screen and (max-width: 568px) {
  .p-anchorMenu__item:nth-child(1), .p-anchorMenu__item:nth-child(2), .p-anchorMenu__item:nth-child(3) {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
  .p-anchorMenu__item:nth-child(3) {
    border-right: 1px solid #434662;
  }
  .p-anchorMenu__item:nth-child(4), .p-anchorMenu__item:nth-child(5) {
    -ms-grid-column: span 3;
        grid-column: span 3;
  }
}
.p-anchorMenu__item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #434662;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .p-anchorMenu__item a {
    font-size: 13px;
    padding: 8px 2px;
    text-align: center;
  }
}
.p-anchorMenu__item a::after {
  content: "";
  width: 32.5px;
  height: 2px;
  background-color: #434662;
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 568px) {
  .p-anchorMenu__item a::after {
    width: 26px;
    bottom: 10%;
  }
}
@media (any-hover: hover) {
  .p-anchorMenu__item a:hover {
    color: #2275D8;
  }
  .p-anchorMenu__item a:hover::after {
    background-color: #2275D8;
  }
}

#tsa-map-app {
  --color-brand-primary: #fd3157;
  --color-brand-text: #424662;
  --color-brand-accent: #434662;
  --color-brand-border: #cecece;
  --color-brand-highlight: #e3f2fd;
  --color-brand-muted: #f5f5f5;
  --color-white: #fff;
  --color-black: #000;
  --text-sm: 0.875rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --radius-md: 0.375rem;
}
/*# sourceMappingURL=../_map/project/protein-ice.css.map */
