@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.topContent{
    background-color: #fff;
    background-image:linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%), url("images/header00.png") ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.topContent .content{
    padding-top: 100px;
}
.logoBox{

}
.logoBox p{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
}
.logoBox p span{
    font-size: 12px;
}
.introBox{
    margin-top: 100px;
}
.introBox p{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
}
.introBox p span{
    font-size: 11px;
}
.triangle{
    border-top: calc(100vw * 0.1051) solid #fff;
    border-right: 100vw solid transparent;
    background-color: #E4446C;
}
.triangle1{
    border-top: calc(100vw * 0.1051) solid #fff;
    border-right: 100vw solid transparent;
    background-color: #fff;
}
.diagonalBlock{
    /*transform:rotate(-6deg);*/
    transform:rotate(-0.105rad);
    overflow: hidden;
    position: relative;
    background-color: #E4446C;
}
.diagonalBlock2{
    background-color: #fff;
}
.diagonalBlock3{
    background-color: #E5E5E5;
}
.diagonalBlock4{
    background-color: #fff;
}
.diagonalBlock .content{
    /*transform: rotate(6deg);*/
    transform: rotate(0.105rad);
    margin: 20px auto 0 auto;
}
.diagonalBlock h2{
    color: #fff;
}
.diagonalBlock2 h2{
    color: #E4446C;
}
.standardBlock h2{
    color: #fff;
}
.standardBlock2 h2{
    color: #E4446C;
    margin-top: 0;
}
.standardBlock .content, .standardBlock2 .content{
    margin: 0 auto 0 auto;
    width: 95%;
    max-width: 950px;
}
.realEstateBlock{
    background-color: #fff;
    background-image:linear-gradient(96deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%), url("images/index04.png") ;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nursingBlock{
    background-color: #fff;
    background-image:linear-gradient(6deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%), url("images/index05.png") ;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nursingBlock .content{
    padding: 20px 0 0 0;
}
.nursingBlock p{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    line-height: 180%;
    color:#E5456C;
    font-weight: bold;
}
.nursingBlock p span{
    background-color: #fff;
}
.nursingBlock .smallSize{
    font-size: 14px;
}
.nursingBlock .logo{
    font-size: 5px;
}
.nursingBlock .introBox{
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    color: #000;
    letter-spacing: 0 ;
}
.twoBlock{
    position: relative;
}
.twoBlock > div:nth-child(1){
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
}
.twoBlock > div:nth-child(2){
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 60%;
}
.bottomBlock{
    background-color: #E5456C;
    padding-bottom: 160px;
}
.outlineTable{
    font-family: 'Noto Sans JP', sans-serif;
}
.outlineTable th{
    background-color: #fff;
    font-size: 12px;
    width: 5em;
    border-style: solid;
    border-width: 2px;
    border-color: #E4446C;
    padding: 5px;vertical-align: top;
}
.outlineTable td{
    padding: 5px 10px;;
    font-size: 10px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color:#fff;
}
.outlineTable tr:last-child td{
    border-bottom-color: #E4446C;
}
.footerBlock{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footerBlock .linkButton{
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 110%;
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}
.footerBlock .linkButton img{
    vertical-align: bottom;
    
}
.footerBlock .linkButton span{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.footerBlock .linkButton div{
    display: inline-block;
}
.copyright{
    font-family: 'Noto Sans JP', sans-serif;
    color:#fff;
    margin-bottom: 0;
    font-size: 10px;
}
.lineButton{
    display:inline-block; 
    vertical-align: middle;
}
.lineButton{
    font-size: 12px!important;
    text-align: left;
}

#slide_box, #slide_box2{
    margin: 10px 0 50px 0;
    position: relative;
}
#slide_box_in, #slide_box_in2{
    width:100%;
    margin: auto;
}
.bx-wrapper {
    overflow:hidden;
    margin-bottom: 0;
}
.bx-wrapper {
	box-shadow: 0 0 0 #ccc;
	border: 0;
    max-width: 100%!important;
    background: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none;
}
.bx-viewport {
    width: 100% !important;
}
.slider img{
    width: 100%;
}
.slide_box_in {
  overflow: hidden;
}
.labelBlock > div, .labelBlock2 > div{
    margin: 10px auto;
    height: 310px;
    
}
.labelBlock h4, .labelBlock2 h4{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #E4446C;
    transform: rotate(-6deg);
    margin: 0;
    transform-origin: left;
    
}
.labelBlock h5, .labelBlock2 h5{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
.labelBlock p, .labelBlock2 p{
    font-size: 13px!important;
    text-align: left;
    font-weight: normal;
    color: #000;
}
#next_btn, #next_btn2{
    position: absolute;
    top: 30%;
    left:calc(((100% - 48px) / 4) * 3 + 24px);
}
#prev_btn, #prev_btn2{
    position: absolute;
    top: 30%;
    left: calc((100% - 48px) / 4);
}
#next_btn a, #next_btn2 a{
    display: inline-block;
    background-image: url("images/next_btn.png") ;
    width: 24px;
    height: 32px;
}
#prev_btn a, #prev_btn2 a{
    display: inline-block;
    background-image: url("images/prev_btn.png") ;
    width: 24px;
    height: 32px;
}
.labelBlock .label, .labelBlock2 .label{
    display: none;
}
.nursingH3{
    text-align: center;
}
.nursingH3 span{
    background: linear-gradient(0deg, rgba(217,255,0,1) 0%, rgba(217,255,0,1) 35%, rgba(217,255,0,0) 36%, rgba(255,255,255,0) 100%);
}
.mapBlock{
    margin-top: 50px;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.introBox p{
    font-size: 31px;
}
.introBox p span{
    font-size: 20px;
}
.diagonalBlock .content{
    margin: 60px auto 0 auto;
}
.afterSupport{
    margin: 60px auto 190px auto !important;
}
.twoBlock > div:nth-child(2){
    bottom: -20px;
    width: 55%;
}
.nursingBlock p{
    font-size: 36px;
}
.nursingBlock .smallSize{
    font-size: 25px;
}
.nursingBlock .introBox{
    font-size: 22px;
}

.outlineTable th{
    font-size: 22px;
}
.outlineTable td{
    font-size: 18px;
}
.copyright{
    font-size: 18px;
}
#next_btn, #next_btn2{
    top: 70%;
}
#prev_btn, #prev_btn2{
    top: 70%;
}
.labelBlock > div, .labelBlock2 > div{
    height: 130px;
}
}