@charset "UTF-8";

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
@import "icon/*.png";
@include all-icon-sprites;

.list_icon01 { width:10px; height:14px; }
.medical_intern_second_icon{width: 69px;height: 69px;}
*/
/*--------------------------------------------------------------
# 変数及びmixin
--------------------------------------------------------------*/
/*ベース*/
/*フッター*/
/*差し色*/
/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "メイリオ", Meiryo, sans-serif;
}

html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

/*============================
common
===============================*/
.clearfix:after,
.top_block__list:after,
.block01__list:after,
.block01_error__list:after,
.block01_turn__list:after,
.block02__list_4step:after {
    display: block;
    clear: both;
    content: "";
}

.rap {
    overflow: hidden;
    clear: both;
}

img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

body {
    width: 100%;
    overflow-x: hidden;
}

/*============================
main
===============================*/
/*fv
---------------------------------------*/
#fv {
    text-align: center;
    border-top: 6px solid #ff913d;
    margin-bottom: 15px;
}


/*block_conver
------------------------------------------------*/
.pl {
    position: relative;
}

.limited-cv-btn {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 75%;
}

.block_conver {
    position: relative;
}

.mb10 {
    margin-bottom: 10%;
}

.block_conver__97 {
    position: absolute;
    top: 0;
    left: 0;
    width: 16%;
    margin-left: 0.5%;
    height: auto;
}

.block_conver__btm_block02 {
    background: #303d64;
    background-size: 100% auto;
    padding: 4px 17.9% 3%;
}



/*block_img
-------------------------------------*/
.block_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/*other_item
-------------------------------------*/
.other_item {
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
}

.other_item>img {
    margin-bottom: 30px;
}

.other_item a {
    display: block;
    margin-bottom: 10px;
}

.other_item a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}



/*----------------------------------------
 footer 
----------------------------------------*/
footer {
    margin-top: 16px;
}

footer li {
    text-align: center;
    margin-bottom: 6px;
    font-size: 12px;
}

footer li a {
    color: #1f1f1f;
    text-decoration: none;
}

footer .copy {
    text-align: center;
    padding: .9em;
    line-height: 1.2em;
    font-size: 10px;
    color: #1f1f1f;
    background-color: #ff913d;
}

/* スライダー */
.slider01 {
    background: #FFFDFF;
    padding-bottom: 8%;
}

.slider02 {
    background: url(images/slider02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 8%;
}

.slider03 {
    background: url(images/slider03.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 8%;
}

.slider04 {
    background: url(images/slider04.jpg);
    background-size: contain;
    background-color: #FFFCFE;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 8%;
}

.slider_back {
    margin: 0 5%;
    display: flex;
    align-items: center;
    height: 500px;
}

.slider video {
    width: 100%;
}

.prev.slick-arrow {
    position: absolute;
    width: 5%;
    left: 7%;
    top: 45%;
    z-index: 1;
}

.next.slick-arrow {
    position: absolute;
    width: 5%;
    right: 7%;
    top: 45%;
    z-index: 1;
}


.slick-slide {
    outline: none;
}


/*----------------------------------------
 movie
----------------------------------------*/
.fv{
  position: relative;
  height: 151vw;
}

.fv__movie{
  width: 100%;
}

.fv__img{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}

.inner01{
  position: relative;
}

.inner01__movie{
  position: absolute;
  top: 43.5%;
  left: 9%;
  width: 84%;
}
 
.inner02{
  position: relative;
}

.inner02__movie{
  position: absolute;
  top: 32.8%;
  left: 9%;
  width: 80%; 
}
