@charset "utf-8";

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

.font_big {
  font-size: 1.8rem;
}

.font_small {
  font-size: 0.9rem;
}

.marker_ye {
  background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.5) 60%);
}

.marker_pk {
  background: linear-gradient(transparent 60%, rgba(222, 0, 119, 0.5) 60%);
}

.marker_og {
  background: linear-gradient(transparent 60%, rgba(249, 190, 0, 0.8) 60%);
}

.marker_bu {
  background: linear-gradient(transparent 60%, rgba(0, 167, 234, 0.6) 60%);
}

.Temperature {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(-225deg, #5d9fff 0%, #b8dcff 48%, #6bbbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Temperature2 {
  font-size: 2rem;
  font-weight: bold;
}

/* ▼▼ぺージ共通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: 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_temporarily_h3,
.eam_material_h3,
.eam_feature_h3,
.eam_ava_h3,
.eam_service_h3 {
  font-size: 2rem;
  font-weight: normal;
}

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

.eam_feature h4 {
  font-size: 1.5rem;
  font-weight: normal;
  color: rgba(237, 108, 0, 1);
}

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

.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;
}

/* 見出しの前のチェックマーク */
.checked::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: rgba(237, 108, 0, 1);
}

/* ------------------------------------------------------------------ */
@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_intro,
.eam_voice_wrap,
.eam_temporarily,
.eam_material,
.eam_twoway,
.eam_oximeter,
.eam_pocket,
.eam_ava,
.eam_service,
.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;
}

#header-wrapper {
  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(175, 255, 193, 0.7);
  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;
  }

  .header {
    background: rgba(255, 255, 255, 1);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 1px rgba(240, 240, 240, 1) solid;
  }

  .header.header-bg-color {
    background: rgba(51, 51, 51, 1);
  }

  .header #header-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .header a {
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
  }

  .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;
}

.eam_top_img {
  max-width: 1400px;
}

/* .eam_intro_wrap {
    background: rgba(0, 91, 172, 1);
} */

.jackettop {
  position: relative;
}

.jackettopimg {
  width: 100%;
  /* max-width: 1200px; */
}

.eam_intro_h2-mob {
  display: none;
}

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

/* .eam_intro_box {
  background: url("../img/intro_bg.png") no-repeat right top / 55% auto;
  padding: 120px 0 60px 0;
  margin-top: 3rem;
} */

/*CSS　20251111 -----------------------------------*/
.eam_intro_box {
  position: relative;
  /* margin-top: 3rem; */
  overflow: hidden; /* はみ出し防止 */
}
/* -------------------------------------------------------- */

.intro_p > h3 {
  font-size: 1.8rem;
  font-weight: normal;
}

.intro_p > p {
  width: 40%;
  padding: 1rem;
  /* background: rgba(255, 255, 255, 1); */
  line-height: 3rem;
  /* border-radius: 10px; */
  /* color: #fff; */
  font-size: 1.1rem;
  font-weight: bold;
}

.intro_img img {
  width: 100%;
  max-width: 360px;
}

.eam_intro {
  margin-bottom: 90px;
}

.overlaytext {
  position: absolute;
  top: 22%;
  left: 5%;
  color: #fff;
  text-align: left;
  /* transform: translate(-50%, -50%); */
  /* padding: 1.5rem 1rem; */
  z-index: 10;
  width: 100%;
  /* box-shadow: 0 0 8px rgba(102, 102, 102, .5); */
}

.overlaytext > h2 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
  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_top_img {
    width: 100%;
  }

  .eam_intro_box {
    font-size: 1.125rem;
  }

  .eam_intro_box {
    background: none;
    padding: 0;
  }

  .intro_p > h3 {
    font-size: 1.8rem;
    font-weight: normal;
    align-items: center;
    text-align: center;
  }

  .intro_p > p {
    width: 100%;
    padding: 1rem;
    background: none;
    line-height: inherit;
    font-size: 0.9rem;
  }

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

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

  .eam_intro_h2 {
    position: absolute;
    top: 35%;
    right: 10%;
    font-size: 2.5rem;
  }

  .eam_intro_h2-pc {
    display: none;
  }

  .eam_intro_h2-mob {
    display: block;
  }
}

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

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

/* TOPページのCSS------------------------------------------------------------------ */
.topmessage > p {
  /* margin: 0 auto; */
  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;
}

.business_h2 {
  padding: 1rem 0 0 6rem;
}

.businessbox {
  display: flex;
  margin-top: 1rem;
  padding: 32px 120px;
  justify-content: space-between;
}

.businessbox {
  display: flex;
  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 {
    /* margin: 0 auto; */
    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: 750px;
}

.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;
}

.eam_voice_img {
  /* width: 100%; */
  /* max-width: 1080px; */
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.fukidasi {
  padding: 1rem;
  width: 100%;
  max-width: 320px;
  /* max-height: 434px; */
  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;
    text-align: center;
  }

  .eam_voice_h3 {
    text-align: center;
    margin-top: 1rem;
    padding: 1rem 0;
    background: #004078;
  }

  .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;
    /* max-height: 434px; */
    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: 88%;
  top: 12%;
  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%;
}

.eam_temporarily_h3 {
  margin-top: 2rem;
}

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

.temporarily_img {
  width: 40%;
}

.temporarily_p {
  width: 50%;
}

.eam_temporarily_cont {
  display: flex;
  justify-content: space-around;
}

.eam_temporarily_cont_box {
  display: flex;
  flex-direction: column;
}

.eam_temporarily_cont_box_ul {
  width: 100%;
  max-width: 480px;
  padding-top: 1.5rem;
}

.eam_temporarily_cont_box_li {
  background: url(../img/list_og.svg) left 0 top 9px no-repeat;
  background-size: 15px auto;
  padding-left: 20px;
}

.eam_temporarily_cont_box_li:not(:first-child) {
  margin-top: 8px;
}

.temporarily_img_l {
  width: 50%;
  padding: 2rem 1rem 0 0;
}

.temporarily_img_r {
  width: 60%;
}

.temporarily_img_r img {
  border-radius: 10px;
}

/* ------------------------------------------------------------------ */
@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_temporarily_box {
    flex-direction: column;
  }

  .eam_temporarily_cont {
    display: block;
    padding-top: 32px;
  }

  .eam_temporarily_cont_box_ul {
    width: 100%;
    padding: 8px;
  }

  .eam_temporarily_cont_box_li {
    background: url(../img/list_og.svg) left 0 top 8px no-repeat;
    background-size: auto;
    padding-left: 18px;
  }

  .temporarily_img_l {
    width: 100%;
    padding: 0;
  }

  .temporarily_img_r {
    width: 100%;
  }
}

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

.eam_twoway_box {
  margin-top: 40px;
}

.eam_twoway_kariimg img {
  width: 100%;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_twoway_h2 {
    font-size: 1.714rem;
    line-height: 1.8;
    text-align: center;
  }
}

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

/* .eam_material_box {
    margin-top: 40px;
} */

/* .eam_material_td {
    width: 30%;
    text-align: center;
    padding: 4px;
}

.material_dl_box {
    width: 780px;
    margin: 0 auto;
    background: url(../img/material_dl_box_bg.jpg) no-repeat top right;
}

.eam_material_dt {
    display: inline-block;
    padding: 0 0.5rem;
    margin-top: 1rem;
}
 */

.materialimg {
}

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

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

  .material_dl_box {
    width: 100%;
    max-width: 320px;
    background: none;
  }

  .material_dl_box_sp {
    display: block;
    text-align: center;
  }

  .material_dl_box_sp img {
    width: 100%;
    max-width: 300px;
    padding-top: 1.5rem;
  }

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

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

/* TOPのサイズ表 ------------------------------------------------------------------ */

.material_table_box {
  width: 900px;
}

.eam_material_table {
  width: 750px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.size_tr {
  border-bottom: 2px solid #333;
  font-weight: bold;
}

.eam_material_th {
  font-weight: bold;
  padding: 1rem;
  width: 20%;
}

.eam_material_td {
  width: 10%;
  text-align: center;
}

.material_dl_box_sp {
  display: none;
}

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

.eam_ava_box_cont img {
  width: 90%;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .material_table_box,
  .eam_material_table {
    max-width: 400px;
  }

  .eam_material_table {
    width: 100%;
    max-width: 360px;
    margin: 0;
    max-width: 360px;
    font-size: 0.9rem;
  }

  .eam_twoway_top {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }

  .eam_twoway_top_img img {
    width: 100%;
    max-width: 800px;
  }

  .eam_twoway_top_img {
    text-align: center;
    margin-top: 40px;
  }

  .eam_twoway_box img {
    width: 100%;
  }

  .eam_twoway_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 36px;
  }

  .eam_twoway_box_cont {
    margin: 1rem 32px;
  }

  .eam_oximeter_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .eam_oximeter_box {
    width: 100%;
  }

  .eam_oximeter_box_cont img {
    width: 100%;
  }

  .cont_left {
    width: 100%;
    max-width: 560px;
    padding-right: 1rem;
  }

  .eam_ava_box_cont p {
    margin-right: 2rem;
  }

  .eam_pocket_box {
    display: flex;
  }

  .eam_ava_h2 {
    text-align: center;
    color: #fff;
    background: #f39800;
    padding: 8px;
    margin: 0 auto;
    font-size: 1.5rem;
  }

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

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

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

  .eam_pocket_box_cont img {
    width: 100%;
  }

  .eam_ava_box_cont img {
    width: 100%;
  }
}

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

  .eam_twoway_box {
    padding: 0;
  }

  .eam_twoway_box_cont {
    margin: 32px 0 0 0;
  }

  .eam_oximeter_box_cont {
    margin: 32px 0 0 0;
  }

  .eam_ava_box_cont,
  .eam_pocket_box_cont {
    width: 100%;
  }

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

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

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

  .eam_ava_box_cont img {
    width: inherit;
  }

  .eam_pocket_box_cont img {
    width: inherit;
  }
}

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

.eam_provision {
  margin-top: 40px;
}

.service_fig {
  width: 100%;
  max-width: 800px;
}

.eam_service h2,
.eam_provision_h3 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: normal;
}

.eam_provision {
  line-height: 2;
  font-weight: bold;
  background: rgba(237, 242, 243, 0.8);
  padding: 32px 8px;
}

.eam_provision_ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.eam_provision_li {
  padding: 40px 1rem;
  width: 30%;
  color: #fff;
  background: #48a8df;
}

.eam_service_img_box {
  text-align: center;
  margin-top: 40px;
}

.eam_service_img_box p {
  text-align: left;
  font-size: 1.2rem;
  padding: 0 1rem;
  font-weight: bold;
}

.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;
}

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .eam_service {
    padding: 0;
    margin-top: 50px;
  }

  .eam_service_img_box {
    margin-top: 1rem;
  }

  .service_fig {
    padding: 8px;
  }

  .eam_provision {
    background: #005993;
    color: #fff;
  }

  .eam_provision_h3 {
    font-size: 1.142rem;
    background: #004078;
  }

  .eam_provision_ul {
    margin-top: 0;
    display: block;
    padding: 0 1rem;
  }

  .eam_provision_li {
    padding: 1rem 0 0.5rem 1rem;
    color: #fff;
    background: transparent;
    text-align: left;
  }

  .eam_provision_li:before {
    content: "";
    background: url(../img/checkbox.svg) no-repeat;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin: 0 7px 3px 0;
  }
}

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

.eam_case {
  border: 3px dotted #666;
  padding: 1rem;
}

.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_compare_img_box img {
  width: 100%;
}

.eam_compare_img_box {
  display: flex;
  margin-top: 36px;
}

.eam_compare_img_box_cont {
  padding: 1rem 8px;
}

.eam_case {
  /*  */
  margin-top: 40px;
  padding: 1.5rem 0;
}

.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_compare_img_box {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
  }

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

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

.eam_sdgs {
  background: url(../img/eam_sdgs_bg.jpg) 10% 35% no-repeat;
  color: #fff;
  text-align: center;
}

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

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

.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;
  flex-direction: row;
  justify-content: space-between;
  padding: 28px 50px 34px;
}

.leneosgroup {
  display: flex;
}

.leneosgroup_title {
  margin: 0 26px 0 0;
}

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

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

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

/* ------------------------------------------------------------------ */
@media only screen and (max-width: 940px) {
  .leneosgroup {
    flex-direction: column;
  }
}

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

/*================== ▼▼▼ 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_caution_wrap {
    max-width: 1200px !important;
    margin: 0 auto;
} */

.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: 0;
}

.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: 20%;
  left: 10%;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 7px rgba(0, 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; /* 横方向の中央寄せ（任意） */
  /* padding: 20px; */
}
.eam_parent img {
  display: block; /* ブロック要素にすることで縦に並ぶ */
  margin: 10px auto; /* 上下に余白をつけて中央寄せ */
}

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

/* eam_go_contactの亜種　アイスパックジャケット版、色違い　後で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;
  }
}

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