@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
	background-color: #013D5B;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #013D5B;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.headerArea{
	width: 100%;
	height: 65px;
	background: #013D5B;
	}
.telbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
.menu {
	position: fixed;
	width: 100%;
    z-index: 9999;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
    width: 100% !important;
    justify-content: flex-end;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #fff;
}
nav a:hover { 
	color: #FFF;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ff4d4d, 0 0 40px #ff4d4d, 0 0 70px #ff4d4d, 0 0 80px #ff4d4d, 0 0 100px #ff4d4d;
}




nav a {
    padding: 2rem 1rem;
	display: block;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
    } 
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 3rem 0 9rem 0;
}

/*新着情報
-------------------------------------*/
.news h2 {
    background-color: #013D5B;
	color: #fff;
	padding: 1rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	color: #0A0A0B;
    border-top: 1.5px #0A0A0B solid;
    text-align: center;
    font-size: 11px;
    padding: 18px 0;
    background-color: #FFF;
    z-index: 99999;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #013D5B;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #3366FF;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*PC、mb切り替え*/

.pc { 
    display: block !important;
    margin: 0 auto;
}
.mb { 
    display: none !important; 
}


/*追加
-----------------------------------*/
.logo{
	position: absolute;
	top: 24px;
	left: 18px;
	z-index: 99999;
}
.logo img{
	width: 35%;
}
	
	
/* PCメニュー */	
.header{
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 20px;
    z-index: 9999;
    width: 100%;
}

.header a{
    color: #FFF !important;
	text-align: center;
}

.header a:hover { 
	color: #FFF;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ff4d4d, 0 0 40px #ff4d4d, 0 0 70px #ff4d4d, 0 0 80px #ff4d4d, 0 0 100px #ff4d4d;
}

.header ul li{
	width: 150px;
	list-style: none;
	display: inline-block;
}
	
/* SPメニュー */
.menu a {
	color: #FFF;
	}
	
nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.hamburger-menu {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 5px;
	right: 5px;
	background: #000;
	border: 1px solid #666;
	border-radius: 1vw;
	z-index: 100001;
	}

	
	
	
	
	
	
	


	
/*==================================================
　5-2-2 2本線が×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.hamburger{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  width: 50px;
    height:50px;
  cursor: pointer;
}
  
/*ボタン内側*/

.hamburger span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
  background-color: #FFF;
  }


.hamburger span:nth-of-type(1) {
  top:22px; 
    width: 50%;
}

.hamburger span:nth-of-type(2) {
  top:29px;
    width:30%;
}

/*activeクラスが付与されると線が回転して×に*/

.hamburger.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.hamburger.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

.menu {
	position: fixed;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100vh;
	padding: 10vw;
	box-sizing: border-box;
	z-index: 100000;
	}
  
.hamburger-menu {
    display: block;
  }
  
.menu.active {
    display: block;
  }

.menu_box{
    width: 100%;
    position: absolute;
    margin-top: -45px;
    margin-bottom: 20vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 99999;
}

.menu_overview{
    width: 18vw;
    background-color: #FFF;border: 2px #DCDCDC solid;
    margin: 0 0.4vw;
    border-radius: 2px;
    font-size: 13px;
    position: relative;
}

.overview_tl{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #013D5B;
}

.menu_overview img{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
   
}

.menu_overview p{
    width: 100%;
    padding: 10px;
    text-align: justify;
    margin-bottom: 0;
}

.detail_box{
    width: 100%; 
    position: relative;
}

.bt_detail{
    background-color: #013D5B;
    color: #FFF;
    width: 50%;
    text-align: center;
    padding: 5px 0 5px 8px;
	margin: 0 10px 10px auto;
}


.bt_detail2{
    background-color: #013D5B;
    color: #FFF;
    width: 28%;
    text-align: center;
    padding: 5px 0 5px 8px;
	margin: 40px 0 0 auto;
}

/*メイン*/
.main_box {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}


/*キャッチコピーの位置*/
.catch {
	width: 100%;
	position: absolute;
	top: 22vh;
	color: #FFF;
	text-align: center;
	font-size: 40px;
    z-index: 999;
	line-height: 2;
}

 /*キャッチにブラーをかけて表示*/
.fade span {
  color: transparent;
  animation: blur 8s ease-in;
  -webkit-animation: blur 8s ease-in;
	animation-iteration-count: 100;
}
	
.fade span:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.fade span:nth-child(2) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 10px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 10px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}

 /*キャッチを常に表示用*/
.fade_on {
  opacity: 1;
  animation: fadein 4s;
  position: absolute;
  top: 0 !important;
  color: #FFF;
  animation-iteration-count: 1;
  width: 100%;
}

@keyframes fadein {
  0% {opacity: 0;}
  99% {opacity: 0;}
  100% {opacity: 1.0;}
}


/*欧文のキャッチ用*/
.catch_en{
    display: flex;
    width: 100%;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.up-text {
    opacity: 0;
    animation: up 2s forwards 2s;
    color: #FFF;
}

.up-text2 {
    opacity: 0;
    animation: up 2s forwards 2.5s;
    color: #FFF;
}

.up-text3 {
  opacity: 0;
  animation: up 2s forwards 3s;
  color: #FFF;
}

.up-text4 {
  opacity: 0;
  animation: up 2s forwards 3.5s;
  color: #FFF;
}

@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px){
/* PCのみ */
	nav{
		display: none;
	}
	
	
.pc_none{
	display: none;
}
.Companyimg{
	width: 60%;
	margin: 0 auto;
	}		
}

@media screen and (max-width: 768px){ 
/* SPのみ */
.catch {
	top: 16.5vh;
}
	
.header{
	display: none;
}
.menu_box{
    width: 100%;
    display: block;
	margin-bottom: 20vw;
}
.menu_overview{
    width: 90%;
	margin: 0 auto 5vw;
}	
	
.sp_none{
	display: none;
}
	
.service figcaption{
    background-color: #013D5B;
	color: #fff;
	padding: 1rem;    
}
    
.pc { 
    display: none !important; 
}
.mb { 
    display: block !important; 
}

.bt_detail2{
	width: 60%;
	margin: 20px auto 50px;
}
	
	
} 






/*2023/7/8　デイカレ追加・サービス概要レイアウト変更*/
.container_service {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.container_service_outer_01 {
    width: 100%;
    padding-bottom: 2.5em;
}

.container_service_outer_02 {
    width: 100%;
    background-color: #e7f9ff;
    border-bottom: 2px #c3edfb solid;
    border-top: 2px #c3edfb solid;
    padding-bottom: 2.5em;
}

.container_service_inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
}

.service_tl,
.service_tl2,
.service_tl3{
    width: 100%;
    text-align: center;
    font-size: 170%;
    font-weight: 600;
    padding: 5.0rem 0 2.0rem 0;
    color: #013d5b;
}


.service_tl p{
    background: linear-gradient(transparent 70%, #e1f5fb 30%);
    display: inline-block;
    padding: 0 1.0em;
}

.service_tl2 p{
    background: linear-gradient(transparent 70%, #b6eaf8 30%);
    display: inline-block;
    padding: 0 1.0em;
}

.service_tl3 p{
    background: linear-gradient(transparent 70%, #b6eaf8 30%);
    display: inline-block;
    padding: 0 1.0em;
}

.app_tl{
    margin: 0;
    padding: 0;
    font-size: 130%;
    font-weight: 700;
    color: #013d5b;
}

.os_outer{
    display: flex;
    margin-top: 10px;
    margin-bottom: -10px;
}

.os{
    color: #707070;
    font-size: 80%;
    border: 1px #B1B1B1 solid;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 10px;
    display: inline-block;
}

.jyunbi{
    position: absolute;
    top: 15px;
    left: 5px;
    background-color: #1083FC;
    border: 2px #80ABFF solid;
    padding: 0.2rem 1.0rem;
    color: #FFF;
}

.jyunbi_top{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #1083FC;
    border: 2px #80ABFF solid;
    padding: 0.2rem 1.0rem;
    color: #FFF;
    font-size: 120%;
}

@media screen and (max-width: 768px){ 
/* SPのみ */
.service_tl,
.service_tl2,
.service_tl3{
    width: 100%;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    padding: 5.0rem 0 0 0;
    color: #013d5b;
}

.service_tl3 p{
    background: linear-gradient(transparent 70%, #b6eaf8 30%);
    display: inline-block;
    padding: 0;
}

}
