@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap);

@font-face{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{margin:0;padding:0;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    /* height:852px; */
	display: flex;
	margin-bottom: -4em;
}

#header img{
    position:relative;
    /* left:50%; */
    width:100vw;
    /* height:568px; */
    /* margin-left:-640px; */
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 3px 3px 4px black;
}

#slogan h1{
	font-size: 90px;
	font-family: "Courgette", 'Avenir', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 50px;
	font-family: "Kaisei Opti", serif;
	font-weight:normal;
	font-style: normal;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color: #72aadf;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.inner2{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
	
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.wrap img{
	transition:.5s ease-in-out;
}
.wrap img:hover{
	transform:scale(1.2);
}

.bg{
	line-height: 0;
	overflow:hidden;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	position:relative;
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
	top:0;
	transition:.3s ease-in-out;
}
/*hoverをしたらボックスに影がつき、上に上がる*/
.col3 img:hover {
	top:-5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	content: "";
	position:relative;
	background: url(../images/20231003_024051206_iOS.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: auto 100%;
	background-position:center bottom; 
	color: #fff;
	
	margin-bottom: 50px;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
		background: #f6f6f6;
	}
	.txt{
		width: 50%;
		aspect-ratio: 1000 / 526;
		/* padding: 20px 0px; */
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0px 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	.col3 img{
		border-radius:10%;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}

.loop {
    padding-top: 0em;
    padding-bottom: 30px;
    display: flex;
    overflow: hidden;
	margin-top: 4em;
}
.loop__box {
    display: flex;
    animation: loop-list 50s linear infinite;
	margin-bottom: -4em;
	margin-top: 2em;
}
.loop__box2 {
    display: flex;
    animation: loop-list2 50s linear infinite;
	margin-top: -2em;
}
.loop__item a {
    width: calc(100vw / 4);
    display: block;
}
.loop__item img {
    width: 100%;
}


@keyframes loop-list {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop-list2 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

/* ぼかしから出現 */
.blur{
	animation-name:blurAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
}
  
@keyframes blurAnime{
	from {
	filter: blur(10px);
	transform: scale(1.02);
	}
  
	to {
	filter: blur(0);
	transform: scale(1);
	}
}

.blur2{
	animation-name:blurAnime;
	animation-duration:6s;
	animation-fill-mode:forwards;
}
  
@keyframes blurAnime{
	from {
	filter: blur(10px);
	transform: scale(1.02);
	}
  
	to {
	filter: blur(0);
	transform: scale(1);
	}
}
  
.scroll_up {
	transition: 1.2s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}


.ib{
    display: inline-block;
}

/*========= ランダムに出現するテキスト ===============*/

.randomAnime {
	/* visibility: hidden; */
	transition: 0.2s ease-in-out;
}

a.btn_17 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin: auto;
	padding: 1rem 6rem;
	font-weight: bold;
	color: #72aadf;
	background: #e1f3f9;
	transition: 0.3s ease-in-out;
}
a.btn_17::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #72aadf;
  transition: 0.2s;
}
a.btn_17:hover {
	background: #72aadf;
	color: #fff;
}
a.btn_17:hover::before {
  top: 0;
  left: 0;
}
li.pos{
	position: relative;
}
a.pos{
	position: absolute;
	top: 620px;
	left: 1.5em;
}
.pos2{
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}





/* * {
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-moz-transition-timing-function: cubic-bezier(100,50,21,6);
	-moz-transition-property: all;
	-moz-transition-timing-function: cubic-bezier(100,50,21,6);
  } */
  
  /* body{
	background:#1b1b2b;
	padding:75px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
  }
  
  h1{
	color:#c0c0c0;
	font-weight:100;
  }
   */
  .btn{
	color:#999;
	padding:5px 15px;
	font-size:12px;
	text-decoration:none;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight: bold;
  }
  
  .btn:hover{
	border:none;
	padding:5px 15px; #000;
	color:#72aadf;
	background-color:#fff
  }




  .footer03 {
	color: #808080;
	background: #e5e5e5;
	padding: 30px;
	
	font-weight: bold;
   }
   .footer03 a {
	color: #808080;
	text-decoration: none;
   }
   .footer03 a:hover {
	text-decoration: underline;
	color: #72aadf;
   }
   .footer03 .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
   }
   .footer03 .menu li {
	margin: 0;
	padding: 0 20px;
	border-left: 1px #808080 solid;
   }
   .footer03 .menu li:first-child {
	padding-left: 0;
	border: none;
   }
   .footer03 .copyright {
	margin: 0;
	padding: 20px 0 0 0;
	font: 12px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
   }
   
   @media only screen and (max-width: 599px) {
   .footer03 .menu li {
	width: 50%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	border: none;
   }
}
.mgn{
	margin-bottom: 6em;
}
.mgn2{
	margin-bottom: 8em;
}
.top{
	position: fixed;
	margin-top: -3.5em;
	margin-bottom: 1em;
	margin-left: 1em;
	z-index: 1000;
}




.gnavi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    /* margin:0 0 50px 0; */
    list-style: none;
}

.gnavi li a{
    display: block;
   /* padding:10px 30px; */
    text-decoration: none;
    color: #333;
}

/* .gnavi li{
    margin-bottom:20px;
} */

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#0481A2;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#0481A2;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

