@charset "utf-8";
/* CSS Document */
html, body, figure, section, header, footer, nav, p, div, h1, h2, h3, ul, li {
  border: 0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-size: 100%;
  font: inherit;
  margin:0;
  padding:0;
  vertical-align: baseline;
}
ul {
  list-style:none;
  margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display:block;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
small {
  font-size: 80%;
}
img {
  border:none;
  vertical-align:bottom;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline:none;
}
a:active, a:hover {
  outline-width: 0;
}
body {
  font-size:14px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1;
  overflow-x:hidden;
}

/*header //////////////////////////////////////////////////////////////////////*/
#header {
  position:absolute;
  text-align:right;
  top:0;
  width:100%;
  z-index:10;
}
#header h1{display: none;}
#sp_menu{
    display: none;
}
#contact-us {
  color:#0F218B;
  display:inline-block;
  font-size:.85em;
  line-height:1.2;
  padding:.5em;
  text-align: right;
}
.call-center {
  color:inherit;
  font-size:1.9em;
  font-weight:bold;
  text-decoration:none;
}
#contact-us small {
  font-size:1.1em;
  font-weight:bold;
}
.inquiry-link {
  background-color:#0f218b;
  -webkit-box-shadow:1px 1px 10px rgba(255,255,255,1), 1px 1px 20px rgba(255,255,255,1);
  box-shadow:1px 1px 10px rgba(255,255,255,1), 1px 1px 20px rgba(255,255,255,1);
  color:#fff;
  display:inline-block;
  font-size:1.1em;
  text-decoration:none;
  margin-top:.5em;
  padding:.8em 1.6em;
  text-align:center;
}
.inquiry-link:hover {
  opacity:.8;
}
/* main_view ///////////////////////////////////////////////////////////////////*/
#main_view {
  background:url(/care/images/main_view_bg.jpg) no-repeat top center;
  background-size:100%;
}
#main_view .section-inner {
  padding-bottom:260px;
}
#main_view,#main_view .section-inner{
  min-height: 100vh;
}
#main_view h1 {
  padding-top:100px;
  width:600px;
}
#main_view h1 + p {
  color:#0F218B;
  font-size:2em;
  font-weight:bold;
  line-height:1.5;
  padding-left:120px;
  width:680px;
}
#mainpage-nav {
  bottom:40px;
  left:0;
  position:absolute;
  width:100%;
}
#mainpage-nav > ul > li {
  display:inline-block;
  text-align:center;
  width:33.33%;
}
#mainpage-nav > ul > li > a {
  display:inline-block;
  max-width:80%;
  position:relative;
  -webkit-transition:transform .5s 0s ease;
  transition:transform .5s 0s ease;
  width:200px;
}
#mainpage-nav > ul > li > a:hover {
  opacity:.8;
  -webkit-transform:translateY(-15px);
  transform:translateY(-15px);
}
#mainpage-nav > ul > li > a::before {
  content:"";
  display:block;
  padding-top:100%;
  width:100%;
}
#mainpage-nav > ul > li > a > span {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-border-radius:100%;
  border-radius:100%;
  font-size:1.8em;
  font-weight:bold;
  height:100%;
  left:0;
  line-height:1.5;
  padding-top:31%;
  position:absolute;
  top:0;
  width:100%;
}
#mainpage-nav > ul > li:nth-of-type(1) > a > span {
  background-image:url(/care/images/bg_red.png);
  color:#700E0E;
}
#mainpage-nav > ul > li:nth-of-type(2) > a > span {
  background-image:url(/care/images/bg_gr.png);
  color:#2B4400;
}
#mainpage-nav > ul > li:nth-of-type(3) > a > span {
  background-image:url(/care/images/bg_br.png);
  color:#003B77;
}
#mainpage-nav > ul > li > a::after {
  background: url(/care/images/arrow_dw.png) no-repeat top center;
  bottom:-75px;
  content:"";
  display:block;
  height:70px;
  left:0;
  margin-top:50px;
  position:absolute;
  -webkit-transition: -webkit-transform .5s 0s ease;
  transition:transform .5s 0s ease;
  width:100%;
}
#mainpage-nav > ul > li > a:hover::after {
  -webkit-transform:translateY(7px);
  transform:translateY(7px);
}
/*共通 ////////////////////////////////////////////////////////////////////////////*/
.sp {
  display: none;
}
#wrapper {
  position:relative;
}
.section {
  min-height:100vh;
}
.section-inner {
  margin: 0 auto;
  min-height:100vh;
  max-width:1280px;
  position:relative;
}
.section-inner > p {
  font-size:1.1em;
  line-height:2;
  padding:1em;
}
.sec-row {
  min-width:960px;
}
.cercle {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  height: 0.8em;
  margin-right: 0.5em;
  vertical-align: baseline;
  width: 0.8em;
}
.section p {
  font-size: 1.5em;
}
.section-inner > h2 {
  font-size:2.5em;
  font-weight:bold;
  padding:1.5em .5em;
  text-align:center;
}
/* channel ////////////////////////////////////////////////////////////////////////*/
#channel {
  background-color:#FEF2F2;
  text-align:center;
}
#channel h2 {
  color:#aa4f4f;
}
.channel-content {
  background-color:#fff;
  -webkit-border-radius:10px;
  border-radius:10px;
  display:inline-block;
  height:330px;
  margin-bottom:5%;
  position:relative;
  text-align:center;
  vertical-align:top;
  width:450px;
}
.channel-content:nth-of-type(2n) {
  margin-left:5%;
}
.channel-content > h3 {
  font-weight:bold;
  font-size:1.65em;
  padding-top:1em;
}
.channel-content > p {
  display:inline-block;
  font-size:1.3em;
  line-height:1.5;
  max-width:90%;
  text-align:left;
  width:320px;
}
.channel-content figure > img {
  height:180px;
}
.channel-content::before {
  background-image:url(/care/images/icons_timer.png);
  background-repeat:no-repeat;
  content:"";
  height:76px;
  left:-10px;
  position:absolute;
  top:-10px;
  width:76px;
}
#morning:before{
  background-position: -300px 0;
}
#lunch_time:before{
  background-position: -200px 0;
}
#daily:before{
  background-position: -100px 0;
}
#bedtimebefore{
  background-position: 0 0;
}
/* timer ////////////////////////////////////////////////////////////////////////*/
#timer .cercle {
  background: #77ae17;
}
#timer h2 {
  color:#77AE17;
}
#timer .figure {
  background: url(/care/images/timerBg.jpg) no-repeat 50% 50%;
  background-size: auto 100%;
  position:relative;
  padding-top:60%;
}
#timer .figucaption {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7;
  margin-left: -150px;
  position: absolute;
  text-align: center;
  -webkit-text-shadow: 1px 1px 20px rgba(255, 255, 255, 1), 1px 1px 20px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px 1px 20px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 20px rgba(255, 255, 255, 1), 1px 1px 20px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1), 1px 1px 20px rgba(255, 255, 255, 1), 1px 1px 10px rgba(255, 255, 255, 1);
  width: 300px;
}
#timer .figucaption.cap01 {
  color:#F49B00;
  left: 19.5%;
  line-height: 1.7;
  top: 57%;
}
#timer .figucaption.cap02 {
  color:#0D737D;
  left: 76.5%;
  top: 32%;
}
#timer .figucaption.cap03 {
  color:#7B5894;
  left: 61.5%;
  top: 78%;
}
/* central management ////////////////////////////////////////////////////////////////////////*/
#central-management {
  background-color:#E5F4FC;
}
#central-management h2 {
  color:#017DBD;
}
#central-management p {
  color:#04354E;
  line-height:1.5;
  margin-left:2em;
  margin-top:2em;
  padding-left:1em;
  text-indent:-1em;
}
#central-management p:nth-of-type(1) {
  font-size:2em;
  font-weight:bold;
  padding-left:0;
  text-indent:0;
}
.left-contents {
  display:inline-block;
  padding-bottom:100px;
  vertical-align:middle;
  width:35%;
  width:-webkit-calc(1% + 436px);
  width:calc(1% + 436px);
}
.left-contents > p:nth-of-type(1) {
  font-weight:bold;
  font-size:1.2em;
  line-height:1.5;
}
#central-management figure {
  display:inline-block;
  width:65%;
  width:-webkit-calc(99% - 436px);
  width:calc(99% - 436px);
  vertical-align:middle;
}
#central-management figure > img {
  max-width:100%;
}
#central-management .cercle {
  background: #017DBD;
}
/*footer /////////////////////////////////////////////////////////////////////*/
#footer {
  background:#ABABAB;
  color:#fff;
  text-align:center;
  position:relative;
}
#footer a {
  color:inherit;
}
#footer a:hover {
  color:#0066FF;
}
#footer-nav {
  padding:2em 120px;
}
#footer-nav li {
  display:inline;
}
#footer-nav li + li::before {
  content:"|";
  margin:0 1em;
}
#credit {
  font-size:.8em;
  padding: 0 140px;
}
#credit span + span::before {
  content:"|";
  margin:0 .2em;
}
#author {
  left:1em;
  position:absolute;
  top:0;
}
#copylight {
  display:block;
  padding:1em 0 .5em;
}
#scrolltop {
  background-color: #97CEDD;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  bottom: 10px;
  -webkit-box-shadow:1px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow:1px 1px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.3em;
  height: 70px;
  line-height: 70px;
  opacity:0;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transform:translateY(100px);
  transform:translateY(100px);
  -webkit-transition: opacity .5s 0s ease, transform .5s 0s ease;
  transition: opacity .5s 0s ease, transform .5s 0s ease;
  width: 70px;
  z-index: 20;
}
#scrolltop.on {
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
}



@media (min-width:580px) {
     #scrolltop > span {
      background:#06F;
      display:block;
      height:8px;
      position:absolute;
      margin-left:-18px;
      width:34px;
    }
    #b1 {
      -webkit-transform:rotate(35deg);
      transform:rotate(35deg);
      -webkit-transform-origin: right top;
      transform-origin: right top;
      -webkit-transition:all .5s 0s ease;
      transition:all .5s 0s ease;
      left:48px;
      top:42px;
    }
    #b2 {
      left:26px;
      top:42px;
      -webkit-transform:rotate(-35deg);
      transform:rotate(-35deg);
      -webkit-transform-origin: left top;
      transform-origin: left top;
      -webkit-transition:all 1s 0s ease;
      transition:all 1s 0s ease;
    }
    #scrolltop:hover #b1 {
      -webkit-transform:rotate(45deg);
      transform:rotate(45deg);
      left:43px;
      width:36px;
      opacity:.8;
    }
    #scrolltop:hover #b2 {
      left:28px;
      opacity:.8;
      -webkit-transform:rotate(-45deg);
      transform:rotate(-45deg);
      width:36px;
    }
}
@media (max-width:860px) {
  #mainpage-nav > ul > li > a > span {
    font-size:1.4em;
  }
  .section p {
    font-size: 1.2em;
  }
  .sec-row {
    min-width:0;
  }
  .channel-content {
    width:90%;
  }
  .channel-content:nth-of-type(2n) {
    margin-left: 0;
  }
  #timer .figucaption {
    font-size:1.3em;
  }
  .left-contents, #central-management figure {
    width:100%;
    padding:0 1em;
  }
  #central-management p {
    margin:0;
    padding:.5em;
  }
  #central-management figure {
    text-align:center;
  }
  #central-management figure > img {
    max-width:80%;
  }
}
@media (max-height:700px) {
   #main_view h1 {
    padding-top:0;
   }
}
@media (max-width:580px) {
    .sp {
      display: inline;
    }
    .pc {
      display:none;
    }
    .section p {
      font-size: 1.1em;
    }
    .call-center{font-size: 1.3em;}
    #main_view {
      background-size:150% auto;
    }
    #mainpage-nav {
      bottom:100px;
      font-size:11px;
    }
    #mainpage-nav > ul > li > a > span {
      font-size:1.4em;
    }
    #main_view h1 {
      padding-top:150px;
      text-align:center;
      width:100%;
    }
    #main_view h1 > img {
      max-width:100%;
    }
    #main_view h1 + p {
      font-size:1.2em;
      max-width:100%;
      padding:0 1em;
      text-align:center;
    }
    #mainpage-nav > ul > li > a {
      max-width:95%;
    }
    .section h2 {
      font-size:1.4em;
    }
    .channel-content {
      width:90%;
    }
    .channel-content > h3 {
      font-size:1.2em;
    }
    .channel-content img {
      max-width:100%;
    }
    .sec-row {
      min-width: 0;
    }
    #timer > .section-inner > .figure {
      background-image:url(/care/images/timerBg_sp.jpg);
      background-size:100% auto;
      padding-top:340%;
    }
    .channel-content::before {
      left:-20px;
	  top:-20px;
	  -webkit-transform:scale(.6);
	  transform:scale(.6);
	}
    #central-management p:nth-of-type(1) {
      font-size:1.4em;
    }
    .section-inner > p {
      line-height: 2;
      padding: 1em;
    }
    #timer .figucaption.cap01 {
      left: 50%;
      top: 41%;
    }
    #timer .figucaption.cap02 {
      color:#0D737D;
      left: 45.5%;
      top: 64%;
    }
    #timer .figucaption.cap03 {
      color:#7B5894;
      left: 50%;
      top: 78%;
    }
    #footer-nav {
      padding:0;
    }
    #footer-nav li + li::before {
      content:"";
      display:none;
    }
    #footer-nav a {
      border-bottom: solid 1px;
      display:block;
      padding:1.5em;
      position:relative;
      text-align:left;
      text-decoration: none;
    }
    #footer-nav a::after {
      background:url(/care/images/arrow_r.png) no-repeat 0 0;
      background-size:auto 100%;
      content:"";
      display:inline-block;
      height:.8em;
      margin-top:-0.4em;
      position:absolute;
      right:.5em;
      top:50%;
      width:1em;
    }
    #author {
      display:inline-block;
      left:auto;
      position:relative;
      top:auto;
      vertical-align:middle;
      width:15%;
    }
    #author img {
      width:100%;
    }
    #credit {
      display:inline-block;
      padding-left:0px;
      padding-top:.5em;
      text-align:left;
      vertical-align:middle;
      width:85%;
    }
    #credit > span {
      display:block;
      margin-bottom:.5em;
      word-wrap:break-word;
    }
    #credit > span + span::before {
      content:"";
      display:none;
    }
    small {
      background-color:rgba(0,0,0,.1);
      display:block;
      padding:.5em;
    }
    #footer a:hover {
      background-color:rgba(255,255,255,.2);
      color: inherit;
    }
    #scrolltop{
      background: url(/care/images/sctop.png) no-repeat 0 0;
      background-size: 100%;
    }
}
@media (max-width:320px) {

    #main_view h1 {
      padding-top:90px;
    }
    #main_view h1 + p {
      font-size: 1em;
    }
    #mainpage-nav > ul > li > a > span{
      font-size: 1.1em;
    }
}
@media (max-width:924px) ,
screen and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio: 1.1), 
(orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.1){
    #header h1 {
      display: block;
      float: left;
    }
    #header h1 img {
      width: 160px;
    }
    #header{
      background-color: rgba(255,255,255,1);
      padding: 10px;
      position: fixed;
    }
    #header:after{
      clear: both;
      content: "";
      display: block;
    }
    #header_nav {
      display: block;
      float: none;
    }
    #navigation{
      width:100%;
    }
    #navigation > ul{
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      margin:0 auto;
      padding:0px;
      width:100%;
    }
    #navigation > ul > li{
      width:33.33%;
    }
    #navigation ul > li > a{
      font-size:.8em;
      padding:0;
      text-align:center;
    }
    #wrapper {
      position:relative;
    }
    body.contact-on a {
      visibility:hidden;
    }
    body.contact-on #contact-us a {
      visibility:visible;
    }
    body.contact-on #contact-us {
      top:0;
      -webkit-transition:top 0s 0s ease;
      transition:top 0s 0s ease;
    }
    body.contact-on #contact-us-sp-inner {
      -webkit-transform:translateY(0);
      transform:translateY(0);
    }
    body.contact-on #floatBg {
      top:0;
      opacity:1;
    }
    .section, .section-inner{
      min-height: 0;
    }
    #sp_menu {
      background-color:#0F218B;
      color:#fff;
      cursor:pointer;
      display: block;
      padding:7px;
      position:absolute;
      right:5px;
      top:5px;
    }
    #contact-us {
      font-size:1em;
      height:100vh;
      left:0;
      position:fixed;
      right:0;
      top:-999999px;
      -webkit-transition:top 0s 1s ease;
      transition:top 0s 1s ease;
    }
    #floatBg {
      background-color:rgba(0,0,0,.8);
      content:"";
      display: block;
      font-size:1em;
      height:100vh;
      left:0;
      opacity:0;
      position:fixed;
      right:0;
      top:-999999px;
      -webkit-transition:opacity 1s 0s ease;
      transition:opacity 1s 0s ease;
    }
    #contact-us-sp-inner {
      background-color:#fff;
      margin:20px auto 0;
      padding:20px;
      position:relative;
      text-align:center;
      -webkit-transform:translateY(-1000px);
      transform:translateY(-1000px);
      -webkit-transition:-webkit-transform 1s 0s ease, top 0s 0s ease;
      transition:transform 1s 0s ease, top 0s 0s ease;
      width:300px;
    }
    .closeBt {
      background-color:#ddf;
      -webki-box-sizing:border-box;
      box-sizing:border-box;
      display:block;
      height:31px;
      padding:0;
      position:absolute;
      right:2px;
      text-align:center;
      top:2px;
      width:31px;
    }
    .closeBt > span[class^="line"] {
      background-color:#fff;
      display:block;
      height:2px;
      left:50%;
      margin-top:-1px;
      margin-left:-13px;
      position:absolute;
      top:50%;
      width:26px;
    }
    .line_01 {
      -webkit-transform:rotate(45deg);
      transform:rotate(45deg);
    }
    .line_02 {
      -webkit-transform:rotate(-45deg);
      transform:rotate(-45deg);
    }
    .sp {
      display: inline;
    }
    .pc {
      display:none;
    }
    .sp.call-center{
      display:block;
    }
    #call-center a.sp{
      display:block;
    }
    .section{ padding-top: 44px;}    

}
@media screen and (min-width:768px) and (max-width:1024px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.1) {
    .ios #main_view .section-inner{
      min-height: -webkit-calc(100vh - 155px);
      min-height: calc(100vh - 155px);
    }
}
@media screen and (min-width:321px) and (max-width:767px) {
    .ios #main_view .section-inner{
      min-height: -webkit-calc(100vh - 55px);
      min-height: calc(100vh - 55px);
    }
}
