/*::::::::::::::::::::::::::::::::::::::::::::::::
GENERAL STYLE
:::::::::::::::::::::::::::::::::::::::::::::::::*/
a:hover, a:focus,.btn:hover {
    text-decoration: none;
    transition: 0.25s ease-in-out;
}
a:link,
a:visited,
a:active,
a:hover {
    overflow: hidden;
    outline: none;
}
a:active, a:hover {color: inherit;}
*:focus {outline:none;}
a {text-decoration: none; font-weight: 500;}
img {max-width: 100%;height: auto;vertical-align: middle;display: block;}
p {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 2;
}

/* background */
.bg_w {background-color: #fff;}

/* color */
.white {color: #fff;}
.sec_info .en,
.sec_info .jp {color: #fff;}


/*::::::::::::::::::::::::::::::::::::::::::::::::
LAYOUT
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.sec{margin-top: 50px; padding-top: 80px;padding-bottom: 80px;}
section > .inner { max-width: 1200px; margin: auto;}
.flex {display: flex; flex-wrap: wrap;}

.main_contents {
    width: 98%;
    margin: auto;
}
.sec_contact {
    max-width: 900px;
    margin: auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::
PARTS
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.bg_grad {
    background-image: -moz-linear-gradient( 14deg, rgb(15,169,200) 2%, rgb(59,168,190) 37%, rgb(30,144,195) 67%, rgb(0,120,200) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(15,169,200) 2%, rgb(59,168,190) 37%, rgb(30,144,195) 67%, rgb(0,120,200) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(15,169,200) 2%, rgb(59,168,190) 37%, rgb(30,144,195) 67%, rgb(0,120,200) 100%);
    color: #fff;
}

.bg_arrow:after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 60px;
    width: 2px;
}
.bg_arrow.bg_white:after {
    background: #fff;
}
.bg_arrow.bg_navy:after {
    background: #013893;
}
.btn_cta {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 150px;
    height: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}
.btn_cta span {
    color: #fff;
    font-weight: bold;
    padding: 0.5em;
}

.btn_cta{
    visibility: visible;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-name: fade-in-bottom;

}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.btn_mv {
    font-size: 18px;
    border-radius: 50%;
    padding: 1em;
    display: flex;
    max-width: 300px;
    width: 100%;
    margin-top: 30px;
    color: #fff;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    height: 70px;
    text-align: center;
    margin: 50px auto;
}
.shadow {
    box-shadow: 0px 10px 30px 0px rgba(204, 204, 204, 0.71);
}
.btn_mv span {
    padding-left: 8px;
    font-weight: bold;
    padding: 0.5em;
    color: #fff;
}

.box_line_wrap {
    display: flex;
    flex-direction: column;
}
.box_line_parallel {
    margin: 0 auto;
    text-align: center;
}
.box_line_vertical {
    border-left: solid 2px;
    border-right: solid 2px;
    border-color: #013893;
    display: block;
    font-weight: bold;
    background: #fff;
    padding: 10px 16px;
    line-height: 1.8;
}
.box_line_parallel::before, .box_line_parallel::after {
    content: "";
    display: block;
    width: calc(100% - 16px);
    height: 2px;
    background: #013893;
    margin: auto;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::
TEXT
:::::::::::::::::::::::::::::::::::::::::::::::::*/

html,body {font-size: 16px;}
body {
    letter-spacing: 0.1em;
    color: #333;
    line-height: 1.8;
        font-family: -apple-system, blinkMacSystemFont,
            'Helvetica Neue',
            'Segoe UI',
            YuGothicM,
            YuGothic,
            Meiryo,
            sans-serif;
    }
    /* Windows */
    @font-face {
        font-family: YuGothicM;
        font-weight: normal;
        src: local('YuGothic-Medium'),
            local('Yu Gothic Medium'),
            local('YuGothic-Regular');
    }
    @font-face {
        font-family: YuGothicM;
        font-weight: bold;
        src: local('YoGothic-Bold'),
            local('Yu Gothic');
    }
.en {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #013893;
}
.point_item .label {
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3 {
    font-weight: bold;
    line-height: 1.3;
}
h2 {font-size: 40px; text-align: center; margin-bottom: 50px; color: #013893;}
h3 {font-size: 24px; text-align: center;}

.small {font-size: 0.8em;}

h2,
h3,.mv_catch, .lead {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::
HEADER
:::::::::::::::::::::::::::::::::::::::::::::::::*/

header {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
}
.logo {width: 130px;}

header .logo {margin: 25px 34px;}

/*::::::::::::::::::::::::::::::::::::::::::::::::
MV
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.mv {
    width: 100%;
    height: 768px;
    background: url("/jp/~/media/medicom/solution/drugstarlead/mv_pc.jpg") no-repeat center 0;
    background-size: cover;
    display: flex;
    align-items: center;
}
.mv_alp{
   background: rgba(255, 255, 255, 0.5);
   height: 100%;
   width: 100%;
   padding-top: 65px;
}
.mv_inner {
    margin: auto;
    width: 1100px;
	padding-left: 6%;
}
.youtube {
	width: 100%; /* 横幅変更 */
	padding: 0;
	box-sizing: border-box;
	margin: auto;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	left: -5%;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.mv_catch {
    background: #fff;
    display: inline;
    padding: 5px;
    font-size: 36px;
    font-weight: 300;
}
.mv h1 {
    font-size: 60px;
    color: #013893;
    font-size: 60px;
    color: #013893;
    max-width: 640px;
    margin-top: 26px;
}


.sec_about {
    background: url("/jp/~/media/medicom/solution/drugstarlead/bg_about_01.png") no-repeat center 0;
    background-size: cover;
    display: flex;
    align-items: center;
}
.sec_about h2 {
    font-size: 60px;
    margin-bottom: 15px;
    line-height: 1.1;
}

.sec_about .txt{
/*    max-width: 620px;*/
    width: 50%;
    margin-left: auto;
}
.sec_about .lead{
    font-size: 24px;
    color: #013893;
    text-align: center;
    font-weight: bold;
    max-width: 580px;
    margin: auto;

}
.sec_about .lead_sub{
    font-weight: bold;
    margin-bottom: 0.8em;
}

.sec_faq h2 {font-size: 40px;}
.sec_faq .faq_list{
    display: flex;
    justify-content: space-between;
}
.sec_faq .faq_item{
    width: calc(100% / 3 - 30px);
}
.sec_faq .faq_item .q,
.sec_faq .faq_item .a {
    padding: 1em;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    font-weight: bold;
}
.sec_faq .faq_item .q {
    background: #013893;
    color: #fff;
}

.sec_faq .faq_item .q:before,
.sec_faq .faq_item .a:before{
    display: block;
    text-align: center;
    margin-right: 20px;
    line-height: 1.2;
    font-family: sans-serif;
    font-size: 60px;
}
.sec_faq .faq_item .q:before{content: "Q"; color: #fff}
.sec_faq .faq_item .a:before{content: "A"; color: #013893;}

.sec_faq .faq_item .q:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #003893 transparent transparent transparent;
    position: absolute;
    display: block;
    left: 50%;
    border-width: 20px 20px 0 20px;
    transform: translateX(-50%);
    bottom: -20px;
}
.sec_faq .faq_item .a {
    box-shadow: 0px 10px 30px 0px rgba(204, 204, 204, 0.71);
    padding: 30px 1em;
    font-weight: bold;
}


.sec_point {
    background: url("/jp/~/media/medicom/solution/drugstarlead/bg_shadow.png") no-repeat center bottom;
}
.sec_point .box_line_parallel {
max-width: 370px;
width: 100%;
    font-size: 30px;
}

.sec_point .point_list {
    display: flex;
    justify-content: space-between;
}
.sec_point .point_item {
    width: calc(100% / 3 - 30px);
    text-align: center
}

.point_item .label {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
    margin: 30px auto 20px;
    border-radius: 15px;
}
.sec_point .point_item h3 {
    min-height: 2.5em;
}

.about_cloud {
    background: #e5ebf4;
    padding: 60px 30px;
    max-width: 900px;
    position: relative;
    margin: 50px auto;
}

.about_cloud:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 45px;
    border-color: transparent transparent #fff transparent;
}

.about_cloud:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 45px 0 0;
    border-color: #fff transparent transparent transparent;
}

.about_cloud .note {
    margin-top: 50px;
}
/*

.sec_contact {
background: #013893;
}

.sec_contact h2 {
    color: #fff;
}
*/
.sec_contact h2.bg_arrow:after {
    height: 70px;
    margin-top: 26px;
}
.sec_contact .contact_area {
    background: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::
FOOTER
:::::::::::::::::::::::::::::::::::::::::::::::::*/
footer {
    background: #fff;
    border-top: solid 2px #e5ebf4;
}
footer .inner {
    max-width: 1140px;
    margin: auto;
    padding: 120px 0 0px;
    margin: auto;
}
footer .logo{margin: auto;}
.copyright{
    text-align: center;
    padding: 1em;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::
Media Queries
:::::::::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (min-width: 769px) {
.pc_hidden {display: none;}
}

@media only screen and (max-width: 768px) {
.sp_hidden {display: none;}
.sp_block {display: block;}


/* TEXT */
body {font-size: 14px;}
.mv h1 {font-size: 10vw; background: rgba(255, 255, 255, 0.6);}
.sec h2, .sec_point .box_line_parallel {font-size: 7vw }
.sec_point .point_item h3 {font-size: 5.5vw;}
.sec_about .lead {font-size: 16px;}
.sec_faq .faq_item .q:before,
.sec_faq .faq_item .a:before {
    font-size: 40px;
}

 /* COMMON */
h2 {margin-bottom: 30px;}
.sec {
      margin-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* HEADER */
header {
    background: #fff;
    width: 100%;
}
header.logo {
    background: #fff;
    padding: 10px;
}

/* MV */
.mv {
    width: 100%;
    height: 380px;
    align-items: unset;
    padding-top: 60px;
    position: relative;
	background : none;
}
.mv_alp{
   background: rgba(0, 0, 0, 0);
   height: 100%;
   width: 100%;
   padding-top: 35px;
}
.mv_inner {
    margin: auto;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.youtube {
	width: 100%; /* 横幅変更 */
	padding: 0;
	box-sizing: border-box;
	margin: auto;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	left: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	
.mv_catch {
    padding: 0;
    font-size: 4.5vw;
}
.mv_catch br {
    display: none;
}
.btn_mv {
    font-size: 14px;
    padding: 0;
    max-width: 100%;
    width: 60%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: 50px 0 auto;
}
.btn_cta {
    width: 60px;
    height: 60px;
    font-size: 11px;
}

.sec_about .txt {
    width: 70%;
    margin-left: auto;
}
.sec_faq .faq_item,
.sec_point .point_item {
    width: 100%;
    margin-bottom: 20px;
}

.point_item_img {
    width: 74%;
    margin: auto;
}

/* FOOTER */
footer .inner {
    padding: 60px 5% 0;
}
footer .logo {margin: 0 auto 20px;}
.copyright {
    padding: 30px 5px;
    font-size: 10px;
}


}





/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.bold {font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_15 { font-size: 15px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}


/* display */
.block {display: block;}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }













