@charset "UTF-8";
:root {
  --base-color-wh: #ffffff;
  --base-color-wh10: rgba(255, 255, 255, .1);
  --base-color-wh60: rgba(255, 255, 255, .6);
  --base-color-l-gray: #F5F5F5;
  --base-color-m-gray: #D9D9D9;
  --base-color-d-gray: #A5A5A5;
  --base-color-cr: #FFFFEC;
  --base-color-p-sky: #F5FAFC;
  --base-color-nv: #003894;
  --base-color-nv80: rgba(0, 56, 148, .8);
  --base-color-bk: #333333;
  --text-color-bk: #333333;
  --accent-color-l-sky: #C4E7F3;
  --accent-color-sky: #8BCFF1;
  --accent-color-sky70: rgba(139, 207, 241, .7);
  --accent-color-bl: #487DE7;
  --accent-color-nikoniko-ye: #FFF100;
  --accent-color-logo-BL: #00A0E9;
  --accent-color-logo-BL80: rgba(0, 160, 233, .8);
  --accent-color-logo-BL60: rgba(0, 160, 233, .6);
  --accent-color-logo-BL40: rgba(0, 160, 233, .4);
  --accent-color-logo-BL20: rgba(0, 160, 233, .2);
  --accent-color-facebook: #1877F2;
  --accent-color-logo-GR: #6FBA2C;
  --accent-color-ye: #FDDE4D;
  --accent-color-red: #F80B0B;
  --accent-color-pk: #EF9FB1;
  --accent-color-pk70: rgba(239, 159, 177, .7);
  --accent-color-br: #CD853F;
  --accent-color-br70: rgba(205, 133, 63, .7);
  --accent-color-or: #FF8A1E;
  --accent-color-or80: rgba(255, 138, 30, .8);
  --accent-color-or60: rgba(255, 138, 30, .6);
  --accent-color-or40: rgba(255, 138, 30, .4);
  --accent-color-or20: rgba(255, 138, 30, .2);
  --accent-color-p-or: #FCE6D3;
  --accent-color-l-or: #FCC697;
  --accent-color-instagram: linear-gradient(90deg, rgba(118,56,250,1) 0%, rgba(211,0,197,1)49%, rgba(255,0,105,1)100%);
}

.oxygencp {
  /* haichiyaku */
  /* --------------------------------- */
}
.oxygencp .hero {
  height: 700px;
  background: url(../img/oxygencp/oxygencp_hero_pc.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .oxygencp .hero {
    height: 642px;
    background: url(../img/oxygencp/oxygencp_hero_sp.jpg) no-repeat center top/100% auto;
  }
}
.oxygencp .hero .main_width {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .hero .main_width {
    padding-top: 40px;
    height: 100%;
  }
}
.oxygencp .hero .inner {
  width: 67%;
  max-width: 767px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .hero .inner {
    padding-bottom: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.oxygencp .hero .bubble {
  padding: 0 20px;
  background: var(--base-color-nv);
  color: var(--base-color-wh);
}
.oxygencp .hero .bubble::after {
  background: url(../img/medical/bubble.svg) no-repeat 0 0/contain;
  left: 52%;
}
@media only screen and (max-width: 767px) {
  .oxygencp .hero .bubble span {
    font-size: 2rem;
  }
}
.oxygencp .hero h1 {
  margin-bottom: 16px;
  font-size: 4rem;
  font-weight: 700;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
@media only screen and (max-width: 767px) {
  .oxygencp .hero h1 {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
}
.oxygencp .hero h1 span {
  color: var(--base-color-nv);
}
.oxygencp .hero p {
  margin-bottom: 24px;
  width: 450px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media only screen and (max-width: 767px) {
  .oxygencp .hero p {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.5;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  }
}
.oxygencp .hero .btnbox {
  width: 100%;
  max-width: 392px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .oxygencp .hero .btnbox {
    display: none;
  }
}
.oxygencp .hero .btnbox p {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oxygencp .hero .btnbox p::before, .oxygencp .hero .btnbox p::after {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--base-color-bk);
  border-radius: 1px;
  box-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.oxygencp .hero .btnbox p::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.oxygencp .hero .btnbox p::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.oxygencp .hero .btnbox .btn a {
  padding: 22px 15px;
  width: 392px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  color: var(--base-color-wh);
  background: var(--base-color-nv);
}
@media only screen and (max-width: 540px) {
  .oxygencp .hero .btnbox .btn a {
    padding: 18px 15px;
    width: 100%;
  }
}
.oxygencp .hero .btnbox .btn a:hover {
  background: #7FA4EE;
}
.oxygencp article .sec h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp article .sec h2 {
    font-size: 2.4rem;
  }
}
.oxygencp article .sec h3 {
  position: relative;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-left: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  z-index: 2;
  background: none;
}
@media only screen and (max-width: 767px) {
  .oxygencp article .sec h3 {
    padding-top: 10px;
    font-size: 2.4rem;
  }
}
.oxygencp article .sec h3::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: #D8EBF0;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .oxygencp article .sec h3::before {
    width: 48px;
    height: 48px;
  }
}
.oxygencp article .sec h3 span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp article .sec h3 span {
    font-size: 2rem;
  }
}
.oxygencp article .sec .h3box {
  text-align: center;
}
.oxygencp #haichiyaku h3 {
  position: relative;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-left: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  z-index: 2;
  background: none;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku h3 {
    padding-top: 10px;
    font-size: 2.4rem;
  }
}
.oxygencp #haichiyaku h3::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: var(--accent-color-l-sky);
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku h3::before {
    width: 48px;
    height: 48px;
  }
}
.oxygencp #haichiyaku h3 span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku h3 span {
    font-size: 2rem;
  }
}
.oxygencp #haichiyaku .h3box {
  text-align: center;
}
.oxygencp .walfare_wrap {
  padding: 80px 0;
  background: radial-gradient(var(--base-color-wh), #D8EAEF);
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap {
    padding: 40px 0;
  }
}
.oxygencp .walfare_wrap .main_width {
  max-width: 800px;
}
.oxygencp .walfare_wrap .walfarebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(100% - 112px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap .walfarebox {
    width: 100%;
    flex-wrap: wrap;
  }
}
.oxygencp .walfare_wrap .walfarebox_img {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap .walfarebox_img {
    width: 100%;
    text-align: right;
  }
}
.oxygencp .walfare_wrap .walfarebox_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap .walfarebox_img img {
    width: 51.89%;
    margin: 0 0 0 auto;
  }
}
.oxygencp .walfare_wrap .walfarebox_title {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap .walfarebox_title {
    width: 100%;
    margin-top: -22%;
  }
}
.oxygencp .walfare_wrap .walfarebox_title img {
  width: 172px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap .walfarebox_title img {
    width: 130px;
  }
}
.oxygencp .walfare_wrap .walfarebox_title h2 {
  font-size: 3.2rem;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap .walfarebox_title h2 {
    font-size: 2.6rem;
  }
}
.oxygencp .walfare_wrap .walfarebox_title h2 span {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp .walfare_wrap .walfarebox_title h2 span {
    font-size: 3.6rem;
  }
}
.oxygencp .walfare_wrap .walfarebox_title h2 .txt1 {
  color: var(--base-color-nv);
}
.oxygencp .walfare_wrap .walfarebox_title h2 .txt2 {
  color: #B60030;
}
.oxygencp .effect_wrap {
  padding: 80px 0;
  background: var(--base-color-wh);
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap {
    padding: 40px 0;
  }
}
.oxygencp .effect_wrap .effect h2 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect h2 {
    font-size: 2.6rem;
  }
}
.oxygencp .effect_wrap .effect h2 span {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect h2 span {
    font-size: 3.6rem;
  }
}
.oxygencp .effect_wrap .effect .txt {
  width: calc(100% - 112px);
  margin: 3.2rem auto;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect .txt {
    width: 100%;
    margin: 2.4rem auto;
  }
}
.oxygencp .effect_wrap .effect .txt p {
  color: var(--base-color-bk);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect .txt p {
    font-size: 1.6rem;
  }
}
.oxygencp .effect_wrap .effect_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.oxygencp .effect_wrap .effect_list_item {
  position: relative;
  width: 100%;
}
.oxygencp .effect_wrap .effect_list_item img {
  width: 100%;
  height: auto;
}
.oxygencp .effect_wrap .effect_list_item figcaption {
  position: absolute;
  left: 0;
  bottom: 7.2%;
  width: 100%;
  color: var(--base-color-nv);
  font-size: 3.2vw;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect_list_item figcaption {
    font-size: 5.4vw;
  }
}
.oxygencp .effect_wrap .effect .hl_blue {
  width: 100%;
  margin-top: 3.2rem;
  padding: 18px 0;
  background-color: var(--base-color-nv);
  color: var(--base-color-wh);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect .hl_blue {
    padding: 8px 8px 12px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.oxygencp .effect_wrap .effect .merit_img {
  display: block;
  width: 100%;
  margin: 3.2rem auto;
}
.oxygencp .effect_wrap .effect .merit_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.oxygencp .effect_wrap .effect .merit_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .oxygencp .effect_wrap .effect .merit_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.oxygencp .effect_wrap .effect .merit_list li {
  width: 100%;
  list-style: none;
}
.oxygencp .reason {
  padding: 80px 0;
  background: #D8EBF0;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason {
    padding: 40px 0;
  }
}
.oxygencp .reason h2 {
  color: var(--base-color-nv);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason h2 {
    font-size: 2.4rem;
  }
}
.oxygencp .reason h2 span {
  color: #B60030;
  font-size: 8.8rem;
  font-family: "SD-DIN-PRO-400-Regular";
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason h2 span {
    font-size: 5.6rem;
  }
}
.oxygencp .reason .inner {
  margin-top: 3.2rem;
  padding: 85px 100px;
  border-radius: 32px;
  background: var(--base-color-wh);
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner {
    margin-top: 2.4rem;
    padding: 40px 16px;
  }
}
.oxygencp .reason .inner .box {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box {
    flex-direction: column;
  }
}
.oxygencp .reason .inner .box:last-child {
  margin-bottom: 0;
}
.oxygencp .reason .inner .box .txt {
  width: 480px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box .txt {
    width: 100% !important;
  }
}
.oxygencp .reason .inner .box .txt .sttl {
  margin-bottom: 20px;
  padding-top: 36px;
  padding-bottom: 24px;
  padding-left: 50px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box .txt .sttl {
    margin-bottom: 8px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.oxygencp .reason .inner .box .txt .sttl span {
  color: var(--accent-color-or);
}
.oxygencp .reason .inner .box .txt p {
  margin-left: 53px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box .txt p {
    margin-left: 0 !important;
    font-size: 1.6rem;
  }
}
.oxygencp .reason .inner .box figure {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box figure {
    margin-bottom: 8px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box.box01 {
    flex-direction: column-reverse;
  }
}
.oxygencp .reason .inner .box.box01 .txt .sttl {
  background: url(../img/oxygencp/num_01_pc.png) no-repeat 0 bottom/contain;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box.box01 .txt .sttl {
    padding-top: 0;
    background: url(../img/oxygencp/num_01_sp.png) no-repeat 0 bottom/contain;
  }
}
.oxygencp .reason .inner .box.box02 .txt .sttl {
  padding-left: 80px;
  background: url(../img/oxygencp/num_02_pc.png) no-repeat 0 bottom/contain;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box.box02 .txt .sttl {
    padding-left: 60px;
    background: url(../img/oxygencp/num_02_sp.png) no-repeat 0 bottom/contain;
  }
}
.oxygencp .reason .inner .box.box02 .txt p {
  margin-left: 80px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box.box03 {
    flex-direction: column-reverse;
  }
}
.oxygencp .reason .inner .box.box03 .txt .sttl {
  padding-left: 80px;
  background: url(../img/oxygencp/num_03_pc.png) no-repeat 0 bottom/contain;
}
@media only screen and (max-width: 767px) {
  .oxygencp .reason .inner .box.box03 .txt .sttl {
    padding-left: 60px;
    background: url(../img/oxygencp/num_03_sp.png) no-repeat 0 bottom/contain;
  }
}
.oxygencp .reason .inner .box.box03 .txt p {
  margin-left: 80px;
}
.oxygencp .saving_wrap {
  padding: 80px 0;
  background: var(--base-color-wh);
}
@media only screen and (max-width: 767px) {
  .oxygencp .saving_wrap {
    padding: 40px 0;
  }
}
.oxygencp .saving_wrap .saving_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.oxygencp .saving_wrap .saving_title img {
  width: 216px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.oxygencp .saving_wrap .saving_title h2 {
  margin-top: -10px;
  color: var(--base-color-nv);
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .oxygencp .saving_wrap .saving_title h2 {
    font-size: 2.6rem;
  }
}
.oxygencp .saving_wrap .saving_title h2 span {
  color: #B60030;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp .saving_wrap .saving_title h2 span {
    font-size: 3.6rem;
  }
}
.oxygencp .saving_wrap .saving_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  width: 100%;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp .saving_wrap .saving_list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.oxygencp .saving_wrap .saving_list_item {
  position: relative;
  width: 100%;
  padding: 24px 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.oxygencp .saving_wrap .saving_list_item img {
  width: 100%;
  height: auto;
}
.oxygencp .saving_wrap .saving_list_item h3 {
  margin-top: 0.8rem;
  color: var(--base-color-nv);
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .oxygencp .saving_wrap .saving_list_item h3 {
    padding: 8px 8px 12px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.oxygencp .saving_wrap .saving_list_item p {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .oxygencp .saving_wrap .saving_list_item p {
    font-size: 1.6rem;
  }
}
.oxygencp .saving_wrap .saving_list_item p.bubble {
  position: relative;
  margin-bottom: 1rem;
  padding: 5px 27px;
  color: var(--base-color-wh);
  font-weight: 500;
  background: #C9651A;
  display: inline-block;
  border-radius: 32px;
}
.oxygencp .saving_wrap .saving_list_item p.bubble::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  background: url(../img/oxygencp/bubble_01.svg) no-repeat 0 0/contain;
  bottom: -10px;
  left: 48px;
}
.oxygencp .saving_wrap .saving_link {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .saving_wrap .saving_link {
    margin-top: 40px;
  }
}
.oxygencp .saving_wrap .saving_link p.btn_txt {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oxygencp .saving_wrap .saving_link p.btn_txt::before, .oxygencp .saving_wrap .saving_link p.btn_txt::after {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--base-color-bk);
  border-radius: 1px;
}
.oxygencp .saving_wrap .saving_link p.btn_txt::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.oxygencp .saving_wrap .saving_link p.btn_txt::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.oxygencp .saving_wrap .saving_link .btn {
  text-align: center;
}
.oxygencp .saving_wrap .saving_link .btn a {
  width: 100%;
  max-width: 676px;
  margin: 0 auto;
  padding: 20px 0;
  color: var(--base-color-wh);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: var(--base-color-nv);
}
.oxygencp .voice {
  padding: 80px 0;
  background-color: #EEF1E9;
}
@media only screen and (max-width: 767px) {
  .oxygencp .voice {
    padding: 40px 0;
  }
}
.oxygencp .voice .h2box {
  text-align: center;
}
.oxygencp .voice .h2box h3::before {
  background: #D8EBF0;
}
.oxygencp .voice h4 {
  margin-top: -10px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .voice h4 {
    margin-top: -4px;
    margin-bottom: 20px;
    padding: 0 1.6rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.oxygencp .voice_slide {
  margin-top: 32px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .voice_slide {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.oxygencp .voice_slide_list li {
  position: relative;
  width: 305px;
  height: 100%;
  margin: 0 8px;
}
.oxygencp .voice_slide_list li img {
  position: relative;
  bottom: -10px;
  z-index: -1;
  width: 80px;
  height: 80px;
  margin: 0;
}
.oxygencp .voice_slide_list li .slide_wrap {
  position: relative;
  border: 4px solid var(--base-color-nv);
  border-radius: 10px;
  background-color: var(--base-color-wh);
}
.oxygencp .voice_slide_list li .slide_title {
  padding: 4px 0 8px;
  background-color: var(--base-color-nv);
  color: var(--base-color-wh);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.oxygencp .voice_slide_list li .slide_title span {
  display: inline-block;
  margin-left: 16px;
  padding: 0 8px 2px;
  border-radius: 4px;
  background-color: var(--base-color-wh);
  color: var(--base-color-nv);
  font-size: 1.6rem;
  font-weight: 500;
}
.oxygencp .voice_slide_list li .slide_inner {
  padding: 24px 24px 40px;
}
.oxygencp .voice_slide_list li .slide_inner h4 {
  position: relative;
  margin-bottom: 16px;
  color: var(--base-color-nv);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.oxygencp .voice_slide_list li .slide_inner h4::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: var(--base-color-nv);
  transform: translateX(-50%);
}
.oxygencp .voice .main_width h2 {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .voice .main_width h2 {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    text-align: left;
  }
}
.oxygencp .voice .main_width figure {
  width: 100%;
}
.oxygencp .voice .main_width figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.oxygencp .voice .main_width p {
  margin-top: 3.2rem;
  color: var(--base-color-bk);
  font-size: 2.4rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .oxygencp .voice .main_width p {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
.oxygencp .step {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .oxygencp .step {
    padding: 40px 0;
  }
}
.oxygencp .step .h2box {
  text-align: center;
}
.oxygencp .step .h2box h3 span {
  font-size: 2.4rem;
}
.oxygencp .step h4 {
  margin-top: -24px;
  margin-bottom: 80px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .step h4 {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
.oxygencp .step .stepbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .oxygencp .step .stepbox {
    display: block;
  }
}
.oxygencp .step .stepbox .box {
  position: relative;
  margin-bottom: 90px;
  padding: 72px 22px 15px;
  border: 4px solid var(--base-color-bk);
  border-radius: 8px;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .oxygencp .step .stepbox .box {
    margin: 0 auto;
  }
}
.oxygencp .step .stepbox .box .icn {
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 25px;
  background: var(--base-color-wh);
  transform: translateX(-50%);
}
.oxygencp .step .stepbox .box .icn img {
  width: 100px;
  height: 100px;
}
.oxygencp .step .stepbox .box.box02 .icn img {
  width: 120px;
  height: 100px;
}
.oxygencp .step .stepbox .box.box04 .icn img {
  width: 120px;
  height: 100px;
}
.oxygencp .step .stepbox .box p {
  font-size: 1.6rem;
}
.oxygencp .step .stepbox .box p.sttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.oxygencp .step .stepbox .arrow {
  margin: 96px 7px 0;
}
@media only screen and (max-width: 767px) {
  .oxygencp .step .stepbox .arrow {
    margin: 7px auto 80px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .oxygencp .step .stepbox .arrow img {
    width: 21px;
    height: 30px;
    transform: rotate(90deg);
  }
}
.oxygencp #haichiyaku h3 {
  position: relative;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-left: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  z-index: 2;
  background: none;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku h3 {
    padding-top: 10px;
    font-size: 2.4rem;
  }
}
.oxygencp #haichiyaku h3::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: var(--accent-color-l-sky);
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku h3::before {
    width: 48px;
    height: 48px;
  }
}
.oxygencp #haichiyaku h3 span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku h3 span {
    font-size: 2rem;
  }
}
.oxygencp #haichiyaku .h3box {
  text-align: center;
}
.oxygencp #haichiyaku .haichiyaku_head {
  background: linear-gradient(90deg, rgb(246, 246, 248) 0%, rgb(250, 250, 250) 100%);
}
.oxygencp #haichiyaku .haichiyaku_head .main_width {
  padding: 30px 0 0;
  display: flex;
  align-items: flex-start;
  max-width: 1220px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .haichiyaku_head .main_width {
    flex-direction: column-reverse;
  }
}
.oxygencp #haichiyaku .haichiyaku_head .main_width figure {
  width: 40%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .haichiyaku_head .main_width figure {
    width: 100%;
  }
}
.oxygencp #haichiyaku .haichiyaku_head .main_width .box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 60px 26px;
  width: 60%;
  max-width: 654px;
  background: var(--base-color-wh);
  border-radius: 50px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .haichiyaku_head .main_width .box {
    padding: 16px 16px 26px 24px;
    width: 100%;
    border-radius: 24px;
  }
}
.oxygencp #haichiyaku .haichiyaku_head .main_width .box h3 {
  padding-left: 15px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .haichiyaku_head .main_width .box h3 {
    padding-top: 10px;
    font-size: 1.8rem;
  }
}
.oxygencp #haichiyaku .haichiyaku_head .main_width .box h3::before {
  left: -15px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .haichiyaku_head .main_width .box h3::before {
    left: -8px;
  }
}
.oxygencp #haichiyaku .haichiyaku_head .main_width .box p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.oxygencp #haichiyaku .haichiyaku_head .main_width .box p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .haichiyaku_head .main_width .box p span {
    font-size: 1.4rem;
  }
}
.oxygencp #haichiyaku .haichiyaku_head .main_width .box p span.large {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .haichiyaku_head .main_width .box p span.large {
    font-size: 1.6rem;
  }
}
.oxygencp #haichiyaku .haichiyaku_head .main_width .box p span.under {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, var(--accent-color-ye) 70%);
}
.oxygencp #haichiyaku .merit {
  padding: 80px 0 40px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .merit {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .merit h3 {
    padding-top: 6px;
  }
}
.oxygencp #haichiyaku .merit h4 {
  margin-top: -20px;
  margin-bottom: 80px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .merit h4 {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
.oxygencp #haichiyaku .merit h4 span {
  font-size: 2.4rem;
}
.oxygencp #haichiyaku .merit .merit_box {
  margin-bottom: 40px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .merit .merit_box {
    display: block;
  }
}
.oxygencp #haichiyaku .merit .merit_box .box {
  margin: 0 13px;
  width: calc((100% - 104px) / 4);
  max-width: 230px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .merit .merit_box .box {
    margin: 0 auto 30px;
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
}
.oxygencp #haichiyaku .merit .merit_box .box .ttl {
  color: var(--accent-color-sky);
  font-family: "freestyle-script";
  font-size: 4.8rem;
}
.oxygencp #haichiyaku .merit .merit_box .box .ttl span {
  margin-left: 10px;
  font-size: 8rem;
}
.oxygencp #haichiyaku .merit .merit_box .box .inbox {
  border-radius: 16px;
}
.oxygencp #haichiyaku .merit .merit_box .box .inbox figure {
  font-size: 0;
}
.oxygencp #haichiyaku .merit .merit_box .box .inbox figure img {
  border-radius: 16px 16px 0 0;
}
.oxygencp #haichiyaku .merit .merit_box .box .inbox .txt {
  padding: 8px 15px 10px;
  background-color: var(--base-color-cr);
  border-radius: 0 0 16px 16px;
}
.oxygencp #haichiyaku .merit .merit_box .box .inbox .txt p {
  line-height: 1.5;
}
.oxygencp #haichiyaku .merit .merit_box .box .inbox .txt p.sttl {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.oxygencp #haichiyaku .merit p.note {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .merit p.note {
    text-align: left;
  }
}
.oxygencp #haichiyaku .intro {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .intro {
    padding: 40px 0;
  }
}
.oxygencp #haichiyaku .intro .main_width {
  background: url(../img/medical/haichiyaku_intro.png) no-repeat right top 26px/contain;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .intro .main_width {
    background: none;
  }
}
.oxygencp #haichiyaku .intro .h3box {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .intro .h3box h3 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .intro .h3box h3::before {
    width: 72px;
    height: 72px;
  }
}
.oxygencp #haichiyaku .intro ul {
  margin-bottom: 10px;
}
.oxygencp #haichiyaku .intro ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 2em;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .intro ul li {
    font-size: 1.6rem;
  }
}
.oxygencp #haichiyaku .intro ul li span {
  margin-right: 0.5em;
  font-weight: 700;
}
.oxygencp #haichiyaku .intro ul li::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/common/icn_check02.svg) no-repeat 0 0/contain;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .intro ul li::before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .intro .fig.sp {
    display: flex !important;
    justify-content: flex-end;
  }
  .oxygencp #haichiyaku .intro .fig.sp figure {
    width: 212px;
  }
}
.oxygencp #haichiyaku .step {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .step {
    padding: 20px 0 40px;
  }
}
.oxygencp #haichiyaku .step h4 {
  margin-top: -20px;
  margin-bottom: 80px;
  font-size: 1.8rem;
  text-align: center;
}
.oxygencp #haichiyaku .step h4 span {
  font-size: 2.4rem;
}
.oxygencp #haichiyaku .step .stepbox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .step .stepbox {
    display: block;
  }
}
.oxygencp #haichiyaku .step .stepbox .box {
  position: relative;
  padding: 0 26px 15px;
  width: 310px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .oxygencp #haichiyaku .step .stepbox .box {
    margin: 0 auto;
  }
}
.oxygencp #haichiyaku .step .stepbox .box .icn {
  position: absolute;
  padding: 0 25px;
  content: "";
  background: var(--base-color-wh);
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.oxygencp #haichiyaku .step .stepbox .box .icn img {
  width: 100px;
  height: 100px;
}
.oxygencp #haichiyaku .step .stepbox .box.box01 {
  border: 4px solid var(--accent-color-sky);
}
.oxygencp #haichiyaku .step .stepbox .box.box01 .icn {
  top: -61px;
}
.oxygencp #haichiyaku .step .stepbox .box.box01 .icn img {
  width: 153px;
  height: 122px;
}
.oxygencp #haichiyaku .step .stepbox .box.box02 {
  border: 4px solid var(--accent-color-bl);
}
.oxygencp #haichiyaku .step .stepbox .box.box03 {
  border: 4px solid var(--base-color-nv);
}
.oxygencp #haichiyaku .step .stepbox .box p.sttl {
  padding-top: 70px;
  margin-bottom: 10px;
  font-weight: 700;
}
.oxygencp #haichiyaku .step .stepbox .arrow {
  display: inline-block;
  width: 21px;
  height: 41px;
  position: relative;
  top: 30px;
  background: url(../img/oxygencp/arrow.svg) no-repeat center center;
}
.oxygencp .question {
  padding: 40px 0 80px;
  background: url("../img/oxygencp/faq_01.webp") no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .question {
    padding: 40px 0;
  }
}
.oxygencp .question .h2box {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .question .h2box {
    margin-bottom: 0;
    padding: 0;
  }
}
.oxygencp .question .h2box h3 {
  color: var(--base-color-wh);
}
.oxygencp .question .h2box h3::before {
  background: var(--base-color-nv);
}
.oxygencp .question_box {
  width: 100%;
}
.oxygencp .question_item {
  background-color: var(--base-color-wh);
}
@media only screen and (max-width: 767px) {
  .oxygencp .question_item {
    margin-top: 2.4rem;
    border: 1px solid var(--base-color-nv);
    border-radius: 8px;
  }
}
.oxygencp .question_item summary {
  display: block;
  position: relative;
  padding: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .oxygencp .question_item summary {
    padding: 1.8rem 3.2rem 1.8rem 0.8rem;
    font-size: 1.6rem;
  }
}
.oxygencp .question_item summary::before {
  content: "Q";
  display: inline-block;
  margin-right: 2.4rem;
  color: #B60030;
  font-size: 3.2rem;
  font-family: "D-DIN-PRO-700-Bold";
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .question_item summary::before {
    margin-right: 1rem;
    font-size: 2.4rem;
  }
}
.oxygencp .question_item summary .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 24px;
  transform: translateY(-50%);
  transform-origin: center 43%;
  transition: transform 0.4s;
  /* アイコンのバーのスタイル */
}
@media only screen and (max-width: 767px) {
  .oxygencp .question_item summary .icon {
    right: 0.8rem;
  }
}
.oxygencp .question_item summary .icon::before, .oxygencp .question_item summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--base-color-nv);
}
.oxygencp .question_item summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.oxygencp .question_item summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.oxygencp .question_item[open] .icon {
  transform: rotate(180deg);
}
.oxygencp .question_content {
  display: block;
  position: relative;
  padding: 0 6.6rem 2.4rem 6.6rem;
  box-shadow: 0 4px 4px rgba(0, 56, 148, 0.2);
  list-style-type: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .oxygencp .question_content {
    padding: 0 0.8rem 1.6rem 3.2rem;
  }
}
.oxygencp .question_content::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2.4rem;
  color: var(--base-color-nv);
  font-size: 3.2rem;
  font-family: "D-DIN-PRO-700-Bold";
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oxygencp .question_content::before {
    left: 0.8rem;
    margin-right: 1rem;
    font-size: 2.4rem;
  }
}
.oxygencp .question_content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .oxygencp .question_content p {
    font-size: 1.4rem;
  }
}
.oxygencp .contactform .form_head h2::before {
  background: #D8EBF0;
}
.oxygencp .slick-prev,
.oxygencp .slick-next {
  z-index: 99;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1000px) {
  .oxygencp .slick-prev,
  .oxygencp .slick-next {
    display: none;
  }
}
.oxygencp .slick-prev {
  left: calc((100% - 1000px) / 2);
}
@media only screen and (max-width: 1000px) {
  .oxygencp .slick-prev {
    left: 25px;
  }
}
.oxygencp .slick-next {
  right: calc((100% - 1000px) / 2);
}
@media only screen and (max-width: 1000px) {
  .oxygencp .slick-next {
    right: 25px;
  }
}/*# sourceMappingURL=oxygen-capsule.css.map */