@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p,
blockquote, table, th, td, figure {
  margin: 0;
  padding: 0; }

html {
  overflow-y: scroll;
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol, ul {
  list-style: none; }

fieldset, img {
  border: 0 none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

object, embed, img {
  vertical-align: top; }

p {
  font-size: 16px;
  color: #000;
  line-height: 1.6; }

@media (max-width: 768px) {
  p {
    font-size: 15px; } }
a {
  display: block;
  text-decoration: none; }

a:hover {
  cursor: pointer; }

img {
  border: 0px none #FFFFFF;
  width: 100%;
  height: auto; }

body {
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }

/*---------mixin設定-------------*/
/*ブレイクポイント*/
/*-------------------------------

 //共通パーツ

-------------------------------*/
@media (min-width: 769px) {
  .pc_none {
    display: none; } }

@media (max-width: 768px) {
  .sp_none {
    display: none; } }

.txt_color {
  color: #D8001F; }

.txt_white {
  color: #fff; }

.en {
  font-family: "Jost", serif; }

a.opacity:hover {
  opacity: 0.8; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.tac {
  text-align: center; }

.fw500 {
  font-weight: 500 !important; }

.fw600 {
  font-weight: 600 !important; }

.fw700 {
  font-weight: 700 !important; }

.txt-justify {
  text-align: justify; }

.inner {
  width: 85%;
  margin: 0 auto; }

@media (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0px !important; }

  .pc-mb10 {
    margin-bottom: 10px !important; }

  .pc-mb20 {
    margin-bottom: 20px !important; }

  .pc-mb30 {
    margin-bottom: 30px !important; }

  .pc-mb40 {
    margin-bottom: 40px !important; }

  .pc-mb45 {
    margin-bottom: 45px !important; }

  .pc-mb50 {
    margin-bottom: 50px !important; }

  .pc-mb60 {
    margin-bottom: 60px !important; }

  .pc-mb70 {
    margin-bottom: 70px !important; }

  .pc-mb75 {
    margin-bottom: 75px !important; }

  .pc-mb80 {
    margin-bottom: 80px !important; }

  .pc-mb90 {
    margin-bottom: 90px !important; }

  .pc-mb95 {
    margin-bottom: 95px !important; }

  .pc-mb100 {
    margin-bottom: 100px !important; }

  .auto {
    margin: 0 auto !important; }

  .pc-tal {
    text-align: left; }

  .pc-tac {
    text-align: center; }

  .inner {
    max-width: 1200px;
    margin: 0 auto; }

  .grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px; }

  .grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px; } }
.cmn_ttl .main {
  font-size: 58px;
  line-height: 1.1; }
.cmn_ttl .sub {
  font-size: 20px;
  margin-top: 7px;
  letter-spacing: 1px; }

@media (max-width: 768px) {
  .cmn_ttl .main {
    font-size: 34px; }
  .cmn_ttl .sub {
    font-size: 14px; } }
/*-------------------------------

 //header
-------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999; }
  .header__logo {
    max-width: 220px; }
  .header .right {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header .right .cv_btn {
      background: #D8001F;
      border-radius: 100vh;
      text-align: center;
      color: #fff;
      font-size: 16px;
      position: relative;
      width: 230px;
      margin-right: 15px; }
      .header .right .cv_btn a {
        color: #fff;
        display: block;
        padding: 15px 10px;
        box-sizing: border-box; }
      .header .right .cv_btn::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url("/lp_medicine/images/icon_btn_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto; }
    .header .right .menu_btn {
      background: #000;
      width: 90px;
      height: 90px;
      cursor: pointer;
      position: relative;
      z-index: 9999; }
      .header .right .menu_btn span {
        width: 55%;
        height: 2px;
        background: #fff;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0; }
        .header .right .menu_btn span:nth-of-type(1) {
          top: 27px; }
        .header .right .menu_btn span:nth-of-type(2) {
          top: 0;
          bottom: 0;
          margin: auto; }
        .header .right .menu_btn span:nth-of-type(3) {
          bottom: 27px; }
      .header .right .menu_btn.active span {
        transition: transform .3s; }
        .header .right .menu_btn.active span:nth-of-type(1) {
          top: 46px;
          transform: rotate(45deg); }
        .header .right .menu_btn.active span:nth-of-type(2) {
          display: none; }
        .header .right .menu_btn.active span:nth-of-type(3) {
          bottom: 41px;
          transform: rotate(135deg); }
  .header .hd_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #FFF3C9;
    z-index: 999;
    padding: 120px 0 100px; }
    .header .hd_menu ul {
      max-width: 500px;
      margin: 0 auto; }
      .header .hd_menu ul li {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px; }
        .header .hd_menu ul li span {
          display: block;
          font-size: 14px; }
        .header .hd_menu ul li a {
          color: #000; }
          .header .hd_menu ul li a:hover {
            color: #D8001F; }
    .header .hd_menu .banner {
      max-width: 600px;
      margin: 50px auto 30px; }
    .header .hd_menu .cv_btn {
      background: #D8001F;
      border-radius: 100vh;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      position: relative;
      max-width: 600px;
      margin: 0 auto; }
      .header .hd_menu .cv_btn a {
        color: #fff;
        display: block;
        padding: 35px 10px;
        box-sizing: border-box; }
      .header .hd_menu .cv_btn::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("/lp_medicine/images/icon_btn_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .header .hd_menu .cv_btn::before {
        content: "";
        display: block;
        width: 50px;
        height: 40px;
        background: url("/lp_medicine/images/icon_mail.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: 60px;
        top: 0;
        bottom: 0;
        margin: auto; }

.header {
  pointer-events: none; }

.header .right,
.header .hd_menu {
  pointer-events: auto; }

@media (max-width: 768px) {
  .header {
    padding-left: 10px; }
    .header__logo {
      width: 140px; }
    .header .right .cv_btn {
      border-radius: 0;
      font-size: 10px;
      margin-right: 0;
      width: 60px;
      height: 60px; }
      .header .right .cv_btn a {
        padding: 35px 0 0;
        height: 100%; }
      .header .right .cv_btn::before {
        content: "";
        display: block;
        width: 19px;
        height: 15px;
        background: url("/lp_medicine/images/icon_mail.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 14px;
        right: 0;
        margin: auto; }
      .header .right .cv_btn::after {
        content: none; }
    .header .right .menu_btn {
      width: 60px;
      height: 60px; }
      .header .right .menu_btn span:nth-of-type(1) {
        top: 18px; }
      .header .right .menu_btn span:nth-of-type(3) {
        bottom: 18px; }
      .header .right .menu_btn.active span:nth-of-type(1) {
        top: 29px;
        transform: rotate(45deg); }
      .header .right .menu_btn.active span:nth-of-type(3) {
        bottom: 29px;
        transform: rotate(135deg); }
    .header .hd_menu {
      padding: 120px 30px 100px;
      box-sizing: border-box; }
      .header .hd_menu ul li {
        font-size: 24px;
        margin-bottom: 25px; }
        .header .hd_menu ul li span {
          font-size: 12px; }
      .header .hd_menu .banner {
        margin: 30px auto 25px; }
      .header .hd_menu .cv_btn {
        font-size: 17px;
        width: 100%; }
        .header .hd_menu .cv_btn a {
          padding: 25px 10px; }
        .header .hd_menu .cv_btn::after {
          width: 16px;
          height: 16px;
          right: 20px; }
        .header .hd_menu .cv_btn::before {
          width: 25px;
          height: 20px;
          left: 25px; } }
/*-------------------------------

 //mv
-------------------------------*/
.wrap_mv_color {
  background: linear-gradient(to bottom, #FFF7DE, #FFFCF4); }

.mv {
  padding: 16% 0 0 17%;
  box-sizing: border-box;
  position: relative; }
  .mv .img01 {
    position: absolute;
    right: 0;
    top: -20px;
    width: 53%; }
  .mv .img02 {
    position: absolute;
    left: 0;
    top: 70%;
    width: 13%; }
  .mv .img03 {
    position: absolute;
    left: 36%;
    top: 0;
    width: 20%; }
  .mv__copy {
    width: 32%;
    position: relative; }
    .mv__copy::before {
      content: "";
      display: block;
      width: 60px;
      height: 60px;
      background: url("/lp_medicine/images/mv_obj_02.png") no-repeat;
      background-size: contain;
      position: absolute;
      left: -80px;
      top: -40px; }

@media (max-width: 768px) {
  .mv {
    padding: 68vw 0 0 0; }
    .mv .img01 {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
    .mv .img02 {
      position: absolute;
      left: auto;
      right: 0;
      top: 50%;
      width: 15%; }
    .mv .img03 {
      position: absolute;
      left: 0;
      top: 80%;
      width: 15%; }
    .mv__copy {
      width: 63%;
      max-width: 100%;
      margin: 0 auto; }
      .mv__copy::before {
        width: 30px;
        height: 30px;
        left: -35px;
        top: -20px; } }
/*-------------------------------

 //lead
-------------------------------*/
.lead {
  padding: 11vw 0 160px;
  position: relative; }
  .lead::before {
    content: "";
    display: block;
    width: 6px;
    height: 98px;
    background: url("/lp_medicine/images/lead_dot.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -1.2vw;
    z-index: 99; }
  .lead__txt {
    line-height: 2.2;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px; }
  .lead__img {
    max-width: 420px;
    margin: 0 auto; }

@media (max-width: 768px) {
  .lead {
    padding: 25px 0 60px;
    position: relative; }
    .lead .inner {
      display: flex;
      flex-flow: column-reverse;
      width: 80%; }
    .lead::before {
      width: 4px;
      height: 70px;
      bottom: -10px; }
    .lead__txt {
      line-height: 2;
      font-size: 15px;
      margin: 25px auto 0; }
    .lead__img {
      width: 90%; } }
/*-------------------------------

 //lineup
-------------------------------*/
.lineup {
  background: #FFF3C9;
  position: relative;
  padding: 6.5vw 0 40px; }
  .lineup::before {
    display: block;
    content: "";
    background: url("/lp_medicine/images/wave_top.png") no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 100%;
    height: 13vw;
    position: absolute;
    right: 0;
    left: 0;
    top: -7vw;
    margin: auto; }
  .lineup::after {
    display: block;
    content: "";
    background: url("/lp_medicine/images/wave_bottom.png") no-repeat;
    background-position: center bottom;
    background-size: 100%;
    width: 100%;
    height: 13vw;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -9vw;
    margin: auto; }
  .lineup .product_list .item {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center; }
    .lineup .product_list .item.item01 {
      margin-bottom: 120px; }
    .lineup .product_list .item.item02 {
      margin-bottom: 50px; }
    .lineup .product_list .item:last-child {
      margin-bottom: 0; }
    .lineup .product_list .item:nth-of-type(even) {
      flex-flow: row-reverse; }
    .lineup .product_list .item figure {
      width: 45%; }
      .lineup .product_list .item figure figcaption {
        text-align: center;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 2px; }
    .lineup .product_list .item .txtarea {
      width: 45%;
      position: relative; }
      .lineup .product_list .item .txtarea .name {
        font-size: 40px;
        line-height: 1.4; }
      .lineup .product_list .item .txtarea .tate {
        position: absolute;
        left: -40px;
        top: 15px;
        width: 20px; }

@media (max-width: 768px) {
  .lineup {
    background: #FFF3C9;
    position: relative;
    padding: 50px 0 40px; }
    .lineup::before {
      top: -40px; }
    .lineup::after {
      bottom: -40px; }
    .lineup .product_list .item {
      display: block; }
      .lineup .product_list .item.item01 {
        margin-bottom: 70px; }
      .lineup .product_list .item.item02 {
        margin-bottom: 50px; }
      .lineup .product_list .item figure {
        width: 100%;
        margin: 0 auto 20px; }
      .lineup .product_list .item .txtarea {
        width: 100%;
        margin: 0 auto; }
        .lineup .product_list .item .txtarea .name {
          font-size: 24px;
          text-align: center; }
        .lineup .product_list .item .txtarea .tate {
          display: none; } }
/*-------------------------------

 //feature
-------------------------------*/
.feature {
  padding: 220px 0 190px;
  background: #FFFBEB; }
  .feature .inner {
    max-width: 1200px; }
  .feature .tab {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    position: relative; }
    .feature .tab::before {
      content: "";
      display: block;
      background: url("/lp_medicine/images/feature_obj.png") no-repeat;
      background-size: contain;
      width: 144px;
      height: 114px;
      position: absolute;
      left: 50px;
      top: -114px; }
    .feature .tab li {
      background: #FFF8E3;
      border: 2px solid #E0C983;
      border-radius: 5px;
      text-align: center;
      padding: 15px;
      font-size: 18px;
      font-weight: 600;
      color: #000;
      cursor: pointer;
      width: 21%;
      position: relative; }
      .feature .tab li:hover {
        background: #D8001F;
        color: #fff; }
      .feature .tab li.active {
        background: #D8001F;
        color: #fff;
        border: #D8001F 2px solid;
        position: relative; }
        .feature .tab li.active::before {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -15px;
          border: 15px solid transparent;
          border-top: 15px solid #D8001F; }
  .feature .cont {
    border: 2px solid #D8001F;
    border-radius: 5px;
    background: #fff;
    display: none; }
    .feature .cont.active {
      display: block; }
    .feature .cont dt {
      background: #D8001F;
      padding: 13px 0 15px;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 1px; }
    .feature .cont dd {
      padding: 40px 40px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap;
      position: relative;
      /*&.two {
      	justify-content: center;
      	
      	>div:first-child {
      		margin-right: 2%;
      	}
      }
      &.four>div {
      	width: 21%;
      }*/ }
      .feature .cont dd > div {
        width: 30%;
        border-right: 1px dashed #DEDEDE;
        padding-right: 2%; }
        .feature .cont dd > div:nth-of-type(3) {
          border-right: none;
          padding-right: 0; }
      .feature .cont dd .note {
        display: block;
        text-align: right;
        margin-top: 20px;
        width: 100%; }
      .feature .cont dd .modal {
        margin-top: 20px;
        position: relative; }
      .feature .cont dd .number {
        width: 50px;
        margin: 0 auto 20px;
        display: block; }
    .feature .cont .icon_list {
      display: flex;
      justify-content: center;
      flex-flow: nowrap;
      align-items: center;
      margin-top: 20px; }
      .feature .cont .icon_list li {
        width: 20%; }

@media (max-width: 768px) {
  .feature {
    padding: 90px 0 90px;
    background: #FFFBEB; }
    .feature .tab {
      margin-bottom: 20px;
      flex-flow: row wrap; }
      .feature .tab::before {
        content: none; }
      .feature .tab li {
        padding: 15px;
        font-size: 14px;
        width: 38%;
        margin-bottom: 10px; }
        .feature .tab li.active::before {
          content: none; }
    .feature .cont dt {
      font-size: 18px; }
    .feature .cont dd {
      padding: 20px 20px;
      display: block; }
      .feature .cont dd > div {
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #DEDEDE;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        align-items: center; }
        .feature .cont dd > div:nth-of-type(3) {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; }
      .feature .cont dd .number {
        width: 13%;
        margin: 0; }
      .feature .cont dd .txt {
        width: 84%; }
      .feature .cont dd .modal {
        width: 100%; }
    .feature .cont .icon_list {
      width: 100%;
      margin-top: 10px; } }
/*-------------------------------

 //use
-------------------------------*/
.use {
  background: #FFF3C9;
  position: relative;
  padding: 5vw 0 60px; }
  .use::before {
    display: block;
    content: "";
    background: url("/lp_medicine/images/wave_top.png") no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 100%;
    height: 13vw;
    position: absolute;
    right: 0;
    left: 0;
    top: -8vw;
    margin: auto; }
  .use .tab {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    position: relative; }
    .use .tab::before {
      content: "";
      display: block;
      background: url("/lp_medicine/images/use_obj.png") no-repeat;
      background-size: contain;
      width: 142px;
      height: 154px;
      position: absolute;
      right: 20px;
      top: -52px; }
    .use .tab li {
      background: #FFF8E3;
      border: 2px solid #E0C983;
      border-radius: 5px;
      text-align: center;
      padding: 15px;
      font-size: 18px;
      font-weight: 600;
      color: #000;
      cursor: pointer;
      width: 30%;
      position: relative;
      margin: 0 10px; }
      .use .tab li:hover {
        background: #D8001F;
        color: #fff; }
      .use .tab li.active {
        background: #D8001F;
        color: #fff;
        border: #D8001F 2px solid; }
        .use .tab li.active::before {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -15px;
          border: 15px solid transparent;
          border-top: 15px solid #D8001F; }
  .use .cont {
    border: 2px solid #D8001F;
    border-radius: 5px;
    background: #fff;
    display: none; }
    .use .cont.active {
      display: block; }
    .use .cont dt {
      background: #D8001F;
      padding: 13px 0 15px;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 1px; }
    .use .cont dd {
      padding: 40px 40px 50px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      flex-flow: row wrap;
      align-items: center; }
      .use .cont dd > div {
        width: 43%; }
        .use .cont dd > div.arrow {
          width: 40px;
          height: 80px;
          background: url("/lp_medicine/images/use_arrow.png") no-repeat;
          background-size: contain;
          margin: 0 20px; }
      .use .cont dd .bg_blue {
        background: #A7DCED;
        padding: 15px;
        border-radius: 100vh;
        margin-bottom: 20px;
        font-size: 18px;
        color: #1C3969; }
      .use .cont dd .bg_red {
        background: #D8001F;
        padding: 15px;
        border-radius: 100vh;
        margin-bottom: 20px;
        font-size: 18px;
        color: #fff; }

@media (max-width: 768px) {
  .use {
    padding: 40px 0 0; }
    .use::before {
      top: -40px; }
    .use .tab {
      margin-bottom: 15px; }
      .use .tab::before {
        content: none; }
      .use .tab li {
        font-size: 14px;
        width: 100%;
        margin: 0 auto 10px; }
        .use .tab li.active::before {
          content: none; }
    .use .cont dt {
      font-size: 18px; }
    .use .cont dd {
      padding: 20px 20px 30px; }
      .use .cont dd > div {
        width: 100%; }
        .use .cont dd > div.arrow {
          width: 60px;
          height: 30px;
          background: url("/lp_medicine/images/use_arrow_sp.png") no-repeat;
          background-size: contain;
          margin: 20px 0 20px; }
      .use .cont dd .bg_blue {
        padding: 10px;
        font-size: 15px; }
      .use .cont dd .bg_red {
        padding: 10px;
        font-size: 15px; } }
/*-------------------------------

 //faq
-------------------------------*/
.faq {
  background: #FFF3C9;
  position: relative;
  padding: 70px 0 60px; }
  .faq .inner {
    max-width: 1000px; }
  .faq::after {
    display: block;
    content: "";
    background: url("/lp_medicine/images/wave_bottom.png") no-repeat;
    background-position: center bottom;
    background-size: 100%;
    width: 100%;
    height: 13vw;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -9vw;
    margin: auto;
    z-index: 9; }
  .faq__item {
    border: 2px solid #D8001F;
    border-radius: 5px;
    cursor: pointer;
    background: #FFFBEB; }
    .faq__item:hover {
      background: #fff7d7; }
    .faq__item dt {
      position: relative;
      padding: 40px 40px 40px 90px;
      box-sizing: border-box;
      font-weight: 600;
      font-size: 20px; }
      .faq__item dt::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url("/lp_medicine/images/faq_arrow_down.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .faq__item dt.active::after {
        background: url("/lp_medicine/images/faq_arrow_up.png") no-repeat;
        background-size: contain; }
      .faq__item dt::before {
        content: "Q.";
        display: block;
        font-size: 54px;
        font-weight: 400;
        font-family: "Jost", serif;
        color: #D8001F;
        position: absolute;
        left: 25px;
        top: 14px; }
    .faq__item dd {
      display: none;
      padding: 0 30px  30px;
      box-sizing: border-box;
      position: relative;
      font-size: 17px;
      line-height: 1.5;
      padding-left: 90px; }
      .faq__item dd::before {
        content: "A.";
        display: block;
        font-size: 54px;
        font-weight: 400;
        font-family: "Jost", serif;
        color: #D8001F;
        position: absolute;
        line-height: 1;
        left: 25px;
        top: 0; }

@media (max-width: 768px) {
  .faq {
    padding: 70px 0 40px; }
    .faq::after {
      bottom: -40px; }
    .faq__item dt {
      align-items: flex-start;
      padding: 20px 35px 20px 60px;
      font-size: 16px; }
      .faq__item dt::after {
        width: 15px;
        height: 15px;
        right: 18px; }
      .faq__item dt::before {
        font-size: 30px;
        left: 15px; }
    .faq__item dd {
      padding: 0 20px 20px 60px;
      font-size: 14px; }
      .faq__item dd::before {
        font-size: 30px;
        left: 15px; } }
/*-------------------------------

 //cv
-------------------------------*/
.cv {
  background: #FFFBEB;
  padding: 200px 0 80px;
  position: relative;
  background-image: url("/lp_medicine/images/contact_obj.png"), url("/lp_medicine/images/mv_obj_01.png");
  background-repeat: no-repeat,no-repeat;
  background-position: left 18% bottom,right 21% bottom;
  background-size: 11%,5.5%; }
  .cv::before {
    content: "";
    display: block;
    width: 6px;
    height: 98px;
    background: url("/lp_medicine/images/lead_dot.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50px;
    z-index: 99; }
  .cv .cv_btn {
    background: #D8001F;
    border-radius: 100vh;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    max-width: 650px;
    margin: 0 auto; }
    .cv .cv_btn a {
      color: #fff;
      display: block;
      padding: 50px 10px; }
    .cv .cv_btn::after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background: url("/lp_medicine/images/icon_btn_arrow.png") no-repeat;
      background-size: contain;
      position: absolute;
      right: 40px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .cv .cv_btn::before {
      content: "";
      display: block;
      width: 50px;
      height: 40px;
      background: url("/lp_medicine/images/icon_mail.png") no-repeat;
      background-size: contain;
      position: absolute;
      left: 60px;
      top: 0;
      bottom: 0;
      margin: auto; }

footer {
  background: #242424;
  padding: 14px 0; }
  footer small {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px; }

@media (max-width: 768px) {
  .cv {
    background: #FFFBEB;
    padding: 90px 0 40px;
    position: relative;
    background-image: none; }
    .cv::before {
      width: 4px;
      height: 70px;
      top: 0px; }
    .cv p {
      font-size: 14px; }
    .cv .cv_btn {
      font-size: 17px;
      width: 100%; }
      .cv .cv_btn a {
        padding: 25px 10px; }
      .cv .cv_btn::after {
        width: 16px;
        height: 16px;
        right: 20px; }
      .cv .cv_btn::before {
        width: 25px;
        height: 20px;
        left: 25px; }

  footer {
    padding: 12px 0; }
    footer small {
      font-size: 12px; } }
/*-------------------------------

 //モーダル
-------------------------------*/
.modal-open {
  cursor: pointer;
  position: relative; }
  .modal-open::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/lp_medicine/images/plus.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    bottom: 10px; }
  .modal-open:hover {
    opacity: 0.8; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99999; }

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.modal-container.active {
  opacity: 1;
  visibility: visible; }

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 94%; }

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }

@media (max-width: 768px) {
  .modal-container {
    padding: 40px 10px; }

  .modal-close {
    top: auto;
    right: 0;
    bottom: -50px; } }
/*-------------------------------

 //アニメーション
-------------------------------*/
.anim-box.popup.is-animated {
  animation: popup 500ms 600ms both; }

@keyframes popup {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.anim-box.popup02.is-animated {
  animation: popup 500ms 700ms both; }

@keyframes popup02 {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.anim-box.popup03.is-animated {
  animation: popup 500ms 800ms both; }

@keyframes popup03 {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }