@charset "utf-8";

/* ▼▼装飾CSS▼▼------------------------------------------------------*/

.font_small {
  font-size: 0.9rem;
}

.indent {
  padding-left: 2em;
}

/* ▼▼ぺージ共通CSS▼▼------------------------------------------------------*/

html,
body {
  background: #fff;
  color: #333;
  font:
    16px "メイリオ",
    Meiryo,
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
  line-height: 3rem;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
}

.br_sp {
  display: none;
}

.br-pc {
  display: inline;
}

a:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

.eam_head {
  width: 100%;
  padding: 16px 0 16px 30px;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
}

.eam_logo {
  width: 100%;
  max-width: 420px;
  margin: 0;
  line-height: 0;
}

.eam_logo img {
  max-width: 420px;
}

.topnews h2,
.eam_voice_h2 {
  font-size: 2.6rem;
  font-weight: normal;
}

.eam_compare_h2,
.eam_temporarily_h2,
.eam_caution_h2,
.icejk_form_h2 {
  font-size: 2.4rem;
  font-weight: normal;
  color: rgba(0, 91, 172, 1);
  line-height: 4rem;
}

.eam_ava_h3 {
  font-size: 2rem;
  font-weight: normal;
}

.eam_voice_box_h3 {
  font-size: 1.8rem;
  font-weight: normal;
}

/* マウスオーバーで線 */

.hover-line {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.hover-line::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-line:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav_line {
  border-bottom: 1px solid #333;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  html,
  body {
    font-size: 14px;
  }

  .br_sp {
    display: inline;
  }

  .br-pc {
    display: none;
  }

  .sp_no {
    display: none;
  }

  .eam_head {
    padding: 16px 0 16px 8px;
  }

  .eam_logo img {
    max-width: 246px;
  }

  .eam_voice_h2,
  .eam_temporarily_h2,
  .eam_company_h2,
  .eam_caution_h2,
  .icejk_form_h2 {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------------------------ */

.eam_wrap {
  width: 100%;
  margin: 0 auto;
}

.eam_cont {
  max-width: 1800px;
  padding: 120px 90px 0 90px;
  margin: 0 auto;
}

.eam_cont2 {
  max-width: 1800px;
  padding: 30px 90px 0 90px;
  margin: 0 auto;
}

.eam_topcont {
  max-width: 1800px;
  padding: 60px 90px 0 90px;
  margin: 0 auto;
}

.eam_voice_wrap,
.eam_temporarily,
.eam_ava,
.eam_compare,
.eam_case {
  max-width: 1200px;
  margin: 0 auto;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_cont {
    padding: 50px 16px 16px 16px;
  }

  .eam_cont2 {
    padding: 30px 16px 16px 16px;
  }
}

/* * ▲▲共通CSS  ここまで▲▲------------------------------------------------------------------- * */

/* ▼▼header▼▼------------------------------------------------------*/

.btn-menu {
  display: none;
}

#header-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav {
  width: 100%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  line-height: 1.5rem;
  text-align: center;
}

.main-nav li {
  margin: 0 0 0 1.5rem;
}

.main-nav a {
  display: block;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.nav-eam {
  background-color: rgba(203, 247, 255, 0.7);
  border-radius: 30px;
  padding: 4px 12px;
}

.nav-ice {
  background-color: rgba(249, 234, 255, 1);
  border-radius: 30px;
  padding: 4px 12px;
}

.nav-contact {
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #333;
}

.nav-contact:hover {
  background: #333;
  transition: transform 0.25s ease-out;
}

.nav-contact a:hover {
  color: #fff;
  opacity: 1;
}

.part-company {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  letter-spacing: -0.18rem;
  -webkit-text-stroke: 0.4px;
  transform: scaleX(1.04);
  display: inline-block;
  padding-right: 0.36rem;
}

.part-bold {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

/* * ------------------------------------------------------------------ * */

@media only screen and (max-width: 940px) {
  .nav-eam,
  .nav-ice {
    background-color: rgba(51, 51, 51, 1);
    border-radius: 0;
    padding: 0;
  }

  .nav-contact {
    padding: 0;
    border-radius: 20px;
    border: none;
  }

  .eam_logo_img {
    width: 100%;
    max-width: 210px;
  }

  #header-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .btn-menu {
    width: 78px;
    display: block;
    position: absolute;
    top: 7px;
    right: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    padding: 0.5rem;
    background: rgba(51, 51, 51, 1);
    border-radius: 2px;
    font-size: 1.1rem;
    font-weight: bold;
  }

  .main-nav {
    align-items: stretch;
    background: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 1);
    width: 0;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 0;
    overflow: hidden;
    transition: 0.5s;
  }

  .main-nav li {
    text-align: center;
    margin: 0;
    padding: 1.25rem 0;
    font-size: 1.1rem;
  }

  .main-nav li:not(:last-child) {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  }

  .main-nav a {
    color: rgba(255, 255, 255, 1);
    display: block;
    text-decoration: none;
  }

  .main-nav.open-menu {
    width: 100%;
    flex-direction: column;
  }
}

/* * ▲▲header  ここまで▲▲------------------------------------------------------------------- * */

#slider {
  margin-top: 84px;
  width: 100%;
  overflow: hidden;
}

.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.eam_topvisual {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.jackettop {
  position: relative;
}

.jackettopimg {
  width: 100%;
}

.eam_intro_h2-pc {
  position: absolute;
  top: calc(22% + 0px);
  right: calc(10% + 0px);
  color: #fff;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
  font-size: 2.2rem;
  text-align: right;
  line-height: 4rem;
  font-weight: bold;
}

/*CSS　20251111 -----------------------------------*/
.eam_intro_box {
  position: relative;
  overflow: hidden;
}
/* -------------------------------------------------------- */

.overlaytext {
  position: absolute;
  top: calc(16% + 50px);
  left: calc(5% + 0px);
  color: #fff;
  text-align: left;
  z-index: 10;
  width: 100%;
}

.overlaytext > h2 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  font-weight: normal;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  #slider {
    margin-top: 50px;
  }

  .eam_intro_box {
    font-size: 1.125rem;
    background: none;
    padding: 0;
  }

  .overlaytext {
    position: absolute;
    top: calc(25% + 0px);
    left: calc(2% + 0px);
    color: #fff;
    text-align: left;
    z-index: 10;
    width: 100%;
  }

  .overlaytext > h2 {
    font-size: 5vw;
    line-height: calc(5vw + 0.5em);
  }

  .eam_intro_h2-pc {
    display: none;
  }
}

/* ------------------------------------------------------------------ */

@media print {
  .no-print {
    display: none;
  }
}

/* TOPページのCSS------------------------------------------------------------------ */
.topmessage > p {
  text-align: center;
  line-height: 2rem;
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  width: fit-content;
  margin: 0 auto;
}

.newstable {
  margin-top: 32px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

.newstable th {
  width: 20%;
}

.newstable tr {
  border-bottom: 1px solid #ccc;
}

.newstable td,
.newstable th {
  padding: 1rem 0 1rem 0.5rem;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.business a {
  color: inherit;
}

.business a:hover {
  opacity: 0.8;
}

.topbusiness {
  background: url(../img/top_jigyoimg.jpg) no-repeat;
  padding: 1rem 0 10rem 1rem;
  margin-top: 10rem;
  background-size: cover;
}

.topbusiness2 {
  background: url(../img/top_companyimg.jpg) no-repeat;
  padding: 1rem 0 10rem 1rem;
  margin-top: 10rem;
  background-size: cover;
}

.business_h2 {
  font-size: 2.6rem;
  font-weight: normal;
  padding: 1rem 0 0 6rem;
}

.businessbox {
  display: flex;
  margin-top: 1rem;
  padding: 32px 120px;
  justify-content: space-between;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .topmessage > p {
    text-align: center;
    line-height: 2rem;
    padding: 1rem;
    border: 1px solid #ccc;
    width: fit-content;
    margin: 0 auto;
    font-size: 0.9rem;
  }

  .newstable th {
    width: 30%;
  }

  .newstable {
    line-height: 2.2rem;
  }

  .eam_topcont {
    max-width: 1800px;
    padding: 2rem 1rem;
    margin: 0 auto;
  }

  .topbusiness {
    margin-top: 2rem;
  }

  .topbusiness2 {
    margin: 2rem 0;
  }

  .business_h2 {
    padding: 1rem;
  }

  .businessbox {
    padding: 2rem 1rem;
    font-size: 1.1rem;
  }
}

/* --ドライアイスジャケットについてのページ---------------------------------------------------------------- */

.jk_h2 {
  padding: 120px 0 30px 0;
}

.jk_h2 h2 {
  text-align: left;
}

.jk_h2 img {
  max-width: 600px;
}

.eam_voice {
  text-align: right;
  background: rgba(0, 0, 0, 1);
  color: #fff;
}

.eam_voice_wrap {
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/voice_bg.png) no-repeat;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
}

.eam_voice_box_h3 {
  font-size: 2rem;
  padding-top: 2rem;
  line-height: 2;
}

.eam_voice_box_ul {
  line-height: 3rem;
  padding: 1.5rem 0;
  font-size: 1.125rem;
  font-weight: bold;
}

.eam_voice_img {
  margin-top: 40px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.fukidasi {
  padding: 1rem;
  width: 100%;
  max-width: 320px;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .jk_h2 {
    padding: 50px 1rem 0 1rem;
  }

  .eam_voice_box {
    text-align: left;
  }

  .eam_voice_wrap {
    background:
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../img/voice_bg.png) no-repeat;
  }

  .eam_voice_h2 {
    font-size: 1.428rem;
    line-height: 1.8;
    font-weight: bold;
  }

  .eam_voice_box {
    margin-top: 1.5rem;
  }

  .eam_voice_box_ul {
    line-height: 2;
    padding: 1rem;
    font-size: 1rem;
  }

  .eam_voice_img {
    flex-direction: column;
    justify-content: center;
    background: #005bac;
  }

  .eam_voice_box_h3 {
    padding-left: 1rem;
    font-size: 1.5rem;
  }

  .eam_voice_box p {
    padding-left: 1rem;
  }

  .fukidasi {
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
    max-width: 320px;
    align-self: flex-start;
    background: none;
    border-radius: 10px;
  }
}

/* 既存の熱中症対策用品との比較 ------------------------------------------------------------------ */

.compare_table_box {
  margin-top: 32px;
}

.compare_table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.5rem;
}

.eam_voice {
  position: relative;
}

.arrow {
  width: 80px;
  position: absolute;
  left: calc(88% + 0px);
  top: calc(12% + 0px);
  z-index: 5;
}

.compare_head th {
  width: calc(100% / 4);
}

.compare_table th,
.compare_table td {
  padding: 1rem;
}

.Symbol {
  text-align: center;
  padding: 0;
}

.Symbol > img {
  width: 1.5rem;
}

.condition {
  text-align: left;
}

.dryice {
  background: rgba(146, 208, 210, 0.4);
}

.compare_table tr,
.compare_table th,
.compare_table td {
  border: 2px solid #333;
}

/* ------------------------------------------------------------------ */

@media only screen and (max-width: 940px) {
  .arrow {
    display: none;
  }
}

/* ------------------------------------------------------------------ */

.eam_temporarily img {
  width: 100%;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_temporarily {
    padding: 1.5rem 1rem;
  }

  .eam_temporarily_h2 {
    font-size: 1.714rem;
    line-height: 1.8;
    text-align: center;
  }
}

/* ------------------------------------------------------------------ */

.eam_ava_box {
  display: flex;
  justify-content: space-between;
}

.eam_ava_box_cont img {
  width: 90%;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_ava_box_cont p {
    margin-right: 2rem;
  }

  .eam_ava_box_cont:first-child {
    margin-right: 40px;
  }

  .eam_ava_box_cont {
    flex-basis: 50%;
    flex-shrink: 0;
  }

  .eam_ava_box_cont img {
    width: 100%;
  }
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_ava_box_cont {
    width: 100%;
  }

  .eam_ava_box_cont:nth-child(2) {
    margin-top: 32px;
  }

  .eam_ava_box_cont:first-child {
    margin: 0;
  }

  .eam_ava_box {
    flex-direction: column;
    align-items: center;
  }

  .eam_ava_box_cont img {
    width: inherit;
  }
}

/* ------------------------------------------------------------------ */

.eam_case {
  border: 3px dotted #666;
  margin-top: 40px;
  padding: 1.5rem 0;
}

.eam_case_h3 {
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 1rem;
}

.casebox {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1rem;
}

.casebox img {
  width: 100%;
  max-width: 400px;
}

.eam_case_ul {
  font-size: 1.25rem;
}

.eam_case_li {
  list-style-type: square;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .casebox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .eam_case_ul {
    font-size: 1rem;
    padding: 0;
  }
}

/* ------------------------------------------------------------------ */

.eam_go_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #005bac;
  padding: 40px 0;
}

.eam_go_contact_h2 {
  color: #fff;
  text-align: center;
}

.eam_go_contact_button {
  background: #ffffff;
  border: 3px solid #48a8df;
  border-radius: 100px;
  padding: 1.125rem 6.5625rem;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 2.8125rem;
  color: #48a8df;
  cursor: pointer;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_go_contact_h2 {
    font-size: 1.142rem;
    line-height: 1.8;
    padding: 0 8px;
  }

  .eam_go_contact_button {
    padding: 8px 16px;
    font-size: 1.285rem;
    margin-top: 1rem;
  }
}

/* ------------------------------------------------------------------ */

.eam_foot {
  background: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 28px 50px 34px;
}

.footernav {
  display: flex;
}

.footernav_link {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  padding-left: 0;
  list-style: none;
}

.footernav_link li {
  padding-left: 30px;
}

.footernav_link a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}

.eam_copy {
  font-size: 0.625rem;
  color: #fff;
  margin-top: 8px;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .footernav {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footernav_link {
    flex-direction: column;
    align-items: center;
  }

  .footernav_link li {
    padding-left: 0;
    text-align: center;
    padding: 0.75rem 0;
  }
}

/* ------------------------------------------------------------------ */

/*================== ▼▼▼ topページに戻るボタンのCSS ▼▼▼ ================== */

.go_topbtn {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.go_topbtn > a {
  display: inline-block;
  width: 240px;
  padding: 14px 60px;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.go_topbtn > a:hover {
  color: #fff;
  background: rgba(0, 91, 172, 1);
  opacity: 1;
}

/*==================　▲▲▲ここまで topページに戻るボタンのCSS ▲▲▲　================== */

/*================== ▼▼▼ 右下「ドライアイスジャケット使用上のご注意」ボタンのCSS ▼▼▼ ================== */
.go_caution {
  position: fixed;
  z-index: 1000;
  right: 0px;
  bottom: 36px;
  cursor: pointer;
}

.go_caution_img {
  width: 183px;
}

.go_caution a:hover {
  opacity: 1;
}

.eam_caution_h4 {
  font-size: 1.2rem;
}

.eam_caution_cont li {
  list-style: inside disc;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .go_caution {
    right: 0px;
    bottom: 1.5rem;
  }

  .go_caution_img {
    width: 122px;
  }
}

/* ------------------------------------------------------------------ */

/*==================　▲▲▲　ここまで「ドライアイスジャケット使用上のご注意」ボタンのCSS ▲▲▲　================== */

/*================== ▼▼▼ 使用上のご注意ページのCSS ▼▼▼ ================== */

.eam_caution01 {
  background: url(../img/caution01_bg.jpg) 90% 40%/20% no-repeat;
}

.caution01_sp {
  display: none;
}

.eam_caution_h3 {
  font-size: 2.25rem;
}

.eam_caution_h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/warning.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.25rem 2px 0;
}

.eam_caution_h4::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/stop.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.25rem 2px 0;
}

.eam_caution_cont {
  margin-top: 1.5rem;
}

.eam_caution_ul {
  padding: 0;
}

.disposal_h4 {
  font-size: 1.5rem;
}

.reference {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_caution01 {
    background: none;
  }

  .caution01_sp {
    display: block;
    text-align: center;
    padding: 16px 0 1.5rem 0;
  }

  .caution01_sp_img {
    width: 100%;
    max-width: 300px;
  }

  .eam_caution_h2 {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
  }

  .eam_caution_h3 {
    text-align: center;
    font-size: 1.714rem;
    margin-top: 1.5rem;
  }

  .eam_caution_h3::before {
    width: 28px;
    height: 28px;
  }

  .eam_caution_cont {
    margin-top: 16px;
  }

  .disposal_h4 {
    text-align: center;
  }
}

/* ------------------------------------------------------------------ */

/*================== ▼▼▼ companyページのCSS ▼▼▼ ================== */

.eam_company_top {
  padding: 1rem 0 10rem 1rem;
  background:
    linear-gradient(to right, rgba(4, 49, 70, 1) 0%, rgba(4, 49, 70, 0) 90%),
    url(../img/company_top_bg.jpg) no-repeat;
}

.eam_company_h2 {
  font-size: 2.6rem;
  font-weight: normal;
  color: #fff;
  padding: 1rem;
}

.company_table,
.history_table {
  margin-top: 32px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

.company_table th,
.history_table th {
  width: 20%;
  vertical-align: top;
}

.company_table td,
.company_table th {
  padding: 1rem 0 1rem 0.5rem;
  border-bottom: 1px solid #ccc;
}

.company_table ul {
  padding-left: 1.5rem;
}

.company_table li {
  list-style: disc;
}

.company_jigyo {
  width: 100%;
  max-width: 640px;
  margin-top: 1rem;
}

.company_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.company_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eam_history {
  margin-top: 120px;
}

.history_table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.eam_history h2 {
  font-size: 2.2rem;
  font-weight: normal;
}

.date {
  width: 8rem;
  height: 8rem;
  background: radial-gradient(
    circle,
    rgba(237, 108, 0, 1) 50%,
    transparent 51%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 1.25rem;
}

.eam_history td {
  padding: 1rem 0 1rem 0.5rem;
}

.eam_history h3 {
  font-size: 1.2rem;
  color: rgba(237, 108, 0, 1);
}

.company_message {
  margin-top: 3.75rem;
  position: relative;
}

.messagebnr img {
  width: 100%;
  filter: grayscale(35%) brightness(60%);
}

.company_message h2 {
  font-size: 2rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 1);
}

.eam_message {
  margin: 0 auto;
  padding: 3rem 1rem;
  position: relative;
}

.fade {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.message_img {
  margin-top: 60px;
}

.message_img img {
  width: 100%;
  filter: brightness(90%) contrast(110%);
}

.message_p {
  position: absolute;
  top: calc(20% + 0px);
  left: calc(10% + 0px);
  width: 100%;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
}

.message_p h2 {
  font-size: 2.6rem;
  font-weight: normal;
}

.message_p p {
  margin-top: 2rem;
}

/* ------------------------------------------------------------------ */

@media only screen and (max-width: 940px) {
  .company_table th {
    width: 25%;
  }

  .eam_company_top {
    padding: 0 1rem;
    background-size: 100%;
  }

  .eam_company_h2 {
    font-size: 1.8rem;
    padding: 1rem 0;
  }

  .eam_history h2 {
    font-size: 1.8rem;
  }

  .company_table,
  .history_table {
    line-height: 2.2rem;
  }

  .date {
    width: 6rem;
    height: 6rem;
    font-size: 1.05rem;
  }

  .eam_history h3 {
    font-size: 1.1rem;
  }

  .eam_message {
    padding: 50px 1rem;
  }

  .message_p h2 {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .message_p {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    color: #333;
    text-shadow: none;
    margin-top: 2rem;
  }

  .company_message h2 {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0 1rem;
    border: none;
    width: 100%;
  }
}

/*================== ▼▼▼ 2025年秋追加CSS　ドライアイスジャケット、アイスパックジャケット ▼▼▼ ================== */

.eam_parent {
  text-align: center;
}
.eam_parent img {
  display: block;
  margin: 10px auto;
}

.eam_intro_box img {
  width: 100%;
  height: auto;
}

/* eam_go_contactの亜種　アイスパックジャケット版、色違い ------------------------------------------------------------------ */

.icj_go_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #07497b;
  padding: 40px 0;
}

.icj_go_contact_h2 {
  color: #fff;
  text-align: center;
}

.icj_go_contact_button {
  background: #ffffff;
  border: 3px solid #48a8df;
  border-radius: 100px;
  padding: 1.125rem 6.5625rem;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 2.8125rem;
  color: #48a8df;
  cursor: pointer;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .icj_go_contact_h2 {
    font-size: 1.142rem;
    line-height: 1.8;
    padding: 0 8px;
  }

  .icj_go_contact_button {
    padding: 8px 16px;
    font-size: 1.285rem;
    margin-top: 1rem;
  }
}

/* ------------------------------------------------------------------ */

.use {
  margin-top: 60px;
  text-align: center;
}

.use img {
  width: 100%;
  max-width: 1000px;
}

.sdgs {
  text-align: center;
}

.sdgimg {
  width: 100%;
  max-width: 1000px;
  margin-top: 3rem;
}

/*================== ▼▼▼ プライバシーポリシーページのCSS ▼▼▼ ================== */

/* コンテンツ全体のラッパー */
.eam_privacy {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 90px 80px 90px;
  line-height: 2rem;
}

/* 制定日 */
.privacy_date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 2rem;
}

/* イントロ段落 */
.eam_privacy > p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 2rem;
}

/* 各セクション（1〜13） */
.privacy_section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

/* セクション見出し（h3） */
.privacy_section h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(0, 91, 172, 1);
  margin-bottom: 0.75rem;
  line-height: 1.8;
}

/* セクション内の段落 */
.privacy_section p {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

/* セクション内の番号付きリスト */
.privacy_section ol {
  padding-left: 1.5em;
  margin: 0.5rem 0 0.5rem 0;
}

.privacy_section ol li {
  list-style: decimal;
  font-size: 1rem;
  line-height: 2rem;
  padding-left: 0.25em;
}

/* 問い合わせ先ブロック */
.privacy_contact {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: #f5f7fa;
  border-left: 4px solid rgba(0, 91, 172, 1);
  line-height: 2rem;
}

.privacy_contact_title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* 会社情報ブロック（13条末尾） */
.privacy_company {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: #f5f7fa;
  border-left: 4px solid rgba(0, 91, 172, 1);
  line-height: 2rem;
  font-size: 0.95rem;
}

/* ------------------------------------------------------------------ */
/* レスポンシブ（SP：940px以下） */
@media only screen and (max-width: 940px) {
  .eam_privacy {
    padding: 32px 16px 48px 16px;
    line-height: 1.8rem;
  }

  .privacy_date {
    font-size: 0.85rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }

  .eam_privacy > p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .privacy_section {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .privacy_section h3 {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }

  .privacy_section p,
  .privacy_section ol li {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }

  .privacy_section ol {
    padding-left: 1.25em;
  }

  .privacy_contact,
  .privacy_company {
    padding: 1rem 1rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
  }
}
