@charset "UTF-8";
.cold__wrapper {
  line-height: 1.15;
  @import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
  /*========================================
  *	common
  ========================================*/
}
.cold__wrapper img {
  width: 100%;
}
.cold__wrapper ::selection {
  color: #fff;
  background: #000;
}
.cold__wrapper *,
.cold__wrapper *:after,
.cold__wrapper *:before {
  box-sizing: border-box;
  background-repeat: repeat;
}
.cold__wrapper *:focus {
  outline: 0;
}
.cold__wrapper html,
.cold__wrapper body {
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.cold__wrapper body {
  width: 100%;
}
.cold__wrapper a {
  color: #000;
  text-decoration: none;
}
.cold__wrapper h1,
.cold__wrapper h2,
.cold__wrapper h3 {
  line-height: 1;
}
.cold__wrapper ul,
.cold__wrapper li {
  list-style: none;
}
.cold__wrapper tr,
.cold__wrapper th,
.cold__wrapper td {
  font-weight: normal;
  text-align: left;
}
.cold__wrapper .container img,
.cold__wrapper .container picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}
.cold__wrapper .pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cold__wrapper .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cold__wrapper .sp-none {
    display: none;
  }
}
.cold__wrapper .cbt__inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90.6666666667vw;
  height: 105.3333333333vw;
  margin: 0 auto;
  background-image: url(./images/freeze_1/cbt/bg.jpg);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__inner {
    width: 100%;
    max-width: 1076px;
    height: auto;
    min-height: 420px;
    padding: 20px 0;
    background-image: url(./images/freeze_1/cbt/bg_pc.jpg);
  }
}
.cold__wrapper .cbt__copy {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #FFFCB2;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__copy {
    font-size: 28px;
  }
}
.cold__wrapper .cbt__tit {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 6.9333333333vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.2307692308;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__tit {
    margin-top: 10px;
    font-size: 48px;
  }
}
.cold__wrapper .cbt__caption {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.375;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__caption {
    margin-top: 10px;
    font-size: 22px;
  }
}
.cold__wrapper .cbt__achieve {
  display: flex;
  align-items: center;
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.375;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__achieve {
    margin-top: 30px;
    font-size: 24px;
  }
}
.cold__wrapper .cbt__achieve > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .cbt__achieve::before, .cold__wrapper .cbt__achieve::after {
  display: block;
  flex: 1;
  content: "";
  width: 10.6666666667vw;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__achieve::before, .cold__wrapper .cbt__achieve::after {
    max-width: 210px;
  }
}
.cold__wrapper .cbt__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  padding-left: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  border: 0.5333333333vw solid #F8E1E1;
  border-radius: 10000px;
  background: rgb(250, 130, 140);
  background: linear-gradient(180deg, rgb(250, 130, 140) 0%, rgb(252, 93, 106) 50%, rgb(242, 50, 65) 100%);
  filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.15));
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__btn {
    width: 440px;
    height: 70px;
    margin: 10px;
    padding-left: 25px;
    font-size: 24px;
    border-width: 2px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  }
}
.cold__wrapper .cbt__btn::before {
  position: absolute;
  top: 50%;
  left: 0.5333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "無料";
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #FC5D6A;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 1000px;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__btn::before {
    left: 4px;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.cold__wrapper .cbt__btn::after {
  position: absolute;
  top: 50%;
  right: 4vw;
  display: block;
  content: "";
  width: 1.8666666667vw;
  height: 3.2vw;
  background-image: url(./images/freeze_1/common/icon_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__btn::after {
    right: 25px;
    width: 10px;
    height: 16px;
  }
}
.cold__wrapper .cbt__btn.white {
  border-color: #FC5D6A;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(248, 236, 237) 100%);
  color: #FC5D6A;
}
@media only screen and (max-width: 767px) {
  .cold__wrapper .cbt__btn.white {
    margin-top: 1.3333333333vw;
  }
}
.cold__wrapper .cbt__btn.white::after {
  background-image: url(./images/freeze_1/common/icon_arrow_pink.png);
}
.cold__wrapper .cbt__btn.white::before {
  background-color: rgba(252, 93, 106, 0.15);
}
.cold__wrapper .cbt__container {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .cbt__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
}
.cold__wrapper .mv__inner {
  width: 100%;
  padding-top: 14.6666666667vw;
  padding-bottom: 10.6666666667vw;
  background-image: url(./images/freeze_1/mv/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__inner {
    padding: 80px 20px 70px;
    background-image: url(./images/freeze_1/mv/bg_pc.jpg);
  }
}
.cold__wrapper .mv__copy {
  text-align: center;
}
.cold__wrapper .mv__copy-text {
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: 1;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__copy-text {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__copy-text {
    font-size: 24px;
  }
}
.cold__wrapper .mv__copy-text:not(:first-child) {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__copy-text:not(:first-child) {
    margin-top: 10px;
  }
}
.cold__wrapper .mv__copy-text > .small {
  font-size: 4vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__copy-text > .small {
    font-size: 24px;
  }
}
.cold__wrapper .mv__copy-text > .yellow {
  font-size: 5.0666666667vw;
  color: #FFFCB2;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__copy-text > .yellow {
    font-size: 28px;
  }
}
.cold__wrapper .mv__copy-text > .dot {
  background-image: radial-gradient(circle at center, #FFFCB2 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1.3333333333vw;
  padding-top: 0.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__copy-text > .dot {
    background-size: 1em 5px;
    padding-top: 2px;
  }
}
.cold__wrapper .mv__main {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 10.6666666667vw;
  font-weight: bold;
  line-height: 1.1;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__main {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__main {
    margin-top: 20px;
    font-size: 66px;
  }
}
.cold__wrapper .mv__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84vw;
  height: 5.3333333333vw;
  margin: 4vw auto 0;
  font-size: 3.2vw;
  font-weight: bold;
  background-color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__sub {
    width: 100%;
    max-width: 966px;
    height: auto;
    min-height: 40px;
    margin-top: 15px;
    font-size: 24px;
  }
}
.cold__wrapper .mv__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box {
    margin-top: 30px;
  }
}
.cold__wrapper .mv__box-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 44vw;
  height: 14.6666666667vw;
  padding-left: 10.6666666667vw;
  padding-right: 2.6666666667vw;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-item {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
}
.cold__wrapper .mv__box-item:nth-child(n+3) {
  border-top: 1px solid #FFFFFF;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-item:nth-child(n+3) {
    border-top: none;
  }
}
.cold__wrapper .mv__box-item:nth-child(2n+2) {
  border-left: 1px solid #FFFFFF;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-item:nth-child(2n+2) {
    border-left: none;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-item:not(:first-child) {
    margin-left: 35px;
    padding-left: 35px;
  }
  .cold__wrapper .mv__box-item:not(:first-child)::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 55px;
    background-color: #fff;
    transform: translateY(-50%) rotate(30deg);
  }
}
.cold__wrapper .mv__box-item .blue {
  font-size: 4.5333333333vw;
  color: #70F7E8;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-item .blue {
    font-size: 22px;
  }
}
.cold__wrapper .mv__box-item::before {
  position: absolute;
  top: 50%;
  left: 1.8666666667vw;
  display: block;
  content: "";
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(./images/freeze_1/mv/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-item::before {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-item::before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    transform: none;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__box-inner {
    filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.5));
  }
}
@media only screen and (min-width: 767px) and (min-width: 767px) {
  .cold__wrapper .mv__box-inner {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
  }
}
.cold__wrapper .mv__wrapper {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__wrapper {
    margin-top: 30px;
  }
}
.cold__wrapper .mv__balloon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76vw;
  height: 8vw;
  margin: 0 auto;
  background-color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  color: #146CB4;
  border-radius: 1000px;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__balloon {
    width: 380px;
    height: 40px;
    font-size: 18px;
  }
}
.cold__wrapper .mv__balloon::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6666666667vw 1.6vw 0 1.6vw;
  border-color: #ffffff transparent transparent transparent;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__balloon::after {
    border-width: 15px 6px 0 6px;
  }
}
.cold__wrapper .mv__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  padding-left: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  border: 0.5333333333vw solid #F8E1E1;
  border-radius: 10000px;
  background: rgb(250, 130, 140);
  background: linear-gradient(180deg, rgb(250, 130, 140) 0%, rgb(252, 93, 106) 50%, rgb(242, 50, 65) 100%);
  filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.15));
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__btn {
    width: 480px;
    height: 70px;
    padding-left: 25px;
    font-size: 24px;
    border-width: 2px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  }
}
.cold__wrapper .mv__btn::before {
  position: absolute;
  top: 50%;
  left: 0.5333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "無料";
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #FC5D6A;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 1000px;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__btn::before {
    left: 4px;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.cold__wrapper .mv__btn::after {
  position: absolute;
  top: 50%;
  right: 4vw;
  display: block;
  content: "";
  width: 1.8666666667vw;
  height: 3.2vw;
  background-image: url(./images/freeze_1/common/icon_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__btn::after {
    right: 25px;
    width: 10px;
    height: 16px;
  }
}
.cold__wrapper .mv__btn.white {
  border-color: #FC5D6A;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(248, 236, 237) 100%);
  color: #FC5D6A;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__btn.white {
    margin-top: 7px;
  }
}
.cold__wrapper .mv__btn.white::after {
  background-image: url(./images/freeze_1/common/icon_arrow_pink.png);
}
.cold__wrapper .mv__btn.white::before {
  background-color: rgba(252, 93, 106, 0.15);
}
.cold__wrapper .mv__container {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__container {
    margin-top: 7px;
  }
}
.cold__wrapper .mv__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 5.3333333333vw 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(227, 242, 253) 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__thumb {
    padding: 20px 0;
  }
}
.cold__wrapper .mv__thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./images/freeze_1/mv/bg_thumb.png);
  background-size: 2.4vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__thumb::after {
    background-size: 9px;
  }
}
.cold__wrapper .mv__thumb-item {
  position: relative;
  z-index: 2;
  width: 21.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .mv__thumb-item {
    width: 130px;
    margin: 5px;
  }
}
.cold__wrapper .mv__thumb-item:last-child {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cold__wrapper .mv__thumb-item:not(:nth-child(4n+1)) {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .cold__wrapper .mv__thumb-item:nth-child(n+5) {
    margin-top: 1.3333333333vw;
  }
}
.cold__wrapper .media__inner {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .media__inner {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .media__inner.mt20 {
    margin-top: 40px;
  }
}
.cold__wrapper .media__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
  text-align: center;
  color: #032058;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .media__head {
    font-size: 24px;
  }
}
.cold__wrapper .media__head > span {
  margin: 0 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .media__head > span {
    margin: 0 10px;
  }
}
.cold__wrapper .media__head::before, .cold__wrapper .media__head::after {
  display: block;
  flex: 1;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .media__head::before, .cold__wrapper .media__head::after {
    max-width: 210px;
  }
}
.cold__wrapper .media__head.no_b::before, .cold__wrapper .media__head.no_b::after {
  display: none;
}
.cold__wrapper .media img {
  width: 150px;
  height: 60px;
}
.cold__wrapper .features__inner {
  display: block;
  width: 100%;
  margin-top: 0vw;
  padding: 16vw 0 18.6666666667vw;
  background-image: url(./images/freeze_1/common/bg_stripe.png);
  background-size: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__inner {
    padding: 90px 0 180px;
    background-size: 8px;
  }
}
.cold__wrapper .features__head {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__head {
    font-size: 32px;
  }
}
.cold__wrapper .features__list {
  width: 90.6666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__list {
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 50px;
  }
}
.cold__wrapper .features__item {
  position: relative;
  width: 100%;
  padding: 5.3333333333vw 0;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__item {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__item {
    width: 257px;
    padding: 30px 0;
    border-radius: 10px;
  }
}
.cold__wrapper .features__item:not(:first-child) {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__item:not(:first-child) {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 767px) and (min-width: 767px) {
  .cold__wrapper .features__item:not(:first-child) .features__figure {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.cold__wrapper .features__tit {
  text-align: center;
  font-weight: bold;
  font-size: 4.8vw;
  color: #032058;
  line-height: 1.4444444444;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__tit {
    font-size: 18px;
  }
}
.cold__wrapper .features__text {
  margin-top: 4vw;
  padding: 0 10.6666666667vw;
  font-size: 3.7333333333vw;
  color: #032058;
  line-height: 1.8571428571;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__text {
    margin-top: 20px;
    font-size: 16px;
    padding: 0 20px;
  }
}
.cold__wrapper .features__figure {
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__figure {
    margin-top: 10px;
  }
}
.cold__wrapper .features__figure.f1 {
  width: 53.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__figure.f1 {
    width: 202px;
  }
}
.cold__wrapper .features__figure.f2 {
  width: 57.0666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__figure.f2 {
    width: 214px;
  }
}
.cold__wrapper .features__figure.f3 {
  width: 36.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__figure.f3 {
    width: 136px;
  }
}
.cold__wrapper .features__figure.f4 {
  width: 49.0666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .features__figure.f4 {
    width: 184px;
  }
}
.cold__wrapper .worries {
  background: rgb(227, 242, 253);
  background: linear-gradient(180deg, rgb(227, 242, 253) 0%, rgb(207, 229, 245) 100%);
}
.cold__wrapper .worries__inner {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin-top: 0vw;
  padding: 8vw 0 20vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__inner {
    padding: 40px 0 200px;
  }
}
.cold__wrapper .worries__inner:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  background-color: #E3F2FD;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__inner:before {
    height: 155px;
  }
}
.cold__wrapper .worries__head {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__head {
    font-size: 32px;
  }
}
.cold__wrapper .worries__list {
  position: relative;
  z-index: 2;
  width: 90.6666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__list {
    width: 100%;
    max-width: 1080px;
    margin-top: 40px;
  }
}
.cold__wrapper .worries__item {
  position: relative;
  width: 80vw;
  padding: 5.3333333333vw;
  background-color: #fff;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 810px;
    padding: 15px 30px;
    border-radius: 10px;
  }
}
.cold__wrapper .worries__item::after {
  position: absolute;
  bottom: 2px;
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-color: #fff;
  transform: translateY(100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item::after {
    width: 40px;
    height: 40px;
  }
}
.cold__wrapper .worries__item:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item:not(:first-child) {
    margin-top: 10px;
  }
}
.cold__wrapper .worries__item:nth-child(1)::after {
  left: 4vw;
  clip-path: polygon(90% 0, 0 0, 100% 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item:nth-child(1)::after {
    left: 30px;
  }
}
.cold__wrapper .worries__item:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item:nth-child(2) {
    width: 100%;
    max-width: 955px;
  }
}
.cold__wrapper .worries__item:nth-child(2)::after {
  right: 4vw;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item:nth-child(2)::after {
    width: 60px;
    height: 60px;
    clip-path: polygon(100% 0, 30% 0, 0 100%);
  }
}
.cold__wrapper .worries__item:nth-child(3)::after {
  left: 50%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__item:nth-child(3)::after {
    display: none;
  }
}
.cold__wrapper .worries__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53.3333333333vw;
  height: 8vw;
  margin: 0 auto;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #146CB4;
  background-image: url(./images/freeze_1/worries/bg_h3.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__tit {
    text-align: center;
    width: 150px;
    height: 170px;
    margin: 0;
    font-size: 22px;
    background-image: url(./images/freeze_1/worries/bg_h3_pc.png);
  }
}
.cold__wrapper .worries__content {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__content {
    flex: 1;
    margin-top: 0;
    margin-left: 40px;
  }
}
.cold__wrapper .worries__content-item {
  position: relative;
  display: flex;
}
.cold__wrapper .worries__content-item::before {
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(./images/freeze_1/worries/icon.png);
  background-size: cover;
  margin-top: 0.5333333333vw;
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__content-item::before {
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-right: 15px;
  }
}
.cold__wrapper .worries__content-item:not(:first-child) {
  margin-top: 4vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__content-item:not(:first-child) {
    margin-top: 10px;
  }
}
.cold__wrapper .worries__content-text {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__content-text {
    font-size: 20px;
  }
}
.cold__wrapper .worries__content-text span {
  color: #146CB4;
}
.cold__wrapper .worries__person {
  position: absolute;
  bottom: -21.3333333333vw;
  right: -10.6666666667vw;
  width: 29.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .worries__person {
    width: 200px;
    bottom: -130px;
    right: -180px;
  }
}
.cold__wrapper .reasons {
  position: relative;
  z-index: 2;
}
.cold__wrapper .reasons__inner {
  position: relative;
  padding: 16vw 0 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__inner {
    padding: 0px 0px 105px;
  }
}
.cold__wrapper .reasons__inner:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__inner:before {
    height: 155px;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__inner .cbt {
    margin-top: -40px;
  }
}
.cold__wrapper .reasons__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
  }
}
.cold__wrapper .reasons__space {
  height: 1px;
  width: 100%;
}
.cold__wrapper .reasons__box {
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__box {
    margin-top: 80px;
  }
}
.cold__wrapper .reasons__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .reasons__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .reasons__h2-eng::before, .cold__wrapper .reasons__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__h2-eng::before, .cold__wrapper .reasons__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .reasons__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .reasons__list {
  width: 90.6666666667vw;
  margin: 10.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__list {
    width: 100%;
    max-width: 1076px;
    margin-top: 40px;
  }
}
.cold__wrapper .reasons__item {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__item {
    padding-left: 75px;
  }
}
.cold__wrapper .reasons__item:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__item:not(:first-child) {
    margin-top: 15px;
  }
}
.cold__wrapper .reasons__item-inner {
  padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  background-color: #F4FAFE;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__item-inner {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__item-inner {
    padding: 50px 360px 50px 110px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__thumb {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 257px;
  }
}
.cold__wrapper .reasons__num {
  position: absolute;
  z-index: 2;
  top: -8vw;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 18.1333333333vw;
  font-size: 6.6666666667vw;
  font-weight: 300;
  color: #146CB4;
  background-image: url(./images/freeze_1/reasons/bg_head.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__num {
    top: 40px;
    left: 0;
    width: 150px;
    height: 170px;
    font-size: 50px;
    transform: none;
  }
}
.cold__wrapper .reasons__head {
  text-align: center;
  font-weight: bold;
  font-size: 4.8vw;
  margin-top: 6.6666666667vw;
  color: #032058;
  line-height: 1.3;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__head {
    text-align: left;
    font-size: 24px;
    margin-top: 0;
  }
}
.cold__wrapper .reasons__head > span {
  color: #146CB4;
}
.cold__wrapper .reasons__text {
  overflow: hidden;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.cold__wrapper .reasons__text.js-hide {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 12vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__text.js-hide {
    height: 50px;
  }
}
.cold__wrapper .reasons__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.3333333333vw auto 0;
  width: 56vw;
  height: 8vw;
  font-size: 3.2vw;
  color: #146CB4;
  border: 0.2666666667vw solid #146CB4;
  border-radius: 1000px;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__btn {
    width: 210px;
    height: 30px;
    margin: 25px 0 0;
    font-size: 12px;
    border-width: 1px;
  }
}
.cold__wrapper .reasons__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 1.6vw;
  height: 1.0666666667vw;
  background-image: url(./images/freeze_1/common/icon_arrow_blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .reasons__btn::after {
    right: 15px;
    width: 6px;
    height: 4px;
  }
}
.cold__wrapper .reasons__btn.js-hide::after {
  transform: translateY(-50%) scale(1, -1);
}
.cold__wrapper .graph__inner {
  display: block;
  width: 100%;
  margin-top: -16vw;
  padding: 21.3333333333vw 0 26.6666666667vw;
  background-image: url(./images/freeze_1/common/bg_stripe.png);
  background-size: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__inner {
    margin-top: -220px;
    padding: 220px 0 180px;
    background-size: 8px;
  }
}
.cold__wrapper .graph__head {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__head {
    font-size: 32px;
  }
}
.cold__wrapper .graph__box {
  width: 90.6666666667vw;
  margin: 5.3333333333vw auto 0;
  padding: 6.6666666667vw 0;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
  background-color: #fff;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__box {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__box {
    width: 100%;
    max-width: 1076px;
    margin-top: 20px;
    padding: 35px;
  }
}
.cold__wrapper .graph__title {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.5;
  color: #146CB4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__title {
    font-size: 22px;
  }
}
.cold__wrapper .graph__main {
  position: relative;
  margin: 5.3333333333vw auto 0;
  width: 80vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__main {
    margin-top: -40px;
    width: 98%;
    max-width: 980px;
  }
}
.cold__wrapper .graph__wrapper {
  position: absolute;
  z-index: 2;
  top: 1.3333333333vw;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40vw;
  height: 21.3333333333vw;
  background-color: #fff;
  border: 0.5333333333vw solid #F4FAFE;
  border-radius: 1.0666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__wrapper {
    top: 95px;
    left: 60px;
    width: 380px;
    height: 170px;
    border-width: 10px;
    border-radius: 4px;
  }
}
.cold__wrapper .graph__top {
  position: relative;
  font-size: 2.6666666667vw;
  color: #032058;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__top {
    font-size: 20px;
  }
}
.cold__wrapper .graph__top > span {
  font-size: 8vw;
  color: #EC5C55;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__top > span {
    font-size: 66px;
  }
}
.cold__wrapper .graph__top::after {
  position: absolute;
  left: 0;
  bottom: 0.2666666667vw;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 1.3333333333vw;
  background-color: #70F7E8;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__top::after {
    bottom: 4px;
    height: 10px;
  }
}
.cold__wrapper .graph__bottom {
  position: relative;
  margin-top: 1.3333333333vw;
  font-size: 2.1333333333vw;
  color: #032058;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__bottom {
    margin-top: 5px;
    font-size: 16px;
  }
}
.cold__wrapper .graph__bottom > span {
  font-size: 4.2666666667vw;
  color: #EC5C55;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__bottom > span {
    font-size: 30px;
  }
}
.cold__wrapper .graph__text {
  text-align: center;
  margin-top: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .graph__text {
    margin-top: 30px;
    font-size: 18px;
  }
}
.cold__wrapper .service {
  position: relative;
  z-index: 3;
}
.cold__wrapper .service__inner {
  position: relative;
  padding: 0vw 0 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__inner {
    padding: 0px 0px 105px;
  }
}
.cold__wrapper .service__inner:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__inner:before {
    height: 155px;
  }
}
.cold__wrapper .service__inner .cbt {
  margin-top: -13.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__inner .cbt {
    margin-top: -40px;
  }
}
.cold__wrapper .service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
  }
}
.cold__wrapper .service__space {
  height: 1px;
  width: 100%;
}
.cold__wrapper .service__box {
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__box {
    margin-top: 80px;
  }
}
.cold__wrapper .service__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .service__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .service__h2-eng::before, .cold__wrapper .service__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__h2-eng::before, .cold__wrapper .service__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .service__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .service__sub {
  margin-top: 8vw;
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__sub {
    margin-top: 40px;
    font-size: 24px;
  }
}
.cold__wrapper .service__list {
  width: 90.6666666667vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1076px;
    margin-top: 20px;
  }
}
.cold__wrapper .service__item {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__item {
    width: 260px;
  }
}
.cold__wrapper .service__item:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__item:not(:first-child) {
    margin-top: 0;
  }
}
.cold__wrapper .service__item-inner {
  padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  background-color: #F4FAFE;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__item-inner {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__item-inner {
    height: 100%;
    padding: 20px 10px;
    border-radius: 10px;
  }
}
.cold__wrapper .service__thumb {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__thumb {
    margin-top: 20px;
  }
}
.cold__wrapper .service__head {
  text-align: center;
  font-weight: bold;
  font-size: 4.8vw;
  color: #032058;
  line-height: 1.3;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    text-align: center;
    font-size: 18px;
  }
}
.cold__wrapper .service__head > span {
  color: #146CB4;
}
.cold__wrapper .service__text {
  overflow: hidden;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.cold__wrapper .service__text.js-hide {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 12vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__text.js-hide {
    height: 50px;
  }
}
.cold__wrapper .service__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.3333333333vw auto 0;
  width: 56vw;
  height: 8vw;
  font-size: 3.2vw;
  color: #146CB4;
  border: 0.2666666667vw solid #146CB4;
  border-radius: 1000px;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__btn {
    width: 210px;
    height: 30px;
    margin: 20px auto 0;
    font-size: 12px;
    border-width: 1px;
  }
}
.cold__wrapper .service__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 1.6vw;
  height: 1.0666666667vw;
  background-image: url(./images/freeze_1/common/icon_arrow_blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__btn::after {
    right: 15px;
    width: 6px;
    height: 4px;
  }
}
.cold__wrapper .service__btn.js-hide::after {
  transform: translateY(-50%) scale(1, -1);
}
.cold__wrapper .service__needs {
  width: 90.6666666667vw;
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1076px;
    margin-top: 25px;
  }
}
.cold__wrapper .service__needs-box {
  padding: 5.3333333333vw 0;
  border: 1px solid #E3F2FD;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-box {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-box {
    padding: 30px 0;
    width: 350px;
    border-radius: 10px;
  }
}
.cold__wrapper .service__needs-box:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-box:not(:first-child) {
    margin-top: 0;
  }
}
.cold__wrapper .service__needs-head {
  font-size: 4.8vw;
  text-align: center;
  font-weight: bold;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-head {
    font-size: 18px;
  }
}
.cold__wrapper .service__needs-list {
  width: 53.3333333333vw;
  margin: 4vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
    width: 230px;
    height: 160px;
  }
}
.cold__wrapper .service__needs-item {
  display: flex;
  align-items: center;
}
.cold__wrapper .service__needs-item::before {
  display: block;
  content: "・";
  font-size: 4.2666666667vw;
  color: #61B4E4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-item::before {
    font-size: 16px;
  }
}
.cold__wrapper .service__needs-item:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-item:not(:first-child) {
    margin-top: 10px;
  }
}
.cold__wrapper .service__needs-text {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #146CB4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-text {
    font-size: 18px;
  }
}
.cold__wrapper .service__needs-text::after {
  position: absolute;
  left: 0;
  bottom: -0.5333333333vw;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 1.3333333333vw;
  background-color: #70F7E8;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .service__needs-text::after {
    bottom: -1px;
    height: 5px;
  }
}
.cold__wrapper .price__inner {
  display: block;
  width: 100%;
  margin-top: -16vw;
  padding: 21.3333333333vw 0 37.3333333333vw;
  background-image: url(./images/freeze_1/common/bg_stripe.png);
  background-size: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__inner {
    margin-top: -220px;
    padding: 220px 0 180px;
    background-size: 8px;
  }
}
.cold__wrapper .price__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .price__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .price__h2-eng::before, .cold__wrapper .price__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__h2-eng::before, .cold__wrapper .price__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .price__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .price__sub {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  color: #146CB4;
  margin-top: 5.8666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__sub {
    font-size: 32px;
    margin-top: 20px;
  }
}
.cold__wrapper .price__sub > span {
  position: relative;
}
.cold__wrapper .price__sub > span::after {
  position: absolute;
  left: 0;
  bottom: 0vw;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 1.3333333333vw;
  background-color: #70F7E8;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__sub > span::after {
    bottom: 2px;
    height: 8px;
  }
}
.cold__wrapper .price__caption {
  margin-top: 2.6666666667vw;
  padding: 0 10.6666666667vw;
  font-size: 3.7333333333vw;
  color: #032058;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__caption {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
}
.cold__wrapper .price__figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__figure {
    margin-top: 40px;
  }
}
.cold__wrapper .price__box {
  width: 40.8vw;
  height: 32vw;
  background-color: #fff;
  border: 1.3333333333vw solid #146CB4;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__box {
    width: 350px;
    height: 280px;
    border-width: 5px;
    border-radius: 10px;
  }
}
.cold__wrapper .price__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34.6666666667vw;
  height: 8vw;
  margin: 2.6666666667vw auto 0;
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
  background-color: #146CB4;
  border-radius: 1000px;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__head {
    width: 300px;
    height: 60px;
    margin-top: 20px;
    font-size: 20px;
  }
}
.cold__wrapper .price__plus {
  width: 5.3333333333vw;
  margin: 0 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__plus {
    width: 45px;
    margin: 0 20px;
  }
}
.cold__wrapper .price__main {
  text-align: center;
  margin-top: -0.5333333333vw;
  font-size: 10.6666666667vw;
  color: #146CB4;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__main {
    font-size: 110px;
    margin-top: 5px;
  }
}
.cold__wrapper .price__text {
  text-align: center;
  font-size: 3.7333333333vw;
  color: #032058;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__text {
    font-size: 28px;
  }
}
.cold__wrapper .price__text > span {
  position: relative;
  z-index: 2;
}
.cold__wrapper .price__text > span::after {
  position: absolute;
  left: 0;
  bottom: 0.2666666667vw;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 1.3333333333vw;
  background-color: #70F7E8;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__text > span::after {
    bottom: 0px;
    height: 10px;
  }
}
.cold__wrapper .price__more {
  margin-top: 1.3333333333vw;
  text-align: center;
  font-size: 4.2666666667vw;
  color: #032058;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__more {
    margin-top: 35px;
    font-size: 36px;
  }
}
.cold__wrapper .price__more > span {
  position: relative;
  z-index: 2;
}
.cold__wrapper .price__more > span::after {
  position: absolute;
  left: 0;
  bottom: 0.2666666667vw;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 1.3333333333vw;
  background-color: #70F7E8;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .price__more > span::after {
    bottom: 2px;
    height: 10px;
  }
}
.cold__wrapper .comparison {
  position: relative;
  z-index: 2;
}
.cold__wrapper .comparison__inner {
  position: relative;
  padding: 0vw 0 13.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__inner {
    padding: 0px 0px 230px;
  }
}
.cold__wrapper .comparison__inner:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__inner:before {
    height: 155px;
  }
}
.cold__wrapper .comparison__inner .cbt {
  margin-top: -13.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__inner .cbt {
    margin-top: -80px;
  }
}
.cold__wrapper .comparison__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
  }
}
.cold__wrapper .comparison__space {
  height: 1px;
  width: 100%;
}
.cold__wrapper .comparison__box {
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__box {
    margin-top: 80px;
  }
}
.cold__wrapper .comparison__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .comparison__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .comparison__h2-eng::before, .cold__wrapper .comparison__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__h2-eng::before, .cold__wrapper .comparison__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .comparison__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .comparison__content {
  width: 100%;
  overflow: scroll;
  margin-top: 5.3333333333vw;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cold__wrapper .comparison__content::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__content {
    max-width: 1080px;
    margin: 30px auto 0;
  }
}
.cold__wrapper .comparison__wrapper {
  position: relative;
  display: flex;
  padding: 13.3333333333vw 5.3333333333vw 0;
  width: 196vw;
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__wrapper {
    padding: 85px 0 0;
    width: 1080px;
  }
}
.cold__wrapper .comparison__container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 28vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__container {
    padding-left: 138px;
  }
}
.cold__wrapper .comparison__flame {
  width: 53.3333333333vw;
  height: calc(100% - 2.6666666667vw);
  border-radius: 2.6666666667vw;
  background: rgb(227, 242, 253);
  background: linear-gradient(180deg, rgb(227, 242, 253) 0%, rgb(250, 253, 255) 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__flame {
    height: calc(100% - 20px);
    width: 265px;
    border-radius: 10px;
  }
}
.cold__wrapper .comparison__flame.logi {
  height: 100%;
  background: rgb(20, 108, 180);
  background: linear-gradient(-180deg, rgb(20, 108, 180) 0%, rgb(63, 142, 206) 100%);
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__flame.logi {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__flame.logi {
    width: 392px;
  }
}
.cold__wrapper .comparison__flame.logi .comparison__tit {
  margin: 4vw auto;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__flame.logi .comparison__tit {
    width: 340px;
    margin: 25px auto 0;
  }
}
.cold__wrapper .comparison__flame:not(:first-child) {
  margin-left: 1.3333333333vw;
  border: 1px solid #E3F2FD;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__flame:not(:first-child) {
    margin-left: 10px;
  }
}
.cold__wrapper .comparison__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48vw;
  height: 9.3333333333vw;
  margin: 2.6666666667vw auto;
  background-color: #fff;
  border-radius: 1000px;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__tit {
    width: 240px;
    height: 60px;
    margin-top: 15px;
    font-size: 16px;
  }
}
.cold__wrapper .comparison__tit > .logo {
  display: block;
  width: 23.7333333333vw;
  font-size: 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__tit > .logo {
    width: 149px;
  }
}
.cold__wrapper .comparison__list {
  position: relative;
  z-index: 3;
}
.cold__wrapper .comparison__item {
  display: flex;
  padding: 4vw 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__item {
    padding: 30px 0;
  }
}
.cold__wrapper .comparison__item:not(:first-child) {
  border-top: 1px solid #C2CFD9;
}
.cold__wrapper .comparison__head {
  display: flex;
  align-items: center;
  width: 22.6666666667vw;
  padding-right: 2.6666666667vw;
  font-size: 2.6666666667vw;
  font-weight: bold;
  line-height: 1.5;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__head {
    width: 138px;
    font-size: 16px;
    padding-right: 20px;
  }
}
.cold__wrapper .comparison__text {
  display: flex;
  align-items: center;
  width: 54.6666666667vw;
  padding-right: 8vw;
  padding-left: 5.3333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__text {
    width: 402px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 18px;
  }
}
.cold__wrapper .comparison__text::before {
  display: block;
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin-right: 2.6666666667vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__text::before {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }
}
.cold__wrapper .comparison__text.logi {
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__text:not(.logi) {
    font-size: 16px;
    font-weight: normal;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cold__wrapper .comparison__text:last-child {
  width: 53.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__text:last-child {
    width: 275px;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .comparison__text:nth-last-child(2) {
    width: 265px;
  }
}
.cold__wrapper .comparison__text.double::before {
  background-image: url(./images/freeze_1/comparison/icon_double.png);
}
.cold__wrapper .comparison__text.circle::before {
  background-image: url(./images/freeze_1/comparison/icon_circle.png);
}
.cold__wrapper .comparison__text.close::before {
  background-image: url(./images/freeze_1/comparison/icon_close.png);
}
.cold__wrapper .comparison__text.tri::before {
  background-image: url(./images/freeze_1/comparison/icon_tri.png);
}
.cold__wrapper .comparison__text > span {
  flex: 1;
}
.cold__wrapper .merit {
  position: relative;
  z-index: 4;
}
.cold__wrapper .merit__inner {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0vw;
  padding: 5.3333333333vw 0 10.6666666667vw;
  background: rgb(227, 242, 253);
  background: linear-gradient(180deg, rgb(227, 242, 253) 0%, rgb(207, 229, 245) 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__inner {
    padding: 40px 0 40px;
  }
}
.cold__wrapper .merit__inner:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  background-color: #E3F2FD;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__inner:before {
    height: 155px;
  }
}
.cold__wrapper .merit__inner::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  background-color: #cfe5f5;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
  transform: translateY(100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__inner::after {
    height: 155px;
  }
}
.cold__wrapper .merit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
  }
}
.cold__wrapper .merit__space {
  height: 1px;
  width: 100%;
}
.cold__wrapper .merit__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .merit__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .merit__h2-eng::before, .cold__wrapper .merit__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__h2-eng::before, .cold__wrapper .merit__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .merit__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .merit__list {
  width: 90.6666666667vw;
  margin: 16vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__list {
    width: 100%;
    max-width: 1076px;
    margin-top: 20px;
  }
}
.cold__wrapper .merit__item {
  position: relative;
  width: 100%;
  padding: 13.3333333333vw 5.3333333333vw 8vw;
  border: 0.8vw solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__item {
    width: 100%;
    max-width: 894px;
    margin-right: 0;
    margin-left: auto;
    padding: 40px 70px 40px 100px;
    border-width: 5px;
    border-radius: 10px;
  }
}
.cold__wrapper .merit__item:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__item:not(:first-child) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__item:nth-child(even) {
    padding: 40px 100px 40px 70px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__item:nth-child(even) .merit__num {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.cold__wrapper .merit__num {
  position: absolute;
  top: -9.3333333333vw;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 18.1333333333vw;
  background-image: url(./images/freeze_1/merit/bg_num.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__num {
    width: 150px;
    height: 170px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.cold__wrapper .merit__num-eng {
  font-size: 2.6666666667vw;
  color: #61B4E4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__num-eng {
    font-size: 18px;
  }
}
.cold__wrapper .merit__num-num {
  margin-top: -0.5333333333vw;
  font-size: 6.6666666667vw;
  color: #032058;
  font-weight: 300;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__num-num {
    margin-top: 0;
    font-size: 50px;
  }
}
.cold__wrapper .merit__h3 {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__h3 {
    text-align: left;
    font-size: 24px;
  }
}
.cold__wrapper .merit__h3 > span {
  color: #146CB4;
}
.cold__wrapper .merit__text {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
  color: #032058;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__text {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__container {
    position: absolute;
    z-index: 10;
    bottom: -180px;
    left: 50%;
    width: 100%;
    max-width: 1076px;
    transform: translateX(-50%);
  }
}
.cold__wrapper .merit__info {
  margin-top: 13.3333333333vw;
  padding: 0 5.3333333333vw;
  font-size: 5.8666666667vw;
  line-height: 1.5454545455;
  font-weight: bold;
  color: #146CB4;
  text-shadow: 0.5333333333vw 0.5333333333vw 0 #fff;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__info {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    font-size: 32px;
    text-shadow: 2px 2px 0 #fff;
  }
}
.cold__wrapper .merit__pic {
  position: absolute;
  z-index: 3;
  right: -2.6666666667vw;
  bottom: -40vw;
  width: 64.8vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .merit__pic {
    right: -30px;
    bottom: -160px;
    width: 555px;
  }
}
.cold__wrapper .flow {
  position: relative;
  z-index: 2;
}
.cold__wrapper .flow__inner {
  position: relative;
  padding: 48vw 0 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__inner {
    padding: 380px 0px 105px;
  }
}
.cold__wrapper .flow__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
  }
}
.cold__wrapper .flow__space {
  height: 1px;
  width: 100%;
}
.cold__wrapper .flow__box {
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__box {
    margin-top: 80px;
  }
}
.cold__wrapper .flow__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .flow__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .flow__h2-eng::before, .cold__wrapper .flow__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__h2-eng::before, .cold__wrapper .flow__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .flow__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .flow__list {
  margin: 10.6666666667vw auto 0;
  width: 90.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1076px;
    margin: 50px auto 0;
  }
}
.cold__wrapper .flow__item {
  position: relative;
  width: 100%;
  padding: 8vw 0;
  background-color: #F4FAFE;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__item {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__item {
    width: 100%;
    max-width: 257px;
    padding: 60px 0 30px;
  }
}
.cold__wrapper .flow__item:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__item:not(:first-child) {
    margin-top: 0;
  }
}
.cold__wrapper .flow__item:not(:first-child)::after {
  position: absolute;
  z-index: 10;
  top: -6.6666666667vw;
  left: 50%;
  display: block;
  content: "";
  width: 4vw;
  height: 11.7333333333vw;
  background-image: url(./images/freeze_1/flow/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__item:not(:first-child)::after {
    left: -15px;
    top: 255px;
    width: 15px;
    height: 44px;
    transform: rotate(-90deg);
  }
}
.cold__wrapper .flow__wrapper {
  width: 18.6666666667vw;
  margin-left: 12vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__wrapper {
    width: auto;
    margin-left: 0;
  }
}
.cold__wrapper .flow__container {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__container {
    flex-direction: column-reverse;
  }
}
.cold__wrapper .flow__num {
  text-align: center;
  font-size: 5.3333333333vw;
  color: #146CB4;
  font-weight: 300;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__num {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
  }
}
.cold__wrapper .flow__head {
  display: flex;
  margin-top: -4vw;
  align-items: center;
  justify-content: center;
  width: 18.6666666667vw;
  height: 21.3333333333vw;
  font-size: 5.3333333333vw;
  color: #032058;
  font-weight: bold;
  background-image: url(./images/freeze_1/flow/bg_head.png);
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__head {
    width: 70px;
    height: 80px;
    margin-top: 20px;
    font-size: 20px;
  }
}
.cold__wrapper .flow__figure {
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__figure {
    display: flex;
    align-items: center;
    height: 150px;
  }
}
.cold__wrapper .flow__figure.f1 {
  width: 38.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__figure.f1 {
    width: 146px;
  }
}
.cold__wrapper .flow__figure.f2 {
  width: 41.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__figure.f2 {
    width: 181px;
  }
}
.cold__wrapper .flow__figure.f3 {
  width: 40.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__figure.f3 {
    width: 174px;
  }
}
.cold__wrapper .flow__figure.f4 {
  width: 37.6vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__figure.f4 {
    width: 163px;
  }
}
.cold__wrapper .flow__text {
  margin-top: 5.3333333333vw;
  padding: 0vw 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .flow__text {
    font-size: 16px;
    margin-top: 15px;
    padding: 0 25px;
  }
}
.cold__wrapper .voice {
  position: relative;
}
.cold__wrapper .voice__inner {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -16vw;
  padding: 21.3333333333vw 0 37.3333333333vw;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(227, 242, 253) 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__inner {
    margin-top: -220px;
    padding: 190px 0 180px;
  }
}
.cold__wrapper .voice__inner .cbt {
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__inner .cbt {
    margin-top: 100px;
  }
}
.cold__wrapper .voice__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./images/freeze_1/common/bg_stripe.png);
  background-size: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__bg {
    background-size: 8px;
  }
}
.cold__wrapper .voice__h2 {
  position: relative;
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__h2 {
    margin-top: 100px;
  }
}
.cold__wrapper .voice__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .voice__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .voice__h2-eng::before, .cold__wrapper .voice__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__h2-eng::before, .cold__wrapper .voice__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .voice__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .voice__h2-text .small {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__h2-text .small {
    font-size: 26px;
  }
}
.cold__wrapper .voice__swiper {
  overflow: visible !important;
  position: relative;
  width: 90.6666666667vw;
  height: auto;
  margin: 8vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper {
    max-width: 1076px;
    margin-top: 40px;
  }
}
.cold__wrapper .voice__swiper::after {
  position: absolute;
  top: 0.5333333333vw;
  left: 0.5333333333vw;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper::after {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper::after {
    top: 5px;
    left: 5px;
    border-radius: 10px;
  }
}
.cold__wrapper .voice__swiper::before {
  position: absolute;
  top: 1.0666666667vw;
  left: 1.0666666667vw;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper::before {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper::before {
    top: 10px;
    left: 10px;
    border-radius: 10px;
  }
}
.cold__wrapper .voice__swiper-wrapper {
  position: relative;
}
.cold__wrapper .voice__swiper-slide {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 8vw 6.6666666667vw;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
  opacity: 0;
  transition: 400ms;
  height: auto;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper-slide {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper-slide {
    padding: 60px 90px 60px 410px;
    border-radius: 10px;
  }
}
.cold__wrapper .voice__swiper-slide.swiper-slide-active {
  opacity: 1;
}
.cold__wrapper .voice__swiper-pagination {
  position: relative;
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper-pagination {
    margin-top: 30px;
  }
}
.cold__wrapper .voice__swiper-pagination .swiper-pagination-bullet {
  margin: 0 1.3333333333vw;
  width: 3.2vw;
  height: 3.2vw;
  opacity: 1;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 16px;
    height: 16px;
  }
}
.cold__wrapper .voice__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #146CB4;
}
.cold__wrapper .voice__swiper-prev {
  left: -3.2vw;
  width: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper-prev {
    left: -75px;
    width: 25px;
  }
}
.cold__wrapper .voice__swiper-prev::after {
  display: none;
}
.cold__wrapper .voice__swiper-next {
  right: -3.2vw;
  width: 5.3333333333vw;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__swiper-next {
    right: -75px;
    width: 25px;
  }
}
.cold__wrapper .voice__swiper-next::after {
  display: none;
}
.cold__wrapper .voice__head {
  text-align: center;
  font-size: 4.8vw;
  color: #146CB4;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__head {
    text-align: left;
    font-size: 24px;
  }
}
.cold__wrapper .voice__box {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__box {
    position: absolute;
    top: 60px;
    left: 90px;
    margin-top: 0;
    width: 260px;
  }
}
.cold__wrapper .voice__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin-top: 1.3333333333vw;
  border: 1px solid #C2CFD9;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__container {
    margin-top: 10px;
    height: 110px;
  }
}
.cold__wrapper .voice__name {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__name {
    font-size: 16px;
  }
}
.cold__wrapper .voice__text {
  margin-top: 6.6666666667vw;
  font-size: 3.7333333333vw;
  color: #032058;
  line-height: 2;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__text {
    font-size: 16px;
    margin-top: 33px;
  }
}
.cold__wrapper .voice__company {
  text-align: center;
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__company {
    text-align: left;
    margin-top: 40px;
    font-size: 18px;
  }
}
.cold__wrapper .voice__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 13.3333333333vw;
  margin: 8vw auto 0;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  background: rgb(250, 130, 140);
  background: linear-gradient(180deg, rgb(250, 130, 140) 0%, rgb(242, 50, 65) 100%);
  border-radius: 1000px;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__btn {
    width: 400px;
    height: 60px;
    font-size: 20px;
    margin-top: 30px;
  }
}
.cold__wrapper .voice__btn:after {
  position: absolute;
  top: 50%;
  right: 4vw;
  display: block;
  content: "";
  width: 1.8666666667vw;
  height: 3.2vw;
  background-image: url(./images/freeze_1/common/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .voice__btn:after {
    right: 20px;
    width: 10px;
    height: 18px;
  }
}
.cold__wrapper .example {
  position: relative;
}
.cold__wrapper .example__head {
  text-align: center;
  font-size: 4.8vw;
  color: #032058;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .example__head {
    font-size: 26px;
  }
}
.cold__wrapper .example__box {
  width: 90.6666666667vw;
  margin: 5.3333333333vw auto 0;
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .example__box {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .example__box {
    width: 100%;
    max-width: 1076px;
    margin-top: 40px;
    padding: 50px 0;
    border-radius: 10px;
  }
}
.cold__wrapper .example__thumb {
  width: 100%;
  max-width: 894px;
  margin: 0 auto;
}
.cold__wrapper .example__text {
  margin-top: 4vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  color: #032058;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .example__text {
    margin: 20px auto 0;
    width: 720px;
    font-size: 16px;
  }
}
.cold__wrapper .example__info {
  text-align: center;
  width: 100%;
  margin-top: 8vw;
  padding: 4vw 0;
  font-size: 4vw;
  color: #032058;
  font-weight: bold;
  line-height: 1.6;
  background-color: #F4FAFE;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .example__info {
    margin: 20px auto 0;
    padding: 20px 0;
    width: 100%;
    max-width: 890px;
    font-size: 22px;
  }
}
.cold__wrapper .intro {
  position: relative;
  z-index: 2;
}
.cold__wrapper .intro__inner {
  position: relative;
  padding: 0vw 0 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__inner {
    padding: 0px 0px 60px;
  }
}
.cold__wrapper .intro__inner:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__inner:before {
    height: 155px;
  }
}
.cold__wrapper .intro__inner .cbt {
  margin-top: -13.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__inner .cbt {
    margin-top: -40px;
  }
}
.cold__wrapper .intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0% 100%);
  }
}
.cold__wrapper .intro__space {
  height: 1px;
  width: 100%;
}
.cold__wrapper .intro__box {
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__box {
    margin-top: 80px;
  }
}
.cold__wrapper .intro__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .intro__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .intro__h2-eng::before, .cold__wrapper .intro__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__h2-eng::before, .cold__wrapper .intro__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .intro__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .intro__h2-text .small {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__h2-text .small {
    font-size: 26px;
  }
}
.cold__wrapper .intro__list {
  margin: 8vw auto;
  width: 90.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__list {
    margin-top: 20px;
    width: 100%;
    max-width: 1076px;
  }
}
.cold__wrapper .intro__item {
  position: relative;
  padding: 8vw 5.3333333333vw;
  width: 100%;
  background-color: #F5FBFF;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__item {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 30px;
    border-radius: 10px;
  }
}
.cold__wrapper .intro__item:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__item:not(:first-child) {
    margin-top: 10px;
  }
}
.cold__wrapper .intro__item:not(:first-child)::before {
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  display: block;
  content: "";
  width: 8vw;
  height: 4.2666666667vw;
  background-image: url(./images/freeze_1/intro/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__item:not(:first-child)::before {
    top: -10px;
    width: 30px;
    height: 16px;
  }
}
.cold__wrapper .intro__wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__wrapper {
    width: 300px;
  }
}
.cold__wrapper .intro__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 12vw;
  font-size: 5.3333333333vw;
  color: #146CB4;
  background-image: url(./images/freeze_1/intro/bg_num.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__num {
    width: 78px;
    height: 89px;
    font-size: 30px;
  }
}
.cold__wrapper .intro__head {
  font-size: 4.2666666667vw;
  color: #032058;
  font-weight: bold;
  margin-left: 4.8vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__head {
    font-size: 20px;
    margin-left: 15px;
  }
}
.cold__wrapper .intro__text {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  color: #032058;
  line-height: 1.7142857143;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .intro__text {
    flex: 1;
    margin-top: 0;
    margin-left: 45px;
    font-size: 16px;
  }
}
.cold__wrapper .intro__text > a {
  text-decoration: underline;
  color: #032058;
}
.cold__wrapper .faq {
  position: relative;
}
.cold__wrapper .faq__inner {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -16vw;
  padding: 8vw 0 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__inner {
    margin-top: -220px;
    padding: 90px 0 100px;
  }
}
.cold__wrapper .faq__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./images/freeze_1/common/bg_stripe.png);
  background-size: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__bg {
    background-size: 8px;
  }
}
.cold__wrapper .faq__h2 {
  position: relative;
  margin-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__h2 {
    margin-top: 100px;
  }
}
.cold__wrapper .faq__h2-eng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.8vw;
  color: #61B4E4;
  line-height: 1.375;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__h2-eng {
    width: 680px;
    font-size: 30px;
  }
}
.cold__wrapper .faq__h2-eng > span {
  margin: 0 2.6666666667vw;
}
.cold__wrapper .faq__h2-eng::before, .cold__wrapper .faq__h2-eng::after {
  flex: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #61B4E4;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__h2-eng::before, .cold__wrapper .faq__h2-eng::after {
    max-width: 210px;
  }
}
.cold__wrapper .faq__h2-text {
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__h2-text {
    margin-top: 10px;
    font-size: 32px;
  }
}
.cold__wrapper .faq__h2-text .small {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__h2-text .small {
    font-size: 26px;
  }
}
.cold__wrapper .faq__list {
  width: 90.6666666667vw;
  margin: 8vw auto 0;
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(0, 0, 0, 0.1));
  will-change: filter;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__list {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__list {
    width: 890px;
    margin-top: 40px;
    padding: 40px 45px;
    border-radius: 10px;
  }
}
.cold__wrapper .faq__item:not(:first-child) {
  margin-top: 5.3333333333vw;
  padding-top: 5.3333333333vw;
  border-top: 1px solid #61B4E4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__item:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.cold__wrapper .faq__top {
  position: relative;
  display: flex;
  cursor: pointer;
}
.cold__wrapper .faq__top::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(./images/freeze_1/faq/icon_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transform-origin: top;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__top::after {
    width: 20px;
    height: 20px;
  }
}
.cold__wrapper .faq__top.js-open::after {
  transform: rotate(45deg) translateY(-50%);
}
.cold__wrapper .faq__q {
  width: 8vw;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #146CB4;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__q {
    width: 55px;
    font-size: 22px;
  }
}
.cold__wrapper .faq__head {
  flex: 1;
  margin-top: 0.5333333333vw;
  padding-right: 13.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #032058;
  line-height: 1.7142857143;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__head {
    font-size: 18px;
    padding-right: 40px;
    margin-top: 0;
  }
}
.cold__wrapper .faq__container {
  display: none;
}
.cold__wrapper .faq__bottom {
  display: flex;
  margin-top: 5.3333333333vw;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__bottom {
    margin-top: 25px;
  }
}
.cold__wrapper .faq__a {
  width: 8vw;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #EC5C55;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__a {
    width: 55px;
    font-size: 22px;
  }
}
.cold__wrapper .faq__answer {
  flex: 1;
  font-size: 3.7333333333vw;
  color: #032058;
  line-height: 1.7142857143;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .faq__answer {
    font-size: 18px;
  }
}
.cold__wrapper .faq__answer > a {
  color: #032058;
  text-decoration: underline;
}
.cold__wrapper .contact__inner {
  padding: 10.6666666667vw 0 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .contact__inner {
    padding: 40px 0;
  }
}
.cold__wrapper .contact__inner > iframe {
  height: 453.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .contact__inner > iframe {
    height: 2000px;
  }
}
.cold__wrapper .lp-footer {
  background-color: #fff;
}
.cold__wrapper .lp-footer__inner {
  width: 100%;
  height: auto;
  padding: 10.6666666667vw;
  background-image: url(./images/freeze_1/footer/bg.jpg);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__inner {
    background-image: url(./images/freeze_1/footer/bg_pc.jpg);
    padding: 120px 0;
  }
}
.cold__wrapper .lp-footer__title {
  text-align: center;
  font-size: 5.3333333333vw;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__title {
    font-size: 32px;
  }
}
.cold__wrapper .lp-footer__list {
  width: 100%;
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__list {
    margin: 60px auto 0;
    width: 712px;
  }
}
.cold__wrapper .lp-footer__item {
  display: flex;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__item {
    padding-bottom: 30px;
  }
}
.cold__wrapper .lp-footer__item:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__item:not(:first-child) {
    margin-top: 30px;
  }
}
.cold__wrapper .lp-footer__head {
  width: 18.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__head {
    width: 90px;
    font-size: 18px;
  }
}
.cold__wrapper .lp-footer__text {
  flex: 1;
  margin-left: 8vw;
  font-size: 3.7333333333vw;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__text {
    margin-left: 90px;
    font-size: 18px;
  }
}
.cold__wrapper .lp-footer__bottom {
  padding: 2.6666666667vw 0;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
}
.cold__wrapper .lp-footer__box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.cold__wrapper .lp-footer__logo {
  width: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__logo {
    width: 40px;
  }
}
.cold__wrapper .lp-footer__info {
  font-size: 2.6666666667vw;
  margin-left: 5.3333333333vw;
  color: #A7A7A7;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__info {
    font-size: 14px;
    margin-left: 15px;
  }
}
.cold__wrapper .lp-footer__copy {
  text-align: center;
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  color: #C2CFD9;
}
@media only screen and (min-width: 767px) {
  .cold__wrapper .lp-footer__copy {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
  }
}
/*# sourceMappingURL=../maps/style_cold_storage.css.map */
