@charset "UTF-8";
/* CSS Document */

li {
    list-style-type: none;
}
.font-red {
    color: #f2294a;
}
.font-s16{
	font-size: 16px;
}
.txt-al-right{
	text-align: right;
}

#csn-sub-title {
	width: 100%;
	margin-bottom: 2em;
	min-height: 380px;
	background: url( ../images/top_service.jpg) no-repeat center top;
	z-index: 1;
}
.btn01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 3%;
    width: 100%;
    background-color: rgba(102,204,204,0.7);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    color: #fff;
    font-size: 0.8em;
}
.btn01 a::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 50px;
}
@media screen and (max-width: 992px) {
#csn-sub-title  {
	width: 100%;
}
}
#csn-sub-title  .btn {
	font-size: 24px;
}
#csn-sub-title  .btn.btn-primary {
	padding: 14px 30px !important;
}
#csn-sub-title  .flexslider {
	border: none;
	z-index: 1;
	margin-bottom: 0;
}
#csn-sub-title  .flexslider .slides {
	position: relative;
}

@media screen and (max-width: 768px) {
#csn-sub-title  .flexslider .slides {
	overflow: hidden;
}
}
#csn-sub-title  .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	min-height: 380px;
	position: relative;
}
#csn-sub-title  .flexslider .slides li:after {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 1;
}
#csn-sub-title  .flexslider .flex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 1000;
}

@media screen and (max-width: 768px) {
#csn-sub-title  .flexslider .flex-control-nav {
	bottom: 1em;
}
}
#csn-sub-title  .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#csn-sub-title  .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
}
#csn-sub-title .flex-direction-nav {
	display: none;
}
#csn-sub-title .slider-text {
    position: absolute;
    height: 128px!important;
    z-index: 9;
    background: rgba(102,204,204,0.7);
    top: 150px;
  left: 0;
  right: 0;
  margin: auto;
	max-width: 850px;
}


#csn-sub-title .slider-text > .slider-text-inner {
	position: relative;
	top: 50%;
	left: 50%;
	padding: 0 50px 0;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
#csn-sub-title .slider-text > .slider-text-inner h2 {
    font-size: 30px;
    font-weight: 400;
   line-height: 55px;
    margin: 0 0 15px 0;
    color: #fff;
    border-bottom: 1px dotted #fff;
}


#csn-sub-title .slider-text > .slider-text-inner p {
	color: rgba(0, 0, 0, 0.8);
}
#csn-sub-title .slider-text > .slider-text-inner p .btn:hover {
	color: #fff !important;
}
#csn-sub-title .slider-text > .slider-text-inner span {
	color: rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	display: block;
	margin-bottom: 20px;
}
#csn-sub-title .slider-text > .slider-text-inner .fh5co-lead a {
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#csn-sub-title .slider-text > .slider-text-inner .fh5co-lead a:hover {
	text-decoration: none;
}
#csn-sub-title .slider-text > .slider-text-inner .desc {
/*padding: 10em 7.5em 10em 10em;*/
  /*background: rgba(83, 157, 219, 0.9);*/

  /*-webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);*/
}

@media screen and (max-width: 992px) {
#csn-sub-title .slider-text > .slider-text-inner .desc {
	padding: 0;
	background: none;
	-webkit-box-shadow: 0px 10px 30px -13px transparent;
	-moz-box-shadow: 0px 10px 30px -13px transparent;
	box-shadow: 0px 10px 30px -13px transparent;
}
}

#sec-01,#sec-02 {
    overflow: hidden;
	margin-bottom: 80px;
}


.heading-sub01 {
    background: rgba(102,204,204,1);
    box-shadow: 0px 0px 0px 5px rgba(102,204,204,1);
    border: dashed 1px #fff;
    padding: 0.2em 0.5em;
	font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    margin-left: -30px;
}

.link-1 {
    height: 45px;
    list-style: none;
}
.link-1 li.new {
    position: relative;
    height: 100%;
}
.link-1 li.new:before {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background: #31756E;
    margin: auto 0;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    font-family: futura-pt,sans-serif;
    text-align: center;
    letter-spacing: 0;
    position: absolute;
    left: -140px;
    top: 0;
    bottom: 0;
    line-height: 22px;
}
.link-1 li a {
	font-weight: 800;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    color: #31756E;
    padding-left: 63%;
}

.link-1 li a .arrow {
    position: absolute;
    right: 15px;
    top: 18px;
}
.link-1 li a .arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #31756E;
    border-right: 3px solid #31756E;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link-2 {
    height: 45px;
    list-style: none;
	    text-align: center;
}
.link-2 li.new {
    position: relative;
    height: 100%;
}
.link-2 li.new:before {
    content: "";
    display: block;
    width: 70%;
    height: 3px;
    background: #31756E;
    margin: auto 0;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    font-family: futura-pt,sans-serif;
    text-align: center;
    letter-spacing: 0;
    position: absolute;
    left: -90px;
    top: 0;
    bottom: 0;
    line-height: 22px;
}
.link-2 li a {
	font-weight: 800;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    color: #31756E;
    padding-left: 56%;	
}

.link-2 li a .arrow {
    position: absolute;
    right: 15px;
    top: 18px;
}
.link-2 li a .arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #31756E;
    border-right: 3px solid #31756E;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.sub-txt01Box {
}
.sub-txt01Box .textBox {
    float: left;
    width: 60%;
    position: relative;
    z-index: 10;
    padding: 30px 80px 0 80px;
}
.sub-txt01Box .photoBox {
    height: 450px;
    margin-left: 60%;
    position: relative;
    background: url( ../images/top_medical.jpg) repeat-x center top;
    background-size: cover;
}

.sub-txt02Box {

}
.sub-txt02Box .textBox {
    float: right;
    width: 60%;
    position: relative;
    z-index: 10;
    padding: 30px 80px 0 80px;
}
.sub-txt02Box .photoBox {
    height: 450px;
    margin-right: 60%;
    position: relative;
    background: url( ../images/top_general.jpg) no-repeat center top;
    background-size: cover;
}


.heading-sub02 {
    background: rgba(102,204,204,1);
    box-shadow: 0px 0px 0px 5px rgba(102,204,204,1);
    border: dashed 1px #fff;
    padding: 0.2em 0.5em;
    font-size: 22px;
    margin-bottom: 30px;
	color: #fff;
}
.sub-txt03Box {
    margin-bottom: 80px;
    width: 80%;
    margin: 0 auto;
}
.out-dl {
    width: 80%;
    margin: 0 auto;
}
.out-dl dt {
    line-height: 45px;
    margin-bottom: 20px;
}
.out-dl02 {
}
.out-dl02 dd {
	margin-left: 30px;
}

.credo {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
	margin: 50px auto;
}
.credo-sub {
font-size: 16px;
text-align: center;
}




.outline-tbl {
  border-collapse: collapse;
  margin: 50px auto 100px;
  padding: 0;
  width: 90%;
  table-layout: fixed;
font-size: 16px;	
}

.outline-tbl tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #31756E;
}
.outline-tbl tr:first-child{
   border-top: 2px solid #31756E;
}
.outline-tbl tr:last-child{
   border-bottom: 2px solid #31756E;
}
.outline-tbl th{
	width: 20%;
	color: #31756E;
}
.outline-tbl td {
  color: #000;
   text-align: left;	
}
.outline-tbl th,
.outline-tbl td {
  padding: 10px 10px 10px 30px;
}


/*@media screen and (max-width: 600px) {
  .outline-tbl {
    border: 0;
    width:100%
  }
  .outline-tbl th{
    display: block;
    border-right: none;
    border-bottom: 2px solid #31756E;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  .outline-tbl thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .outline-tbl tr {
    display: block;
    margin-bottom: 2em;
        border-bottom: 2px solid #31756E;
  }
  
  .outline-tbl td {
    border-bottom: 1px solid #31756E;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .outline-tbl td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  .outline-tbl td:last-child {
    border-bottom: 0;
  }
}*/


.outline_ph01 {
    background: url(../images/outline_01.jpg) no-repeat center top!important;
}

.service_ph01{
	background: url(../images/service_01.jpg) no-repeat center top!important;
}
.service_ph02{
	background: url(../images/service_02.jpg) no-repeat center top!important;
}
.service_ph03{
	background: url(../images/service_03.jpg) no-repeat right bottom!important;
}
.service_ph04{
	background: url(../images/service_04.jpg) no-repeat center top!important;
}
.service_ph05{
	background: url(../images/service_05.jpg) no-repeat center center!important;
}
.fee_tit {
    width: 40%;
    margin: 0 auto 70px;
    padding: 0 0 16px;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    border-bottom: 1px dotted;
}
.fee_a {
    border: 1px solid rgba(102,204,204,1);
    border-radius: 10px;
    padding: 3px 10px;
    margin: 0 5px;
	color: rgba(102,204,204,1);
}
.fee_a:hover, .fee_a:focus {
    background: rgba(102,204,204,0.7);
	text-decoration: none;
	color: #fff;
}
.fee_ph01{
	background: url(../images/service_fee01.jpg) no-repeat center top!important;
	background-size: 100%!important;
}
.fee_ph02{
	background: url(../images/service_fee02.jpg) no-repeat center top!important;
	background-size: 100%!important;	
}
.fee_ph03{
	background: url(../images/service_fee03.jpg) no-repeat right bottom!important;
}
.fee_ph04{
	background: url(../images/service_fee04.jpg) no-repeat center top!important;
	background-size: 100%!important;	
}
.fee-dl dt {
    font-size: 22px;
    margin: 30px 0 20px;
    line-height: 40px;
}
.fee-dl dd {
    font-size: 16px;
}

.other-dl dt {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 40px;
}
.flow > li {
    position: relative;
}
.flow > li:not(:last-child) {
    margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #e5e5e5;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 10;
}
.flow > li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid rgba(102,204,204,1);
    border-radius: 10px;
    position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: rgba(102,204,204,1);
}
.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}
.flow > li dl dt {
    font-size: 14px;
    font-weight: 600;
    color: rgba(102,204,204,1);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}
.flow > li dl dt .icon {
    font-size: 12px;
	width: 100px;
    color: #fff;
    background: rgba(102,204,204,1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}
.flow > li dl dd {
    font-size: 14px;
}

.ippan_txt{
	line-height: 30px;
}

.kouen-dl{
	width: 70%;
	margin: 0 auto;
	line-height: 40px;
}
.kouen-dl dd{
	line-height: 40px;
}
.start-up-bnr {
    display: block;
    margin: 30px auto;
    width: 80%;
}
.start-up-bnr img{
	width: 100%;
}
header .fh5co-navbar-brand .fh5co-logo {
    width: 40%;
    margin-left: 0%;
}
.maker-Y01 {
    background-color: #FFEA80;
 
}






/*◼️ 1200px（タブレット横・PC）　*/
@media screen and ( max-width:75em) {}
/*◼️ 900px~1199px（タブレット縦横）　*/
@media screen and (min-width:56.25em) and ( max-width:74.9375em) {
.link-1 li a {
    font-size: 18px;
    padding-left: 29%;
}
.link-1 li.new:before {
    width: 200px;
    left: -140px;
}		
.link-2 li a {
    font-size: 18px;
    padding-left: 12%;
}
.link-2 li.new:before {
    width: 200px;
    left: -140px;
}		
}
/*◼️ 500px~899px タブレット（縦）＆モバイル（横） */
@media screen and (min-width:31.25em) and ( max-width:56.1875em) {
#csn-sub-title .slider-text {
    position: absolute;
    height: 15vw!important;
    z-index: 9;
    background: rgba(102,204,204,0.7);
    top: 190px;
    left: 0;
}
.link-1 li a {
    font-size: 18px;
    padding-left: 29%;
}
.link-1 li.new:before {
    width: 200px;
    left: -140px;
}		
.link-2 li a {
    font-size: 18px;
    padding-left: 12%;
}
.link-2 li.new:before {
    width: 200px;
    left: -140px;
}	
}
/*◼️ ~480px（モバイル縦） */
@media screen and ( max-width:31.1875em) { 
header .fh5co-navbar-brand .fh5co-logo {
    width: 30%;
    margin-left: 0%;
}	
#csn-sub-title .slider-text {
    text-align: center;
    width: 100%;
    height: 90px!important;
	    margin-top: 50px;
}
#csn-sub-title .slider-text > .slider-text-inner h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 5px 0;
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.sub-txt03Box {
    width: 90%;
    margin: 0 auto;
}
.sub-txt01Box .textBox,.sub-txt02Box .textBox {
    float: none;
    width: 90%;
    position: relative;
    padding: 0;
    margin: 0 auto;
}	
.heading-sub01{
	margin-left: 0;
}
.sub-txt01Box .photoBox {
    height: 450px;
    margin-left: 0;
}		
.sub-txt02Box .photoBox {
    height: 450px;
    margin-right: 0;
}	
.outline-tbl th, .outline-tbl td {
    padding: 10px 10px 10px 10px;
}
.outline-tbl th {
    width: 24%;
    color: #31756E;
}
.link-1 li a {
    font-size: 18px;
    padding-left: 29%;
}
.link-1 li.new:before {
    width: 200px;
    left: -140px;
}		
.link-2 li a {
    font-size: 18px;
    padding-left: 12%;
}
.link-2 li.new:before {
    width: 200px;
    left: -140px;
}
.fee_tit {
    width: 85%;
    margin: 0 auto 70px;
    padding: 0 0 16px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px dotted;
}	
	
}






